上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 99 下一页
摘要: 变量命名: Variables are prefixed with their type: ‘c’ for char, ‘s’ for int16_t (short), ‘l’ int32_t (long), and ‘x’ for BaseType_t and any other non-stan 阅读全文
posted @ 2017-04-17 15:47 流水灯 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Co-routines使用在对RAM资源少的场合 Task Summary Simple. No restrictions on use. Supports full preemption. Fully prioritised. Each task maintains its own stack r 阅读全文
posted @ 2017-04-17 14:10 流水灯 阅读(13) 评论(0) 推荐(0) 编辑
摘要: #define configKERNEL_INTERRUPT_PRIORITY 255 //PendSV和SysTick优先级受这个值控制 /* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!See htt 阅读全文
posted @ 2017-04-17 10:55 流水灯 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、去官网下载源代码(FreeRTOSv9.0.0.exe) 2、取出Source文件夹,根据单片机和编译器不同,删除不需要的文件,如下图 3、在CORTEX_STM32F103_IAR文件夹中取出PartTest.c及相应头文件(方便测试,可不用),FreeRTOSConfig.h和main.c, 阅读全文
posted @ 2017-04-14 14:57 流水灯 阅读(914) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-12 17:56 流水灯 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-09 20:58 流水灯 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-09 20:30 流水灯 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 对实时性要求不高(降低延时,增大timeout_stopwatch可改善实时性),任务执行完等待一段时间才能知道执行结果,如果失败,需要重新执行,但是只能执行有限次数,超过次数执行接下来程序 对实时性要求不高(降低延时,增大timeout_stopwatch可改善实时性),任务执行完等待一段时间才能 阅读全文
posted @ 2017-04-09 11:04 流水灯 阅读(173) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-06 10:34 流水灯 阅读(11) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-01 20:32 流水灯 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 99 下一页