mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-17 08:42:13 +08:00
update Demo-Build/RISC-V32/readme.txt.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -201,5 +201,8 @@ __WEAK void pendsv_hook(void)
|
||||
printf("mepc: %#x\r\n", __get_MEPC());
|
||||
}
|
||||
|
||||
可两种方法同时使用,充分验证硬件压栈技术的可靠性。
|
||||
总结
|
||||
1、方法二要依赖方法一,不要单独使用,因为只有在内核解锁之前每次都触发 PendSV,
|
||||
才会有良好的测试效果。
|
||||
2、可两种方法同时使用,充分验证硬件压栈技术的可靠性。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user