Resolved! Software interrupt with STM32
Hi there,I'm trying to implement a software interrupt using the STM32L432KC. I want to trigger an interrupt when I reach a certain point in the code. Unfortunately I didn't find any helpful example.Once I tried to set bit37 in the IMR2 register.SET_B...