Tool/software:
Hello,
I have a customer migrating code from an STM32 MCU and one of the things they have in their systick ISR is a _WFI() so that they can pause the execution state within the isr and do something on the next systick.
They noticed on MSPM0 this doesn't seem to work. I created a small proof of concept with our systick example and it seems that this doesn't work:

I assume this type of interrupt is not allowed on MSPM0 and CPU subsystem since technically you are still in an interrupt context?
Munan