cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to do the calibration of the RTC on STM32F103C8T6

ABhag
Associate

We are trying to implement RTC on STM32F103C8T6 bluepill using arduino IDE while 

implementing this we are not able to do the calibration of 

the RTC on STM32F103C8T6blue bill using Arduino IDE, can anyone suggest a possible solution for this problem.

3 REPLIES 3

What do you exactly mean by calibration?

The RTC in 'F103 does not support calibration in hardware, see RTC chapter in RM0008.

JW

Seem to recall that the clock feeds out the MCO or an RTC pin so you can measure it.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

NOT to use Arduino IDE? But rather look at SPL or HAL abstractions.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..