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.
Part Number: MSP432P4111
Tool/software: TI-RTOS
G'Day all,
I'm having trouble understanding the operation of the clock module.
In this discussion I refer to the screen grab from Execution Graph / Live Session attached below.
My question boils down to this: Why is the timing of the/Clock Module RTOS Timer interrupt irregular?
Given my RTOS/Clock module timer configuration (see below) I would expect to see timer interrupts once a millisecond (well, every 976mSec), but I get more than that.
I have the "suppress unnecessary timer ticks" option enabled, but I'm not sure if that suppresses just the Clock module SWI when unneeded, or if it suppresses the Timer interrupt as well.
I understand the RTOS uses this timer for more than just timing of clock functions (e.g Task_sleep() etc etc) but if I have a period of 1mSec for this timer, shouldn't that be the (maximum) cadence of the interrupt?
Cheers
Julian
**Attention** This is a public forum