Hello,
I am working a project that involves porting some HW and SW that is based on an MSP430.
The project that I am working on is porting an MSP430 hardware design and MSP430 code from one project to another.
The existing code and hardware on the othe project uses an external 32Khz clock as ACLK. I was told that the reason for
using this was that the external clock is because the 32Khz clock will give more more precise timing when keeping track
of time as a Real Time Counter. The project that I am working on is considering not using an external 32Khz clock oscillator
but instead using the internal VLO as the ACLK to keep time of time as a Real Time Counter. Will using the internal VLO on
the MSP430 that is running at 12Khz compared to an External 32Khz oscillator cause a big inacurracy in time due to drift?
Thank you for your help.
regards,