2018-04-26 03:13 AM
Hello ,
Is there any pin on stm32f446re nucleo board which can tell CPU is active or sleeping ? basically i want to know when CPU goes to sleep and when it wakes up by monitoring a gpio . i dont have dont have power measurement equipment
Thank you .
#stm32-nucleo-642018-04-26 06:40 AM
Hi
n.serina
,You canuse the userLED in your nucleo board to monitor the system state.
For example:
-Nesrine-