What is the reset value of GPIOx_MODER?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-10-26 12:01 PM
According to RM0433 rev 5 section 10.4.1, the reset values are 0xABFFFFFF for port A, 0xFFFFFEBF for port B, and 0xFFFFFFFF for all the others. This appears to agree with the bits shown in the register table at the end of the chapter. However, in the description at the bottom of 10.4.1 is the text “00: Input mode (reset state)�?. So, is the reset state input, or is it analogue, for most pins?
Solved! Go to Solution.
- Labels:
-
Documentation
-
GPIO-EXTI
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-10-29 7:50 AM
Hi @CHead ,
The Reset state for most of the pins is the Analog mode. We will fix the reference manual accordingly.
Thanks for bringing this point to our attention.
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-10-27 9:43 AM
@STOne-32 @Imen DAHMEN @Amel NASRI
Seems to be a copy-n-paste from prior manuals.
Analogue and Input are similar, the former turns off the schmitt trigger into the GPIO_IDR, perhaps reducing the chance for the pin to oscillate.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-10-29 7:50 AM
Hi @CHead ,
The Reset state for most of the pins is the Analog mode. We will fix the reference manual accordingly.
Thanks for bringing this point to our attention.
Khouloud.
