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.

CCS/CC1352P: Temperature_registerNotifyLow() notification threshold

Part Number: CC1352P

Tool/software: Code Composer Studio

Testing temperatureNotify example project on CC1352P launchpad.

Noticed that when using Temperature_registerNotifyLow() , Notification callback not invoked immediately when the temperature drops below THRESHOLD_CUTOFF .

For example, If settings THRESHOLD_CUTOFF to 20 degrees, notification callback not invoked when the temperature drops to 19 degrees