The reset value of GPIOB register of STM32F401RCT6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 2: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.
- Labels:
-
GPIO-EXTI
-
IAR
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 2: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 2: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
