2021-03-05 03: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 03: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 03: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 07: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 05: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.