how to configure PC13 as output with RTC_LSE_ON in stm32f429
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-03 9: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.
- Labels:
-
RTC
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-03 9:52 PM
> I am trying to configure PC13 as output with RTC_LSE_ON condition
How?
What is "RTC_LSE_ON condition"?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-04 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
