上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: 根据中国地质调查局地质调查技术标准《数字地质图空间数据库》(DD2006-06)中规定:地质图空间数据库的坐标系统可采用地理坐标系、北京54坐标 系和西安80坐标系。地质图空间数据库的投影系统可根据比例尺不同进行选择。 我国基本比例尺地形图除 1:100万 采用兰勃特投影(Lambert)外,其 他 阅读全文
posted @ 2022-02-19 12:05 张志伟122 阅读(2125) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为CSDN博主「wonull」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/u012241570/article/details/90769388 NMEA - 0183 是美国国家海洋电子协会 阅读全文
posted @ 2022-02-19 11:20 张志伟122 阅读(1095) 评论(0) 推荐(0) 编辑
摘要: 两个静态task idle_TCB Timer_TCB FreeRTOSConfig.h 配置文件 #define configUSE_PREEMPTION 1 支持抢占,即的中断中切换任务(不用等其他任务调用taskYIELD 函数) #define configSUPPORT_STATIC_AL 阅读全文
posted @ 2022-02-13 17:04 张志伟122 阅读(317) 评论(0) 推荐(0) 编辑
摘要: previous: https://www.cnblogs.com/zhangzhiwei122/p/15889718.html osStatus_t osKernelInitialize (void) { osStatus_t stat; if (IS_IRQ()) { stat = osErro 阅读全文
posted @ 2022-02-13 17:03 张志伟122 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 上传一个使用stm32cubemx-lwip-freertos的demo step by step 一步步的使用stm32 cubemx 生成项目,添加lwip 支持, 添加freertos 支持,使用 tcp 通信 https://github.com/zhiwei122126/steps 阅读全文
posted @ 2022-02-13 15:39 张志伟122 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 原文 : https://arm-software.github.io/CMSIS_5/RTOS2/html/rtos_api2.html 相关文档: https://arm-software.github.io/CMSIS_5/RTOS2/html/cmsis__os2_8h.html Funct 阅读全文
posted @ 2022-02-13 15:35 张志伟122 阅读(455) 评论(0) 推荐(0) 编辑
摘要: from : https://www.freertos.org/a00111.html FreeRTOS keeps the memory allocation API in its portable layer. The portable layer is outside of the sourc 阅读全文
posted @ 2022-02-13 15:22 张志伟122 阅读(221) 评论(0) 推荐(0) 编辑
摘要: from : https://www.freertos.org/vTaskStepTick.html 1 系统idle 状态 the Idle task is the only task able to execute idle 任务是 唯一任务时,系统进入idle 状态。 2 configUSE_ 阅读全文
posted @ 2022-02-13 14:43 张志伟122 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/Qrsleizhipeng/article/details/83377340 相关文档 freertos taskXXX_CRITICAL 的文档: https://www.freertos.org/taskENTER_CRITICAL_task 阅读全文
posted @ 2022-02-13 13:35 张志伟122 阅读(612) 评论(0) 推荐(0) 编辑
摘要: task.c 中,关于调度器的 启用和关闭 1 uxSchedulerSuspended 定义: PRIVILEGED_DATA static volatile UBaseType_t uxSchedulerSuspended = ( UBaseType_t ) pdFALSE; /* Contex 阅读全文
posted @ 2022-02-13 13:26 张志伟122 阅读(601) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页