STM32F439 power down GPIO state
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-26 6:28 AM
When STM32F439 power supply is dropping from 3.3V to 0V what will be state of GPIO which is configured as Mode output pp, pull up and speed_fast whether it will hold to value mentioned in GPIOx_ODR
Labels:
- Labels:
-
GPIO-EXTI
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-26 6:40 AM
As the supply drops to 0V, at some point it crosses the BOR level (around 1.8V but it varies) at which the chip will enter a reset state and the GPIO pin will be set to default (typically input, no pull).
The chip can't output a high level on a pin with no power.
If you feel a post has answered your question, please click "Accept as Solution".
