Question about interrupt debugging in IAR
Posted on April 23, 2018 at 12:01I'm using STM32F103 and I was doing the following procedures:1) Break the execution using IAR debug function2) Generate a software EXTI by wring '1' to the EXTI->SWIER93) Observe the EXTI->PR9 become '1' which is cor...