期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Realization of remote update technology for embedded equipment based on μC/OS-Ⅱ 被引量:2
1
作者 孟辉 潘炼 《Journal of Measurement Science and Instrumentation》 CAS 2014年第3期69-72,共4页
Aiming at the inaccessible problem of remote embedded devices update and maintenance, this paper presents a method using general packet radio service (GPRS) to achieve update based on the embedded real-time operatin... Aiming at the inaccessible problem of remote embedded devices update and maintenance, this paper presents a method using general packet radio service (GPRS) to achieve update based on the embedded real-time operating system (RTOS) μC/OS-Ⅱ. It introduces architecture of the system first. And then it uses LPC1768 chip as the central processing unit, SIM900A module for data transmission, and SST25VF016B to store the data. To ensure accuracy of the data transmis- sion, cyclic redundancy code (CRC) is adopted. The software uses fixed bootstrap and mutable update program, and thus the embedded devices can still normally start in case of update failure. Finally, high stability and extensive adaptability of the system are verified by experimental data. 展开更多
关键词 μc/os-μc/os-μc/os- remote update general packet radio service (GPRS) embedded system
下载PDF
μC/OS-Ⅱ在DSP Flash存储器中运行的关键问题
2
作者 朱爱军 戴群亮 《电子工程师》 2008年第10期53-55,共3页
介绍了嵌入式实时多任务操作系统μC/OS-Ⅱ在芯片内Flash存储器中运行时,智能化挖掘机轨迹控制系统不按照预先设定好的轨迹运行,和μC/OS-Ⅱ调度紊乱等失控问题的解决方法。分析了产生以上问题的原因,并且提出了3种解决方案,重点阐述了... 介绍了嵌入式实时多任务操作系统μC/OS-Ⅱ在芯片内Flash存储器中运行时,智能化挖掘机轨迹控制系统不按照预先设定好的轨迹运行,和μC/OS-Ⅱ调度紊乱等失控问题的解决方法。分析了产生以上问题的原因,并且提出了3种解决方案,重点阐述了修改数据段定位方式的解决方案。实验结果表明,通过3种方案的应用,以上关键问题已经在课题中得到解决。 展开更多
关键词 DSP μc/os- flash存储器
下载PDF
嵌入式数据库管理系统eDBMS的设计与实现 被引量:2
3
作者 吴名星 李彤 《科学技术与工程》 2008年第14期3970-3974,共5页
随着消费电子、移动商务等嵌入式设备的兴起,各种嵌入式设备、移动设备和智能设备得到了广泛的应用,可以说嵌入式设备的应用"无处不在"。为了解决嵌入式设备中的数据存储问题,在当前流行的ARM实验教学平台、uC/OS-II嵌入式操... 随着消费电子、移动商务等嵌入式设备的兴起,各种嵌入式设备、移动设备和智能设备得到了广泛的应用,可以说嵌入式设备的应用"无处不在"。为了解决嵌入式设备中的数据存储问题,在当前流行的ARM实验教学平台、uC/OS-II嵌入式操作系统上研究设计并实现了一个简易关系型嵌入式数据库管理系统eDBMS。通过eDBMS,能方便地对嵌入式设备上的数据进行统一管理,可大大减少嵌入式系统数据管理应用开发的时间。 展开更多
关键词 嵌入武数据库管理系统 flash文件系统 μc/os-
下载PDF
基于Flash的嵌入式文件系统设计与实现 被引量:5
4
作者 张继珂 谷青范 《工业控制计算机》 2011年第4期84-86,共3页
针对嵌入式系统的应用需求和Flash存储器的特点,设计了一种适合在数控系统中使用的嵌入式文件系统,并在嵌入式操作系统μC/OS-Ⅱ中实现。文件系统具有耗损平衡、垃圾回收、断电恢复、支持多任务的特性。其代码精简,占用系统资源少,执行... 针对嵌入式系统的应用需求和Flash存储器的特点,设计了一种适合在数控系统中使用的嵌入式文件系统,并在嵌入式操作系统μC/OS-Ⅱ中实现。文件系统具有耗损平衡、垃圾回收、断电恢复、支持多任务的特性。其代码精简,占用系统资源少,执行效率高,有较高的安全性和可靠性,对于使用Flash作为存储介质的嵌入式系统具有一定的普适性。 展开更多
关键词 flash存储器 嵌入式系统 嵌入式文件系统 μc/os-
下载PDF
Design and Implementation of RFID Reader based on μC/OS System
5
作者 Jinguang LIU 《International Journal of Technology Management》 2015年第5期93-95,共3页
This paper mainly completed the design of hardware and software of RFID to read write system. Including selection and easy transplantation of open source μC/OS-Ⅱ operating system, completed the transplant in the emb... This paper mainly completed the design of hardware and software of RFID to read write system. Including selection and easy transplantation of open source μC/OS-Ⅱ operating system, completed the transplant in the embedded module, the task to create work; Analyze the system software level and concrete structure from the hardware layer, driver layer, operating system layer and user layer; and analyzes the influence of the actual the power consumption of the system running in different modes and the read-write distance, the influence of moving speed of chip on read and write time. 展开更多
关键词 μc/os- RFID READER ARM embedded
下载PDF
S3C44BOX嵌入式系统
6
作者 胡建华 罗庆生 《电脑编程技巧与维护》 2007年第8期73-75,共3页
本文主要讲述了三个方面内容:第一,由于S3C4480X没有地址重映射功能,本文讨论并设计了一个程序以实现这种伪“重映射”;第二,μC/OS-Ⅱ在移植到S3C44BOX嵌入式系统时,实现了时钟中断函数OSTickISR的C语言编写;第三,基于S3C44BOX的嵌入... 本文主要讲述了三个方面内容:第一,由于S3C4480X没有地址重映射功能,本文讨论并设计了一个程序以实现这种伪“重映射”;第二,μC/OS-Ⅱ在移植到S3C44BOX嵌入式系统时,实现了时钟中断函数OSTickISR的C语言编写;第三,基于S3C44BOX的嵌入式系统设计过程中一些要点的总结。 展开更多
关键词 ARM S3c4480X flash SDRAM μc/os-
下载PDF
基于ARM7TDMI实现简易嵌入式文件系统设计
7
作者 张延伟 魏银库 《电脑知识与技术(过刊)》 2007年第16期1081-1083,共3页
针对Flash存储器的特点,设计了一种适合开源实时操作的嵌入式文件系统,首先详细介绍了μC/OS-Ⅱ内核在ARM7TDMI上的移植过程,其次介绍了基于此上的简易嵌入式文件系统设计方案.最后经测试得出结论:该嵌入式文件系统代码精简,占用系统资... 针对Flash存储器的特点,设计了一种适合开源实时操作的嵌入式文件系统,首先详细介绍了μC/OS-Ⅱ内核在ARM7TDMI上的移植过程,其次介绍了基于此上的简易嵌入式文件系统设计方案.最后经测试得出结论:该嵌入式文件系统代码精简,占用系统资源少,执行效率高,有较高的安全性. 展开更多
关键词 flash存储器 μc/os- 嵌入式文件系统
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部