搜索资源列表
ucos2 can总线通讯
- 编程实现MCP2510 的CAN 总线通讯;两个UP-NetARM3000 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符发送 给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通 过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超级终 端上显示数据-Programming MCP2510 CAN bus communication; Two UP-NetARM3000 CAN bus link. ARM su
UARTandSPIcg
- 在PC机上用串口精灵发送数据,可在LPC2136开发班上通过SPI接受数据的源代码
S3C44B0X CAN总线通讯
- 按PC键盘通过超级终端发送数据,开发板将接收到的数据通过CAN总线转发,在另一个超级终端上显示数据来实现数据传输,源代码已经调试可用,希望能对大家有所帮助。-PC keyboard adopted by the Super Terminal send data, the board will receive the data transmitted through the CAN bus, in another super-terminal display the data to achieve
10_ZStack-CC2530-2.3.0-1.4.0_
- 基于zstack协议栈的开发,控制数据的收发。-Based on zstack protocol stack development , control data transceiver .
STM32F103_Datasheet_(Chinese_V4.0)
- stm32f103 中文数据手册,供需要的人开发。-stm32f103 Chinese data sheet for those who need to develop.
LPC2378Ucos2
- 开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。-Development environment is under the
shiyan
- 该文件是基于周立功的EAZYARM开发板,uCOS II操作系统。实现数据采集、数据存储、I2C总线控制、LED时钟显示、键盘输入、网络通信等多任务。-The document is based on weekly contribution in EAZYARM development board, uCOS II operating system. Data acquisition, data storage, I2C bus control, LED clock display, keybo
lpc2210UCOSIIGPRS
- 处理器LPC2210,操作系统UCOS,开发环境ADS1.2,程序:GPRS数据通信。-Processor LPC2210, operating system UCOS, development environment ADS1.2, program: GPRS data communications.
lpc2210UCOSIIGPS
- 处理器:lpc2210;操作系统:UCOS;开发环境:ADS1.2;程序功能:GPS模块采样数据,发送给ARM处理器-Processor: lpc2210 Operating System: UCOS development environment: ADS1.2 program features: GPS module sampled data, sent to the ARM processor
thesis
- 首先对嵌入式系统和嵌入式实时操作系统的发展进行了介绍,并详细介绍了本设计所用的嵌入式实时操作系统UC/OS-II以及在基于ARM Cortex-M3系列最高配置微处理器STM32F103ZE上的移植过程,该操作系统是实现嵌入式UC/GUI以及AD数据实时采集处理的基础。然后详细介绍了本设计所用的UC/GUI嵌入式用户图形界面开发系统的特点及其在UC/OS-II的基础上的移植过程。最后本文详细介绍了设计中所进行的AD数据的实时采集过程以及对数据进行一阶滤波算法处理的过程。比照了采取滤波算法和不使用
ucos2_data_type_information
- ucos2数据类型资料ucos2 data type information,c程序开发人员必备的资料不错-ucos2 data type information ucos2 data type information, c program developers must have good information
KEYcom-232
- 在LM3s8962开发板上运行,keil开发环境,带按键和串口的中断,收发数据。-In LM3s8962 development board to run, keil development environment, with keys and serial port interrupts, send and receive data.
USART
- 在万利199元开发板上实现了uCOS-II移植到STM32的操作,建立了LED闪烁任务以及USART1向计算机发送数据的任务。-Manley 199 yuan in the development board implements the STM32 uCOS-II ported to the operation, the establishment of the task and the LED flashes USART1 send data to the computer task.
shiyan5
- 熟悉利用Ucos-II嵌入式操作系统开发一个实际项目的过程。 1.当开关switch闭合时,数码管显示0xff,串口终端发送数据0xff。不管是哪个键盘按下,都保持不变。 2.当开关switch打开时,数码管显示键盘键值,并在串口终端中输出此键值。 -failed to translate
uCOS-II_lwip
- 本代码在EBD SAM7X256开发板上测试通过。 注意:本代码需要接通网络才能跑起来,DS2的LED灯闪烁说明任务已经跑起来了。 系统起来之后在J12口上(波特率115200,8位数据,无奇偶校验,1位停止位,无流控)可以看到如下信息。 其中IP地址和MAC地址等可以在Emac.h文件中修改。-UC/OS AT91SAM7X256 8201
UCGUIFontTool_V0.1
- 是基于ucos+ucgui嵌入式系统开发必备工具,解决UCGUIFontTool导出大字体时点阵为空白的Bug:原程序中导出数据时“像素值的判断”存在bug!-Ucos+ ucgui based embedded system development tools necessary to solve UCGUIFontTool export large font matrix blank Bug: When you export data in the original program &quo
DataSample
- SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是数据采集的示例,需要的可以下来学习下-based on smartArm2478 ,use uc/os,datasample test
uCOSPLWIP
- 在三星2440开发板上移植Ucos ii,并且实现lwip协议栈,可实现与PC数据传输-Samsung 2440 development board transplantation Ucos ii and lwip protocol stack can be realized with the PC data transfer
usb-cheak-task
- 该项目的硬件环境是以LPC2148为核心芯片,软件开发环境是IAR,在此实现了主控对usb数据的读与写。-The hardware environment of the project is based on the the LPC2148 core chip, software development environment IAR, this master usb data read and write.
NETCONN_UDP
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立UDP连接,同样UDP也是以一个任务的方式来运行的,当UDP连接建立成功以后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment will achieve the following functions: Use UCOS o