Other Parts Discussed in Thread: SYSBIOS
Hello,
As per the suggestion provided in earlier query :
We went through the applications vtm_pvt_sensor_maxt_outrg, vtm_pvt_sensor_read and vtm_pvt_sensor_temp_alert .
We need an application that will provide some alert to the user once a particular threshold is reached and thermal shutdown begins. So in order to achieve that we used the vtm_pvt_sensor_temp_alert application provided and compiled it as a library for R5F-SYSBIOS. We used this library and linked this function to our existing application(runs dummy logic on all cores to increase the CPU utilization) using a remote service call.
Expectation : Monitoring alerts for particular thresholds in WKUP_VTM_TMPSENS_STAT registers and no interrupt should be enabled.
Note - The registration of all interrupts were disabled in the application. The alert in CSL_vtm_tsStat_val were monitored.
Observation : When this application is run, only the gt_th_alert bit goes high, although the threshold value is not reached. And then it remains high for the rest of the run.
So can only the alerts be enabled and interrupts be disabled ? Is there any specific requirement to do it.?
Thanks,
Dipti Natu



