2021-03-05 3:38 PM
I am using STM32H745ZI for a personal project. Page 60 of the attached datasheet from ST says there are I/Os that are floating unless otherwise specified. I want to use an I/O that I can guarantee will be in either low or high state on a reset or if the processor stops working.
My goal is to find an I/O that I can be certain will be in a particular state (high or low) at reset or if the processor is not working but has power.
Any help is appreciated.
Solved! Go to Solution.
2021-03-05 3:41 PM
The Reference Manual would show the initial state of the GPIO registers.
NRST has a pull-up, clamped to zero if POR for VDDA below threshold
2021-03-05 3:41 PM
The Reference Manual would show the initial state of the GPIO registers.
NRST has a pull-up, clamped to zero if POR for VDDA below threshold
2021-03-08 7:24 AM
Thanks for replying Tesla.
I have perused through the reference Manual but the notes section has no information on the initial state of the GPIO's that are non floating.
2021-03-10 5:38 AM
Hi @TAcha.1 ,
Look to the reset values of GPIO registers in the reference manual (RM0399) to get the exact answer. Here an example:
Pins used for debug purpose are the ones where there is an exception:
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.