Skip to main content
Pzhu.1
Associate II
September 15, 2020
Solved

The reset value of GPIOB register of STM32F401RCT6

  • September 15, 2020
  • 1 reply
  • 948 views

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.

0693W000003RfuzQAC.png0693W000003RfuBQAS.png

This topic has been closed for replies.
Best answer by waclawek.jan

None of those registers should be 0x280, so there is some code which wrote to them, or something is wrong with your IDE.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
September 15, 2020

None of those registers should be 0x280, so there is some code which wrote to them, or something is wrong with your IDE.

JW