2021-09-24 12:45 AM
Hi,
I wonder in which state are the GPIO lines of STM32F407VG BEFORE loading program to flash memory.
Thanks :)
Solved! Go to Solution.
2021-09-24 05:05 AM
This depends on the GPIO port: Please check the relevant section GPIO registers in the reference manual for the respective family.
You will find the reset values of GPIOx_MODER, GPIOx_PUPDR etc, which are active until changed by the initialization.
Regards
/Peter
2021-09-24 05:05 AM
This depends on the GPIO port: Please check the relevant section GPIO registers in the reference manual for the respective family.
You will find the reset values of GPIOx_MODER, GPIOx_PUPDR etc, which are active until changed by the initialization.
Regards
/Peter
2021-09-24 05:11 AM
Thanks! I had no idea where to look for the answer :).