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