cancel
Showing results for 
Search instead for 
Did you mean: 

RTC seconds pulse not output, STM32F103RBT6

CGadg
Associate III

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

 

0 REPLIES 0