摘要:
(出现的地址信息没有特定意义,仅供参考) vApplicationStackOverflowHook() at rtos.c:371 0x55aa vTaskSwitchContext() at tasks.c:2,892 0x3f4a PendSV_Handler() at port.c:435 阅读全文
摘要:
• How function parameters are passed in registers and on the stack;函数的参数传递是通过寄存器还是通过栈来传递的。 • How function values are returned;函数的返回是如何进行的。 • Which reg 阅读全文