-
STM32uCOSPuCGUI(FSMC)
测试程序:uCOS+uCGUI(FSMC)(3.2寸屏) 屏幕控制芯片R61505U(Test program: uCOS+ uCGUI (FSMC) (3.2 inch screen) screen controller chip R61505U)
- 2016-01-04 19:02:49下载
- 积分:1
-
一个UCOS下的经典例程,用BC4.5编译(也可以运行MAKETEST),如果你用的BC3或者其它版本的话,把目录强行改为BC45就可以了....
一个UCOS下的经典例程,用BC4.5编译(也可以运行MAKETEST),如果你用的BC3或者其它版本的话,把目录强行改为BC45就可以了.-a UCOS the classic routines with BC4.5 compiler (also can run MAKETEST), if you use other versions or BC3, then what Contents forced to Cooking on it.
- 2022-07-18 14:16:54下载
- 积分: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
-
这是一个操作系统中的读者优先算法的实现绝对正确
这是一个操作系统中的读者优先算法的实现绝对正确-This is an operating system as a priority readers algorithm to achieve absolutely correct
- 2022-08-11 19:06:59下载
- 积分:1
-
进程调度算法,优先级算法,静态优先级和运行时候优先级自动调整...
进程调度算法,优先级算法,静态优先级和运行时候优先级自动调整-process scheduling algorithm, priority algorithm, static priority and time running automatically adjust priorities
- 2022-09-07 00:35:02下载
- 积分:1
-
ucosii 在atmel m128上的移植.并有详细的pdf文挡说明.
ucosii 在atmel m128上的移植.并有详细的pdf文挡说明.-ucosii atmel m128 in the transplant. And the detailed pdf text block shows.
- 2022-07-12 11:18:50下载
- 积分:1
-
公司基于MiniGUI SmartARM2200实验程序
基于周立功公司smartarm2200的minigui实验程序-based company smartarm2200 minigui the experimental procedure
- 2022-04-29 04:01:57下载
- 积分:1
-
全球定位系统的使用
使用GPS驱动中间件,先初始化GPS,发送相关命令,等待接收地理的数据,若接收到数据,可从液晶屏中显示.-The use of GPS-driven middleware, first initialize the GPS, send the relevant command, waiting to receive the geographical data, if the received data can be displayed from the LCD screen.
- 2022-02-10 09:39:35下载
- 积分:1
-
ucos---GPIO-stm32f103
基于STM32f103vct的ucos操作系统下的GPIO程序(Based on ucos operating system under STM32f103vct GPIO)
- 2013-01-17 21:35:48下载
- 积分:1
-
embedded operating system in the SCM 51 transplant, useful, reference to this pr...
嵌入式操作系统ucos在51单片机上的移植,很有实用价值,参考这个程序也可以把ucos轻松的移植到其它mcu或arm及dsp上-embedded operating system in the SCM 51 transplant, useful, reference to this procedure can also CENTER easily ported to other mcu or on the arm and dsp
- 2022-02-01 19:58:59下载
- 积分:1