联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All uCOS/RTOS(74) 
按平台查找All Others(74) 

[uCOS/RTOS] Micrium_uC-Eval-STM32F107_uCOS-II

2.STM32源码修改编译需要安装Keil软件,需要一定的单片机基础。 3.如果没有STM32基础,不熟悉的前提下,不建议再次烧写,以免发现意外。 4.烧写用STLINK V2烧写器,需自备,烧写接口SWD4线烧写模式。 5.想学习STM32基础的可以参考赠送学习资料里的7.STM32参考资料,里面有STM32F103的基础,还有linux基础的教程。 6.如果只关注研究上层,底层可忽略。
1. The program is written and tested before delivery. 2. To modify and compile STM32 source code, keil software needs to be installed, and a certain MCU foundation is needed. 3. If you are not familiar with STM32, it is not recommended to burn again to avoid accidents. 4. The stlink V2 burner is used for writing, which needs to be provided by itself. The writing interface is swd4 line. 5. If you want to learn the basis of STM32, you can refer to the 7. STM32 reference materials in the free learning materials, which includes the basis of STM32F103 and the basic course of Linux. 6. If we only focus on the upper level, we can ignore the lower level. (2021-03-06, Others, 16233KB, 下载1次)

http://www.pudn.com/Download/item/id/1615007201901337.html

[uCOS/RTOS] Stm32_ucos_2-2

在IAR环境中编写程序实现以下功能: 1、设计3个任务的应用程序,三个任务分别是Mytask、Youtask、Intertask; 2、在第一组数码管上显示任务Mytask的运行次数,在第二组数码管上显示任务Youtask的运行次数; 3、任务Intertask是在时钟节拍中断服务程序中用钩子函数OSTimeTickHook()中断1000次时使用一个信号变量Interkey激活的; 4、用蜂蜜器响一小段时间表示“运行了中断要求运行的任务Intertask”。
Write a program in the IAR environment to achieve the following functions: 1, design the application of three tasks, three tasks are Mytask, Youtask, Intertask 2, in the first group of digital tube display task Mytask number of runs in the second group task Youtask digital tube display number of runs 3, the task Intertask in beat the clock interrupt service routine using hooks OSTimeTickHook () interrupt signal 1000 using a variable Interkey activation 4, a short response time of devices with honey that " run interruption required to run the task Intertask" . (2011-07-03, Others, 334KB, 下载13次)

http://www.pudn.com/Download/item/id/1587890.html

[uCOS/RTOS] EFM32_uCOS-II

uCOS-IIv2.86在EFM32系列Cortex M3微处理器上的移植例程,对uCOS-II中的任务切换源码作了修改。在IAR环境下调试成功。
uCOS-IIv2.86 microprocessor in the Cortex M3 EFM32 family routines on the transplantation of uCOS-II in the source code has been modified task switching. Debugging environment at the IAR success. (2010-09-27, Others, 2108KB, 下载102次)

http://www.pudn.com/Download/item/id/1305848.html

[uCOS/RTOS] thesis

首先对嵌入式系统和嵌入式实时操作系统的发展进行了介绍,并详细介绍了本设计所用的嵌入式实时操作系统UC/OS-II以及在基于ARM Cortex-M3系列最高配置微处理器STM32F103ZE上的移植过程,该操作系统是实现嵌入式UC/GUI以及AD数据实时采集处理的基础。然后详细介绍了本设计所用的UC/GUI嵌入式用户图形界面开发系统的特点及其在UC/OS-II的基础上的移植过程。最后本文详细介绍了设计中所进行的AD数据的实时采集过程以及对数据进行一阶滤波算法处理的过程。比照了采取滤波算法和不使用滤波算法时的效果差异并提出了一阶滤波算法的改进方案。
First on the embedded system and the development of embedded real-time operating system are introduced in detail, and introduces the design of the embedded real-time operating system and UC/OS- II in Cortex- M3 series based on ARM microprocessor STM32F103ZE supreme configuration of transplantation, the operating system is a process of UC/GUI and realize the embedded real-time data acquisition and processing of the AD. Then detailed introduces the design of embedded UC/GUI GUI features and development system in UC/OS- II on the basis of the transplant process. Finally, this paper introduced the design of the real-time data acquisition process- and the data processing of first-order filtering algorithm. According to the filter algorithm and not to use the effects of difference filtering algorithms and puts forward a scheme of filtering algorithm improved. (2010-07-01, Others, 1322KB, 下载11次)

http://www.pudn.com/Download/item/id/1229051.html

[uCOS/RTOS] Micrium_ucos_msp4305438_port_v2.87

ucos Ver 2.87 最新移植到TI的msp4305438低功耗msp430处理器.含相应文档资料.测试过,稳定无BUG.
UCOS2 Version 2.87 port to MSP4305438 . stable version. (2009-06-03, Others, 6385KB, 下载134次)

http://www.pudn.com/Download/item/id/790273.html

[uCOS/RTOS] ucos2_s3c2410_mdk

uC/OS-II for S3C2410 MDK版 ----------------版本----------------- 核心版本:V2.86 原版 移植版本:AN-1014 原版 其余部分取自 bobey ---------------编译器--------------- RealView MDK-ARM Version:3.24 测试正常 ----------------目录---------------- /Application 应用程序文件夹 /bsp BSP /doc 支持文档 /output 输出文件 /S3C2410port S3C2410移植文件夹 /ucos ucos核心文件夹 ucos2.Uv2 工程文件 SDRAM.ini 调试内存配置文件 ----------------其他----------------- 支持中断嵌套,嵌套层次不可过多,否则堆栈溢出会导致系统崩溃。
uC/OS-II for S3C2410 MDK version--------------------------------- core version version: V2.86 original transplantation version: AN-1014 from the rest of the original bobey--------------- compiler--------------- RealView MDK-ARM Version: 3.24 directory the tests are normal--------------------------------/Application Applications folder/bsp BSP/doc support document/output output file/S3C2410port S3C2410 transplantation folder/ucos ucos core project file folder ucos2.Uv2 memory debugging configuration file SDRAM.ini other--------------------------------- support interrupt nesting, nested level can not be too much, otherwise stack overflow will result in system crashes. (2009-05-29, Others, 1304KB, 下载347次)

