Other Parts Discussed in Thread: MSP430FR2475
Hello,
We are using the XT1 Clock generator in our device and Crystal Oscillator on the MSP430FR2476 Starter Kit by TI. Both clocks are 32768. The RTC Clock source is configured as follow:
RTCCKSEL in SYSCFG2 is '1'
RTCSS in RTCCTL is 0x1 (SMCLK)
According the datasheet SLASEO7C – MARCH 2019 – REVISED SEPTEMBER 2021 these settings should connect RTC to the ACLK.
ACLK is configured as follow:
SELA in CSCTL4 is 0x0 (XT1CLK)
DIVA in CSCTL6 is 0x0 ( Divider 1)
To the ACLK is also connected the TimerA: TASSEL = 0x1 (ACLK).
TimerA works properly without any problem. Hence ACLK also works properly.
But RTC won't start properly. If we change RTC source clock to XT1 directly or VLO it works properly. We can see this behavior on the Starter Kit as well as in our HW. We have also checked this behavior in the TI Code Composer Studio under JTAG by playing with RTC sources as well as in the debug and release versions. Sometimes the RTC with ACLK seems to be able to start by playing with power and reset sequence on the both systems. Our HW has MSP430FR2475 and the starter kit has MSP430FR2476
Do you have any ideas? Thank you in advance
Best regards,
Pavel