2021-08-03 09:01 PM
I am trying to configure PC13 as output with RTC_LSE_ON condition in stm32f429 microcontroller
but it stays high or low as per pull up/ pull down configuration.
Welcome for any suggestions
Regards,
Santosh Pawar
Solved! Go to Solution.
2021-08-04 10:03 PM
Thanks for help TDK/waclawek.jan
I have resolve this issue with following command
RTC_TimeStampCmd(RTC_TimeStampEdge_Falling, DISABLE)
Santosh pawar
2021-08-03 09:52 PM
> I am trying to configure PC13 as output with RTC_LSE_ON condition
How?
What is "RTC_LSE_ON condition"?
JW
2021-08-04 07:21 AM
There shouldn't be a problem doing this. Ensure PC13 isn't being used by the RTC which will override GPIO settings. Show your relevant code.
PC13 isn't used by the LSE.
2021-08-04 10:03 PM
Thanks for help TDK/waclawek.jan
I have resolve this issue with following command
RTC_TimeStampCmd(RTC_TimeStampEdge_Falling, DISABLE)
Santosh pawar