Hi @ all,
my problem is to check, that the RTC calibration is working. When I set the RTC calibration frequency output to 1Hz (RTCCTL3 = 0x03) and the calendar mode is active, the settings in the RTCCTL2 register don´t care. The output frequency is still the same.
RTCCTL0 = 0x41
RTCCTL1 = 0x30
RTCPS0CTL = 0x0101 (Don´t care)
RTCPS1CTL = 0x0101 (Don´t care)
512Hz (RTCCTL3 = 0x01):
RTCCTL2 = 0xBF --> 512.0074Hz
RTCCTL2 = 0x3F --> 512.0074Hz
256Hz (RTCCTL3 = 0x02):
RTCCTL2 = 0xBF --> 256.0037Hz
RTCCTL2 = 0x3F --> 256.0037Hz
1Hz (RTCCTL3 = 0x03):
RTCCTL2 = 0xBF --> 1.0000144Hz
RTCCTL2 = 0x3F --> 1.0000144Hz
The difference is still 14.4 ppm.
Doesn´t provide the CC430 a way to check the RTC Clock calibration?
Thanks for all help!