搜索资源列表
uCOSIIinLPC210X
- 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行. 5. 全部代码采用 ARM 指令. 6. uC/OS-II 版本为 V2.52. 7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意 8. Vectors.S 文件中的 startup 段为程序入口. 9. 编译时下面的警告不必理会.
STARTUP
- 详细介绍了三星s3c44box的串口使用中的代码 这些代码具有通用性,可移植
STARTUP
- 开发环境使用的是ADS 在里面没有找到 故选择其他, 这是关于ADS使用的一些代码
startup
- 开发环境是ADS 1。2 键盘和LED显示
STARTUP
- 开发环境是ADS S3c44b0X AD 转换
test_arm926.rar
- ucos 在 arm9 芯片上的移植,内容包括: 1)初始启动的系统控制; 2)中断的拷贝; 3)锁相环的设置; 4) 堆栈的初始化; 5)ucos的移植 5i)任务切换的汇编代码; 5ii)时钟节拍的汇编代码; ,uCOS ARM9 chip in the transplant, including: 1) the initial startup of system control 2) copies of interruption 3) PLL settings 4)
TCPinterception
- tcp数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植,该例子是在ucos环境下移植,并在lpc2368处理器上运行成功,选用的是DM69161网卡-tcp listening examples of data to achieve a listening udp data loop operation, can be transferred to the LPC processor, different process
LPC2378Ucos2
- 开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。-Development environment is under the
s3c2410
- 基于三星s3c2410平台的ucosII源码,适用于初学者-Based on Samsung S3C2410 platform ucosII source for beginners
lpc2124
- keil开发环境下,基于lpc2124的波形发生程序,包含protues仿真文件。-keil development environment, based on the waveform occurred lpc2124 procedures, including document protues simulation.
ucos4s3c44b0
- 本目录下是sourceinsight3.0和ArmProjectManager的工程文件。 startup里是和系统初始化相关的文件。 inc里包括了一些库函数声明和数据类型预定义。 src里的是主文件和一些常用函数的源代码。 ucos里包括了uCOS-II的全部文件。 其余的目录是编译器和连接器的工作目录。-This directory is sourceinsight3.0 and ArmProjectManager under the project file. whe
ARM
- 周立功NXP LPC21xx/22xx系列ARM芯片的启动程序分解 -ZLG NXP LPC21xx/22xx series decomposition ARM chip startup programs
UCOS
- 在OK2440板上的,UC/OS的移植,UCGUI的移植!自己编写的启动代码,在NOR中启动运行!3.5寸的TFT屏!-In OK2440 board, UC/OS transplant, UCGUI transplant! Write your own startup code, start running in the NOR! 3.5-inch TFT screen!
New-Compressed-(zipped)-Folder
- startup for lpc 2129 using gnu compiler
ucosPlesson
- μC/OS-2标准教程》分析硬件平台相关代码,逐步介绍移植过程。内核基本原理(包括任务及任务调度、系统启动与实始化、任务间通信与同步、内存管理),分析源代码及应用案例,并介绍在ARM9内核处理器移植。-μ C/OS-2 standard tutorial "analysis relevant code hardware platform, and gradually introduce transplant process. The kernel basic principle (includi
cstartup
- startup file for the application : lpc2294 + ucos-startup file for the application : lpc2294 + ucosii
Ucos-Str710tftDisp
- ucos在str710微处理器的软件的移植,包括启动文件,UCGUI,配置文件等。是学习STR710,UCOS移植的重要资料。-ucos in transplant str710 microprocessor software, including startup files, UCGUI configuration file. STR710, UCOS transplantation study.
xiu-hua-ji-chaozuo-shi-ji
- 启动代码主要实现异常向量表定义、堆栈初始化、系统变量初始化、I/O、外围初始化、地址重映射等-The main exception to the startup code to achieve the scale definition, stack initialization, system variable initialization, I/O, peripheral initialization, address remapping, etc.
uC-OS-ii-for-Cortex-M3-master
- uC-OS-ii-for-Cortex-M3(transplant uC/OS-ii to Cortex-M3 Open project/ucos-ii.uvproj through MDK If you use devices which are different from STM32F10x High Density series, please change the startup file in others/)
STM32F103C8T6_UCOS_DEMO
- 这是按照前面我发的从零开始学习ucosii手册,编写成功的模板。芯片是stm32f103c8t6,移植在f103芯片上,都是同理可得。记住虽然可以直接拿着用,但是要修改对应的IO口哦,程序效果是led小灯闪烁。(有一个问题我也不太清楚,理论上c8t6的启动文件应该是startup_stm32f10x_md.s,但是用它却不能成功。用startup_stm32f10x_hd.s却成功了。)(This is a successful template written in front of the