2017-12-23 03:15 AM
Hello,
i set GPIOC Pin13 high but high voltage is 1.5v How can I fix this problem?
STM32F407ZET6
VCC = 3.3v
2017-12-23 04:16 AM
What are you driving with the pin? Is something conflicting with that?
Seem to recall it being in low power domain, so limited current compared to other pins.
2017-12-23 01:49 PM
I driving LE pin of Latch (74HC573)
I found the problem
After how many times to program Micro , Pin 13 go floats
To fix this, need to remove the RTC battery and reinstall it
I tested 100 times, there is no connection between the Vbat pin and the GPIOC 13
Why does this problem occur?
2017-12-23 03:53 PM
PC13 is in the low power domain, will be powered by battery in absence of VDD.
Review Reference Manual (RM0090) search on 'PC13', several references in there, and discussion of AF vs GPIO settings, and resetting RTC/PWR domains.