WFI on stm32n657
Dear all,I’m seeing unexpected behavior on an STM32N657. A timer is configured to generate an interrupt every 1 ms, and this works as expected.I would like to use WFI to stop execution and wait for that timer interrupt. I surround the WFI with the u...