A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
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.
SoC timers and MSP430 warnings
as the cc SoC family is essencially a MSP430 MCU+transceiver
should be added to SoC datasheets the warnings we've reading for a long time (contained on MSP430 datasheets 2004) about the timers operations ?
SLAU049D named:MSP430x1xx family page214 of 430 chapter11,timer_A
Note: Modifying Timer_A Registers
It is recommended to stop the timer before modifying its operation (with
exception of the interrupt enable and interrupt flag) to avoid errant operating
conditions.
When the TACLK is asynchronous to the CPU clock, any read from TAR
should occur while the timer is not operating or the results may be
unpredictable. Any write to TAR will take effect immediately.