STM32H723 Power Monitor Temperature and VBAT
All:
The STM32H723 has a temperature sensor as part of PWR.
Some questions:
1. The HAL instruction to enable is HAL_PWREx_Enable_Monitoring( ) - can temperature be enabled independently of VBAT?
2. Can TEMPL and TEMPH be changed, or are these permanently set? (I assume TEMPL corresponds to -40 C and TEMPH corresponds to +125 C)
3. Is there a way to determine that monitoring is indeed enabled? (I tried halting emulation and viewing PWR->CR2.MONEN and contents were 0.)
4. If low or high temperature is detected, what should the response be? I see zero as a normal response to HAL_PWREx_GetTemperatureLevel( ).
Regards,
Todd Anderson

