2020-09-15 02:11 AM
When I simulate STM32401RCT6 with IAR,the MCU is on reset state;IAR shows the value of GPIOB register :ODR=0x00000280;but refer to the reference manual ,the reset value of GPIOx_ODR=0x00000000.
Did I do something wrong when simulated?
Thanks very much.
Solved! Go to Solution.
2020-09-15 02:45 AM
None of those registers should be 0x280, so there is some code which wrote to them, or something is wrong with your IDE.
JW
2020-09-15 02:45 AM
None of those registers should be 0x280, so there is some code which wrote to them, or something is wrong with your IDE.
JW