-
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
-
可以提供一小部分的好东西是不容易的,我希望你会离开…
能给发家提供这个好东西不容易,希望大家能多多学习,不要辜负了。 uC/GUI是uC/OS-II配套的专用图形界面。这可不是开源软件,也不象uC/OS-II一样可以免费下载,这个是非常昂贵的软件。所以大家拿到后,不要声张,偷着乐吧 ^_^-can provide a small minority of the good things is not easy, I hope you will learn more, do not fail to live up to. UC/GUI is uC/OS-II supporting the dedicated graphical interface. This is not open source software, nor as uC/OS-II can be downloaded for free, this is very expensive software. So you get, not quietly, secretly glad it ^ _ ^
- 2022-03-30 08:30:16下载
- 积分:1
-
模拟坦克水平的程序
program to simulate tank levels
- 2022-02-14 16:22:55下载
- 积分:1
-
STM32PUCOS-II=GPIO_PS2_TIM
1.板上的8 个按键分别分别代表数字1-8,按下一个按键将结果通过串口发送到PC机上显示;
2.使用两个定时器模块,分别定时为1ms 和100ms 产生中断,使用它们分别
产生1s的定时时间,将时间分别显示到数码管上;
3.外接PS/2小键盘,将按键的值通过串口显示到PC机上。(A panel of eight key representing the number 1-8 press a key the results sent through the serial port on a PC display
(2) use two timer modules, respectively, of 1ms and 100ms timer generates an interrupt, use them, respectively,
Produce the timing of the 1s, the time display to the digital control
External PS/2 keyboard, the key value of displayed through the serial port to a PC.)
- 2020-09-08 15:18:03下载
- 积分:1
-
52ARM_UCOS_II, 2nd edition UCOSII
52ARM_UCOS_II,UCOSII第二版-52ARM_UCOS_II, 2nd edition UCOSII
- 2022-03-09 14:06:52下载
- 积分:1
-
ST-uCOS-II-2.85
STM32系列芯片的最新版本ucos-II 2.85的移植例程,(STM32 family of the latest version of the chip ucos-II 2.85 transplant routines,)
- 2008-06-18 19:30:57下载
- 积分:1
-
ucos嵌入式在44b0x上的移植
ucos嵌入式在44b0x上的移植-CENTER embedded in the transplant 44b0x
- 2023-09-05 07:35:03下载
- 积分:1
-
C8051f310_C51
在c8051f310上移植ucos,实现的液压控制系统。(In c8051f310 transplant ucos, to achieve hydraulic control system.)
- 2013-06-27 14:55:44下载
- 积分:1
-
基于LPC2132 24c32eeprom通信在keil平台的代码
该代码在KEIL平台基础上实现LPC2132与24C32EEPROM通信-The code in KEIL platform based on LPC2132 with 24C32EEPROM communication
- 2023-05-07 14:00:02下载
- 积分:1
-
ourdev_457075
cc2431无线传输的经典教程与使用方法,里面有例程,可供参考(cc2431 wireless transmission of the classic development board, there is the use of methods and lesson plans)
- 2012-06-03 12:58:24下载
- 积分:1