http://www.pudn.com/Download/item/id/782600.html

[uCOS/RTOS] myethernet

这是基于UCOS II操作系统,LWIP协议栈的ARM以太网接口程序,处理器是AT91SAM7x256,对于打算学习ARM以太网接口的朋友有一定帮助,可以参考此程序实现其他硬件平台上的以太网接口的开发。
This is UCOS II-based operating system, LWIP Ethernet protocol stack interface program ARM processors are AT91SAM7x256, the study intends to Friends ARM Ethernet interface must have help, you can refer to realize this procedure on other hardware platforms Ethernet Net interface development. (2009-04-01, Others, 505KB, 下载14次)

http://www.pudn.com/Download/item/id/697441.html

[uCOS/RTOS] MiniGUI_for_uCOS

MiniGUI图形界面实验,包括1.1 MiniGUI for uC/OS-II 移植实验;1.2 MiniGUI 消息处理实验;1.3 对话框应用编程实验;1.4 控件应用编程实验;1.5 自定义控件实验;1.6 简易编辑器实验;1.7 位图显示实验;1.8 GDI 绘图实验;1.9 桌面主题实验
MiniGUI experimental graphical interface, including 1.1 MiniGUI for uC/OS-II transplantation experiment 1.2 MiniGUI news experimental treatment 1.3 dialog application programming experiments 1.4 application programming control experiments 1.5 custom control experiments 1.6 Simple Editor experiments Figure 1.7 shows the experiment 1.8 GDI mapping experiments Experimental 1.9 desktop theme (2008-05-27, Others, 652KB, 下载191次)

http://www.pudn.com/Download/item/id/474682.html

[uCOS/RTOS] s3c44B0_ADS_example

这是s3c44B0开发板板配套的实验资料,其开发环境是ADS.其中共有8个实验,每个实验都有其详细的源码实现,是ARM,UCOS学习的绝好资料.其中的实验包括:串口通信,键盘LED,定时器中断,移植UCOS在S3C44B0等.是进行嵌入式开发的绝好资料.
This is the S3C44B0 development板板supporting experimental data, and its development environment is the ADS. A total of eight experiments, each experiment has its own detailed source realize is ARM, UCOS excellent information on learning. One experiment included: serial communications, the keyboard LED, timer interruption, such as transplantation uCOS in S3C44B0. Embedded Development is an excellent information. (2008-03-05, Others, 6345KB, 下载99次)

http://www.pudn.com/Download/item/id/410948.html

[uCOS/RTOS] uCGUI_LPC214x_For_Keil

一个 uC/OS + GUI 驱动 98x67 LCD 的例程 使用 Keil MDK 编译工程,uCOS-II 为 V2.52 版,GUI 为 ZLG 的 V1.0 版,LCD 使用 NOKIA 3510I 的 LCD 模组,模组上的控制器型号为 Epson S1D15G14.
A uC/OS+ GUI-driven 98x67 LCD routine use of the Keil MDK compiler works, uCOS-II for V2.52 version, GUI for ZLG the V1.0 version, LCD using NOKIA 3510I of the LCD module, the module on controller models for Epson S1D15G14. (2007-08-28, Others, 165KB, 下载307次)

http://www.pudn.com/Download/item/id/324487.html

[uCOS/RTOS] USB_ON_s3c2410

基于三星公司的ARM处理器S3C2410的USB传输系统的实现。内部已经移植了UCOS操作系统。
based on Samsung's S3C2410 ARM processor the USB transmission system is achieved. Internal UCOS has ported the operating system. (2007-01-31, Others, 1171KB, 下载253次)

http://www.pudn.com/Download/item/id/246823.html

[uCOS/RTOS] Net_apps

站长,你好,可否给我开放,我提供的是基于uCOSII代码,包含有Http服务器,SMTP,DDNS,FTP网络方面的代码,我很需要一些MP3,MPEG4的算法原理资料
head Hello, Can you give me open, and I provide is based on uCOSII code Http includes server, SMTP, DDNS, FTP network code, I need some MP3, MPEG4 algorithms for data (2006-12-22, Others, 245KB, 下载94次)

http://www.pudn.com/Download/item/id/235705.html

[uCOS/RTOS] lpcucosii

philips的ARM处理器LPC2114跑ucosii的程序包,实现了包括zlg7290键盘和数码管驱动,128*64液晶屏,跑马灯程序的多任务实例。
philips LPC2114 ARM processor running ucosii the package, Implementation, including keyboard and digital zlg7290 driven, 128* 64 LCD screen, Bomadeng procedures example of multi-tasking. (2006-11-03, Others, 1016KB, 下载164次)

http://www.pudn.com/Download/item/id/223855.html

[uCOS/RTOS] uCOS_II_for_Nios

uCOS_II 在NiosII处理器上的移植过程以及全部源代码。
uCOS_II Nios II processors in the transplant process and the full source code. (2006-08-02, Others, 383KB, 下载218次)

http://www.pudn.com/Download/item/id/207103.html
1234
总计:74