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.

"Clock Tick Suppression" functionality for C64x+ DM3725

Other Parts Discussed in Thread: DM3725

Hi,

For MSP430, SYS/BIOS provides a “TickMode_DYNAMIC” tick mode, where the Clock module’s timer peripheral is dynamically reprogrammed to interrupt on the next *needed* tick interval, this can provide significant power savings, because the CPU can stay in a low power mode until it has work to do, rather than waking periodically to count ticks (as in “TickMode_PERIODIC” mode), and then going right back to the low power mode.

Is there any constraint for getting this functionality for C64x+ DM3725 SYS/BIOS?

What can be alternate method to implement this functionality for C64x+ DM3725 SYS/BIOS ?

Regards