Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 8 months ago.
I want to program i/o using port addressing like PORTA=0x000000; how can i do it?
Please Help me I want code STM32 board i/o using port programming like i was doing on AVR and PIC micro controllers. Please help me . Here is my sample code int main(void) { PORTA=0xff; _delay_ms(1000); PORTA=0x00; _delay_ms(1000); }