标签:没有 turn ntp int alt 等于 举例 堆栈 bsp
1 HandleIRQ: 2 sub lr, lr, #4 @ 1. count the back address 3 stmdb sp!, {r0-r12,lr} @ 2. keep the register and the lr 4 ldr lr, =int_return @ 3. set call back fuction 5 ldr pc, =EINT_Handle @ 4. call ISR fuction 6 int_return: 7 ldmia sp!, {r0-r12,pc}^ @ ‘^‘mean give cpsr from spsr
标签:没有 turn ntp int alt 等于 举例 堆栈 bsp
原文地址:http://www.cnblogs.com/asam/p/6352195.html