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.

SK-AM62P-LP: Query on POK SDL

Part Number: SK-AM62P-LP

Tool/software:

Hi Experts,

We have run the example code of POK but we want to know that why the interrupt is getting trigger is it indicates that the power is OK or NOT_OK.

And i want to know how can I map these variables. I didn't found this in TRM docs.

Fullscreen
1
2
3
4
5
6
7
8
9
DebugP_log ("\n\n POK ID = %d , monitoring set to UV \n", instance);
pPokCfg.voltDetMode = SDL_PWRSS_SET_UNDER_VOLTAGE_DET_ENABLE;
pPokCfg.trim = 127;
pPokCfg.hystCtrl = SDL_PWRSS_HYSTERESIS_NO_ACTION;
pPokCfg.detectionCtrl = SDL_POK_DETECTION_NO_ACTION;
pPokCfg.pokEnSelSrcCtrl = SDL_POK_ENSEL_NO_ACTION;
pPokCfg.hystCtrlOV = SDL_PWRSS_HYSTERESIS_NO_ACTION;
pPokCfg.trimOV = SDL_PWRSS_TRIM_NO_ACTION;
pPokCfg.deglitch = SDL_PWRSS_DEGLITCH_NO_ACTION;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Can you please tell me how can i map and why the esm interrupt get trigger.


Regards,
Debashis