Gpio as output
Eval board used:stm32f446re nucleo
Issue unable to configure pin pa 2 and pa3 as output.
Steps followed to configure:
Rcc->AHB1ENR 0X01;
GPIOA->MODER |=0X01<<4;
GPIOA->MODER |=0X01<<6;
GPIOA->ODR=0X01<<2;
GPIOA->ODR=0X01<<2;
.EVEN I USED DEBUG MODE TO CH CK WHETHER BITS ARE GETTING CONFIGURED OR not.everythings I working fine expect pin is not going high.
When I use sam steps of other pins of same port PAx ,it works.
Please help me onthat one more I checked whether these pins are configured to work with uart2 even though I am configuring moder and odr .but nothing usefull I got.
Thanks for your r understanding waiting for support

