For i.MX RT1020, how can we generate "Temper Sensor software reset" ?
Do we need to configure some registers? any code can be referred?
Solved! Go to Solution.
Hi @bozheng ,
You can test on the temperaturemonitor example. If you use config.panicAlarmTemp to set panic temperature, the chip will reset when temperature is higher than PANIC_ALARM_VALUE.
Regards,
Jing
Hi @bozheng ,
You can test on the temperaturemonitor example. If you use config.panicAlarmTemp to set panic temperature, the chip will reset when temperature is higher than PANIC_ALARM_VALUE.
Regards,
Jing
I tried the example on RT1051. I can see "Temper Sensor software reset".
Thanks for your helps!