cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure PC13 as output with RTC_LSE_ON in stm32f429

santosh pawar
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions

Thanks for help TDK/waclawek.jan

I have resolve this issue with following command

RTC_TimeStampCmd(RTC_TimeStampEdge_Falling, DISABLE)

Santosh pawar

View solution in original post

3 REPLIES 3

> I am trying to configure PC13 as output with RTC_LSE_ON condition

How?

What is "RTC_LSE_ON condition"?

JW

TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".

Thanks for help TDK/waclawek.jan

I have resolve this issue with following command

RTC_TimeStampCmd(RTC_TimeStampEdge_Falling, DISABLE)

Santosh pawar