Hi,
In studying DEEPSLEEP code described in “Power Module for C6748 and OMAP-L138”, I located file
C:\ti\bios_6_33_04_39\packages\ti\sysbios\family\c674\pmi\pmi_slp.c
which contains function
PMI_Status PMI_sleepCPU(PMI_Sleep state, unsigned scaleVoltage, unsigned sleepArg)
Line 306-307 of the function contains asm calls to
asm(" .global _PMI_deepSleepInit");
asm("_PMI_deepSleepInit:");
However, it is difficult to find definition of the callee _PMI_deepSleepInit, and I searched the contents of the entire “C:\ti\bios_6_33_04_39” folder without success.
Could someone tell me where to locate it?
Paul