6 years 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); }

Be the first to answer this question.