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.
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;
Can you please tell me how can i map and why the esm interrupt get trigger.
Regards,
Debashis