Writing a value to EXTI->PR
Posted on March 26, 2014 at 09:06Hi, Fundamental question here, so please pardon my ignorance. In my interrupt routine I need to modify the EXTI->PR register, however when I set it using the following, EXTI->PR = 0x00000400 After printing out the va...