The DSP/BIOS 5.41 includes the PWRM module that contains nice functions such as the following:
PWRM_getCapabilities
PWRM_getCurrentSetpoint
PWRM_getNumSetpoints
PWRM_getSetpointInfo
PWRM_getTransitionLatency
PWRM_configure
PWRM_registerNotify
PWRM_unregisterNotify
PWRM_sleepDSP
PWRM_idleClocks
I'd like to use this functionality in an application that does not use DSP/BIOS.
The sprc133 chipSupportLibrary does not include such routines and it would be nice for this to be in the CSL.
Is there any way I can get the source code to the PWRM module?
Is there any plans to incorporate this into the CSL?
Thanks,
Dan