-
SFE_Example
Example for SFE with C source codes a files.
- 2012-08-01 10:07:56下载
- 积分:1
-
UCOS2860822OK^-^
这是一个绝好的资源,因为:它在STM32F103系列上移植了UCOS系统和固件库,UCOS版本:2.86,固件库版本:3.30,而且,而且里面集成了printf函数,可以串口输出调试信息,更重要的是,他有4路PWM输出和3路PWM捕获,具体输出引脚和捕获引脚我在压缩包里的文件里有说明。我初学STM32时,网上下载的例程大多不能用,我对那些自私的人很无语,我共享这一个,就是想给曾经像我一样迷茫的人一块垫脚石,希望你们能站的更高、更远~~开发环境是KEIL/MDK,没有这个选项,就选C了。(Can you speak Chinese? Yes. )
- 2012-08-22 23:05:45下载
- 积分:1
-
uCOS_uCGUI_TQ2440_LCD_W43
根据网上资料改进,基于uCOS-II和ucGUI,可运行于4.3英寸LCD的TQ2440开发板,包含了众多的ucGUI显示demo,亲测可行,是学习ARM、嵌入式操作系统和gui的好资料。(According to the online information to improve, based on uCOS-II and ucGUI, can be run on the 4.3 in. LCD TQ2440 development board that contains a large number of ucGUI display demo. pro-test is feasible, which is good for learning ARM, embedded operating system and gui.)
- 2014-06-30 14:38:31下载
- 积分:1
-
ucosdemostm32
基于ucos的stm32例程,UCOSII源码,可以提供剪裁。工程架构整洁。
- 2022-02-10 13:31:59下载
- 积分:1
-
关于ucos
关于ucos-ii的中文使用说明,采用.chm文件格式便于阅读。-Ucos-ii on the Chinese for use, the use of. Chm file format easy to read.
- 2022-03-22 02:48:37下载
- 积分: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
-
好用好看不看会后悔,看了不后悔,信不信由你了
好用好看不看会后悔,看了不后悔,信不信由你了
-Good use看不看will regret it, read no regrets, believe it or not you
- 2023-08-25 19:10:04下载
- 积分:1
-
在S3C44b0上移植ucos并实现哲学家就餐问题的演示,信息从uart0口输出,这是我学习上课时做的一个实验,见笑见笑了...
在S3C44b0上移植ucos并实现哲学家就餐问题的演示,信息从uart0口输出,这是我学习上课时做的一个实验,见笑见笑了-S3C44B0 uCOS transplantation in the dining philosophers problem and the realization of the demonstration, information from the UART0 port output, this is my learning in class to do an experiment, a laughing stock of a laughing stock of the
- 2022-06-20 17:59:13下载
- 积分:1
-
uc1601s
UC1601S显示测试与初始化,可用于对UC1601开发评估(UC1601S testing and initialization can be used for assessment UC1601 development)
- 2020-07-01 15:00:01下载
- 积分:1
-
uc/fs file system source code, coupled with uc/os build an arbitrary file system
uc/fs文件系统的源码,可配合uc/os构建任意文件系统-uc/fs file system source code, coupled with uc/os build an arbitrary file system
- 2022-03-16 15:45:45下载
- 积分:1