//Coterx-M系列触发系统PendSV异常的汇编代码//触发系统异常void TriggerOS(void){ __asm("LDR R0, =0xE000ED04"); __asm("LDR R1, =0x10000000"); __asm("STR R1, [R0]");}