Hello all
I am trying to implement the PowerSleepPrep function that can be used as part of the SYSBIOS power module for the MSP430.
As indicated, I added the following line to the SYSBIOS script:
Power.sleepPrepFunction = "&Power_sleepPrep";
where Power_SleepPrep() is a custom function that I defined
But my function does not seem to be called ever, even though the CPU is correctly idled.
When I look at the code of the ti_sysbios_family_msp430_Power_idleCPU__E function I do not see any call to my function.
Is that feature of the power module implemented?
If so how can I make sure that my function is linked in the executable code?