Question
Problem with software interrupt on STM32H563
Hello the comminity.
I try to use a software interrupt with no secure and no privilege.
when I set a bit in EXTI_SWIER1 And re-read the register, the value stay to 0.
When the interrupt was fired, It's impossible to distinguish the software interrupt from external input.
On the F4 series the EXTI_SWIER1 contained the bit who call the interrupt.
Is it another methode to do that ?
Regards
