c write into asm
Posted on November 12, 2013 at 22:41Hi All, please somebody help me to write this c code into asm: void EXTI9_5_IRQHandler(void) { /* Clear the EXTI line pending bit */ //EXTI_ClearITPendingBit( EXTI_Line8 ); EXTI->PR = EXTI_Line8; NVIC->I...