Can you please provide accuracy specifications for CLK_32K_RC as I can’t locate any in the datasheet or TRM?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello rperezti.
Thank you for the query.
please provide accuracy specifications for CLK_32K_RC
Please point me to the document that mentions. CLK_32K_RC.
Alternatively, please add some information on your requirement.
Regards,
Sreenivasa
Hi Sreenivasa, the CLK_32K_RC is the internal 32KHz oscillator that can be used as an alternative to using the 32KHz oscillator with an external crystal. If a system designer does not need the accuracy of a 32KHz crystal oscillator, they can elect to use CLK_32K_RC as the slow clock source within AM62x. This oscillator is described within the AM62x TRM.
Hello rperezti.
Thank you.
Please refer below thread regarding the 32K clock accuracy.
2) The internal 32k clock is generated from a integer divider of HFOSC operating frequency, which only supports 24 MHz , 25 MHz, or 26 MHz. For example, If HFOSC = 25 MHz, the internal 32k clock will be (25000000/95)/8= 32,894.7368 Hz or (25000000/96)/8= 32,552.0833 Hz. You may need to use WKUP_LFOSC0 if your application requires the internal 32k clock to be exactly 32,768 Hz.
(+) AM625: Regarding AM6254 - Processors forum - Processors - TI E2E support forums
Regards,
Sreenivasa
Thank you Sreenivasa. I'm surprised to learn that the CLK_32K_RC is actually derived using integer dividers from the HFOSC, since the prefix included in the name of this clock "RC" implies the use of a resistor and capacitor network to set the frequency, as is in an RC oscillator. I suggest that this section of the TRM be updated to clarify how this clock source is produced.
Hello rperezti.
Thank you.
Please note the below
The LFXOSC is the only internal clock source that will be operating at exactly 32.768kHz.
The PLL generated version using hte HFOSC0 gets close as i described above.
CLK_32K_RC, the RC oscillator will vary significantly over process, voltage, and temperature.
Regards,
Sreenivasa
Sreenivasa, thank you again for the additional information. I can see now that firmware can select between the two internal 32K sources.