Skip to main content
Visitor II
November 27, 2024
Question

RTC seconds pulse not output, STM32F103RBT6

  • November 27, 2024
  • 0 replies
  • 388 views

I've been able to get the higher frequency to output on the tamper pin but not the seconds pulse.

I tried updating the time registers in the main code but that didn't help.

There is a document I've glanced through but didn't see any code lines to implement (Clock/calendar implementation on the STM32F10xxx microcontroller RTC)

I have the RTC working on an L412 IC which integrates it with the LP Timer.

 

No use:

  • int main: RTC_TimeTypeDef currTime = {0}; RTC_TimeTypeDef currDate = {0};
  • Main while loop: RTC_TimeTypeDef currTime; RTC_TimeTypeDef currDate;

 

Config:

CGadg_0-1732701577300.png

 

    This topic has been closed for replies.