Question
Can i write to the entire port to data
Hai experts .
Can i wrte data to the entire Port as follows
GPIOB->ODR |= 0x0000;
HAL_Delay(1000);
GPIOB->ODR |=0xffff;
Whenever i write like wise the SFR register shows correct value in Debug mode
But in Hardware its not working .whats the wrong with me ?