
Originally Posted by
Frank B
What is the value of hot_temp?
The high temp and low temp are configurable. The SDK example's readme.txt is
Code:
TEMPMON driver example.
The chip initial temperature is 40.8 ℃.
The chip temperature has reached high temperature that is 42.7 ℃.
The chip throttling back core frequency to waiting a desired cool down temperature .
The chip core frequency is 62500000 Hz.
The chip temperature has reached low temperature that is 39.5 ℃.
The chip will return to the normal process .
The chip core frequency is 500000000 Hz.
SDK boards/evkbimxrt1050/driver_examples/tempmon/
#define DEMO_HIGHALARMTEMP 42U
#define DEMO_LOWALARMTEMP 40U
when i ran it, it just said "The chip initial temperature is 32.9" for the short duration that i bothered to wait ...