怎么在RTL8915上跑一个freertos 系统初始化系统

上传用户:xnkcrgumua资料价格:5财富值&&『』文档下载 :『』&&『』学位专业:&关 键 词 :&&&&权力声明:若本站收录的文献无意侵犯了您的著作版权,请点击。摘要:(摘要内容经过系统自动伪原创处理以避免复制,下载原文正常,内容请直接查看目录。)以嵌入式收集成长为配景,在剖析和比拟了今朝业界主流的嵌入式及时操作体系的各自特色及运用场所基本上,对本课题的嵌入式软件资本做出了恰当选择,以及时操作体系FreeRTOS和嵌入式收集协定Lwip作为本课题的软件资本。在嵌入式体系中,软件资本的选用极其症结。包含选用来治理多义务的嵌入式及时操作体系FreeRTOS,和用来完成嵌入式装备与互联网之间衔接的嵌入式收集协定Lwip。及时操作体系FreeRTOS是一个微内核,以代码量小、及时性强、支撑的处置器多、文档治理标准等优势在国外嵌入式范畴获得的普遍的运用。Lwip协定是专为资本受限的嵌入式体系开辟的精简版、轻量级的收集协定。除支撑TCP/IP协定的根本功效之外还包含其他的机制,如操作体系模仿层、收集接口和API接口等,同时也削减体系RAM。论文具体剖析了基于S3C44B0X芯片的ARM7硬件平台的重要功效模块,重点剖析了以RTL8019AS芯片为以太网掌握芯片的收集接口模块。以此硬件平台为基本,提出基于FreeRTOS及时操作体系及Lwip协定的嵌入式软件跨平台跨编译器的移植和测试计划。以后,剖析了及时操作体系FreeRTOS和嵌入式收集协定Lwip的根本道理,和各自移植要点。并以操作体系的移植着手,慢慢完成了FreeRTOS和Lwip在S3C44B0x上的移植任务。最初经由过程及时操作体系多义务调剂试验和WEB办事器的局域网试验测试,证实了体系软/硬件完成计划的可行性和准确性。为及时操作体系FreeRTOS和Lwip协定在ARM平台下的运用供给一种技巧计划,完成了嵌入式技巧与收集技巧相联合。Abstract:The embedded network develops as the background, basically in the analysis and compare the current industry mainstream embedded real-time operating system of their respective characteristics and using the place, on the subject of the embedded software capital made appropriate choice, to real-time operating system FreeRTOS and embedded collection protocols LwIP as the capital of the subject software. In the embedded system, the software is the crux of capital. Contains the embedded governance multi duty operating system in FreeRTOS, and used to complete the embedded equipment and Internet connection embedded collection protocol Lwip. In the operating system FreeRTOS is a micro kernel, with a small amount of code, timeliness strong, multi processor support, document management and other advantages of access to foreign embedded in standard category in common use. The Lwip protocol is designed for embedded system of capital limited open streamlined version, lightweight network protocol. In addition to basic functions support the TCP/IP agreement also includes other mechanisms, such as operating system copy layer, network interface and API interface, while also cutting system RAM. This paper analyzes the important function module of ARM7 hardware platform based on S3C44B0X chip, analyzed with RTL8019AS chip as the master chip of Ethernet interface module collection. This is the basic hardware platform based on embedded FreeRTOS software, put forward transplantation timely operation system and Lwip protocol of cross platform compiler and test plan. After the analysis of the basic principle of FreeRTOS and embedded operating system timely collection protocol Lwip, and their migration points. And to the operating system transplant to slowly completed FreeRTOS and Lwip in S3C44B0x on the transplant task. The initial test process via LAN timely operation system test and WEB server swap obligations, confirmed the system hardware and software to complete the feasibility and accuracy of the plan. For the timely operation system of FreeRTOS and the Lwip agreement under the ARM platform using a skill supply plan, completed the embedded technique and collection techniques combined.目录:摘要3-4Abstract4目录5-8第一章 引言8-16&&&&1.1 课题背景8-9&&&&1.2 实时操作系统的研究现状9-12&&&&&&&&1.2.1 引入实时操作系统必要性9&&&&&&&&1.2.2 实时操作系统的比较9-12&&&&1.3 嵌入式网络协议研究现状12-13&&&&&&&&1.3.1 嵌入式网络协议的比较12-13&&&&1.4 本课题的软件资源13&&&&1.5 本课题所研究的内容13-14&&&&1.6 章节安排14-16第二章 硬件平台16-26&&&&2.1 嵌入式网络拓扑结构16-17&&&&2.2 集成开发环境17&&&&2.3 主要功能模块17-25&&&&&&&&2.3.1 CPU模块18-19&&&&&&&&2.3.2 电源模块19-21&&&&&&&&2.3.3 串口模块21-22&&&&&&&&2.3.4 时钟及复位电路22-23&&&&&&&&2.3.5 JTAG调试接口23&&&&&&&&2.3.6 以太网接口23-25&&&&2.4 小结25-26第三章 LWIP协议栈的分析26-34&&&&3.1 LWIP协议特点26&&&&3.2 LWIP进程模式26-27&&&&&&&&3.2.1 传统的TCP/IP协议栈进程模式26-27&&&&&&&&3.2.2 Lwip协议栈进程模式27&&&&3.3 LWIP协议栈内存管理27-28&&&&3.4 LWIP协议栈分析28-33&&&&&&&&3.4.1 Lwip协议栈框架28-30&&&&&&&&3.4.2 Lwip协议栈网络接口30-31&&&&&&&&3.4.3 操作系统模拟层31&&&&&&&&3.4.4 数据传输31-33&&&&3.5 小结33-34第四章 实时操作系统FREERTOS及移植实现34-50&&&&4.1 FREERTOS原理34-38&&&&&&&&4.1.1 FreeRTOS内核结构34-35&&&&&&&&4.1.2 FreeRTOS任务模型35&&&&&&&&4.1.3 FreeRTOS任务调度策略35&&&&&&&&4.1.4 FreeRTOS时间管理35-37&&&&&&&&4.1.5 FreeRTOS内存管理37&&&&&&&&4.1.6 FreeRTOS任务同步机制37-38&&&&4.2 FREERTOS在S3C4480x上的移植38-48&&&&&&&&4.2.1 移植准备工作38-39&&&&&&&&4.2.2 移植接口分析39-40&&&&&&&&4.2.3 相关头文件实现40-42&&&&&&&&4.2.4 portASM.s文件的实现42-44&&&&&&&&4.2.5 port.c文件的实现44-48&&&&4.3 小结48-50第五章 LWIP在FREERTOS平台下的移植实现50-64&&&&5.1 移植接口分析50&&&&5.2 操作系统模拟层实现50-55&&&&&&&&5.2.1 主要头文件的实现51-52&&&&&&&&5.2.2 arch.c文件的实现52-55&&&&5.3 底层接口的实现55-63&&&&&&&&5.3.1 RTL8019as驱动实现55-58&&&&&&&&5.3.2 以太网协议分析58-59&&&&&&&&5.3.3 接口函数实现59-63&&&&5.4 小结63-64第六章 LWIP实验测试64-74&&&&6.1 实验平台搭建64&&&&6.2 FREERTOS测试64-65&&&&6.3 LWIP协议PING测试65-67&&&&6.4 WEB服务器的建立及测试67-72&&&&&&&&6.4.1 HTTP协议67&&&&&&&&6.4.2 web服务器建立67-68&&&&&&&&6.4.3 实验测试及结果分析68-72&&&&6.5 小结72-74第七章 总结与展望74-76&&&&7.1 工作总结74-75&&&&7.2 研究展望75-76致谢76-78参考文献78-82附录A 作者在攻读硕士期间发表的论文82-84附录B 作者在攻读硕士期间参与的项目84分享到:相关文献|君,已阅读到文档的结尾了呢~~
基于FreeRTOS与LwIP的智能Wi-Fi模块控制与应用
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
基于FreeRTOS与LwIP的智能Wi-Fi模块控制与应用
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='/DocinViewer--144.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口 上传我的文档
 下载
 收藏
本人主要从事建材企业网络营销的媒介投放工作
 下载此文档
正在努力加载中...
基于FreeRTOS和LwIP的智能Wi--Fi模块控制和应用
下载积分:2000
内容提示:基于FreeRTOS和LwIP的智能Wi--Fi模块控制和应用
文档格式:PDF|
浏览次数:12|
上传日期: 05:42:58|
文档星级:
全文阅读已结束,如果下载本文需要使用
 2000 积分
下载此文档
该用户还上传了这些文档
基于FreeRTOS和LwIP的智能Wi--Fi模块控制和应用
关注微信公众号}

我要回帖

更多关于 freertos可以上stm32 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信