-
ucosii code
ucosii code -ucosii code
- 2022-01-31 13:07:47下载
- 积分:1
-
UCOSII工程模板
ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */
(CPU_CHAR *)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void *)0,
(OS_PRIO )APP_CFG_TASK_START_PRIO,
(CPU_STK *)&AppTaskStartStk[0],
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK )0,
(void *)0,
(OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR *)&err);)
- 2018-03-29 21:31:38下载
- 积分:1
-
嵌入式ARM7的TCP / IP协议实现,开发环境为优势。
嵌入式arm7的tcp/ip协议的实现,开发环境为ads1.2,可以实现tcp和udp的通信-Embedded arm7 the tcp/ip protocol implementation, development environment for ads1.2, can be achieved tcp and udp communication
- 2023-04-01 15:45:04下载
- 积分:1
-
这是一个操作系统中的读者优先算法的实现绝对正确
这是一个操作系统中的读者优先算法的实现绝对正确-This is an operating system as a priority readers algorithm to achieve absolutely correct
- 2022-08-11 19:06:59下载
- 积分:1
-
最新的ucos28完整的源代码完美完整版
最新的ucos28完整的源代码完美完整版-latest ucos28 integrity of the source code version of a perfect integrity
- 2023-04-19 04:55:02下载
- 积分:1
-
RGB888PIC
stm32+UCOSII+emwin+7寸液晶屏快速加载图片的方法,调用常用的emwin的函数一般显示速度在3秒,使用这个方法后显示0.1秒就可以算不刷新完成,值得借鉴(Stm32+ UCOSII+ emwin+ 7 inch LCD screen fast loading images, the method of commonly used emwin function called general display speed in 3 seconds, 0.1 seconds after using this method show can not refresh to complete, is worth using for reference)
- 2016-09-23 22:35:18下载
- 积分:1
-
uCOS2.76移植到s3c44b0x上,平台是ADS1.2,另作了外部中断的移植,测试通过。...
uCOS2.76移植到s3c44b0x上,平台是ADS1.2,另作了外部中断的移植,测试通过。-uCOS2.76 s3c44b0x transplant, the platform is ADS1.2. another made external interrupt the transplant, the test.
- 2023-08-25 07:05:04下载
- 积分:1
-
MenuetOSv085
It is a very small and good OS, that is just use Assembly language.
- 2010-01-15 02:11:25下载
- 积分:1
-
mcf522xx EV Board driver source code can be used directly. The driver I tested.
mcf522xx EV板的驱动程序源码,可以直接使用。该驱动本人测试过。-mcf522xx EV Board driver source code can be used directly. The driver I tested.
- 2022-03-02 19:03:16下载
- 积分:1
-
基于UCOS和UCGUI的嵌入式数字示波器 ucos和ucgui完美结合的实例
基于UCOS和UCGUI的嵌入式数字示波器 ucos和ucgui完美结合的实例-UCOS UCGUI-based and embedded digital oscilloscope uCOS and examples of the perfect combination of ucgui
- 2022-06-21 11:31:21下载
- 积分:1