资源描述:
《基于ARM的音乐播放器的设计与实现毕业设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科生毕业设计(论文)基于ARM的音乐播放器的设计与实现摘要多媒体技术融计算机、声音、文本、图像、动画、视频和通信等多种功能于一体,是当今信息技术领域发展最快、最活跃的技术,是新一代电子技术发展和竞争的焦点。嵌入式设备与多媒体技术的融合使得PDA,智能手机,平板等智能终端得到快速发展。未来,智能终端与物联网的结合将推动嵌入式设备快速发展。所以,基于嵌入式终端的应用前景广阔。设计目的是在嵌入式平台上开发一款基于开源Linux操作系统的多媒体播放器,它以mplayer作为核心播放程序,将支持更多的文件播放格式甚至可以与PC机上的媒体播放器相媲美。多媒体播放器的硬件部分:以S3C24
2、40开发板为硬件平台,它的外围设备可以外插U盘作为存储器、TFT-LCD触屏、key23键盘,以及外接耳机作音频设备。因为播放器开发是基于成熟的硬件平台,主要工作集中在软件部分,主要包括:搭建开发环境,配置编译mplayer可执行程序,编写触屏驱动,及key23驱动,编写主控程序等等,最后将程序移植安装到开发板,完成基于Linux的嵌入式播放器的设计。经过测试,播放器符合设计要求。关键词:触屏,移植,线程,嵌入式IV本科生毕业设计(论文)AbstractThemultimediatechnologyinvolvessound,text,image,animation,video
3、andcommunicationsandotherfunctions.Informationtechnologyisoneoffastestgrowingtechnologies.Obviously,itisanewgenerationofelectronictechnologydevelopmentandthefocusofcompetition.TheintegrationofembeddedequipmentandmultimediatechnologycontributesarapiddevelopmentforPDA,smartphones,slabintellige
4、ntterminal.Inthefuture,intelligentterminalwillpromotethenetworkembeddedequipmentrapiddevelopment.So,theapplicationthatbasedonembeddedterminalhasabrightfuture.ThepurposeofthisdesignistodesignmultimediaplayeronanembeddedplatformbyusingtheopensourceinLinuxoperatingsystem.Itistakemplayerascorebr
5、oadcastprogram,whichwillsupportmorefileformat,andevenismorecomparablewiththePCmediaplayers.ThehardwarepartofMultimediaplayertakesS3C2440developmentboardforthehardwareplatform,whichusetheUSBdisk,tft-lcdtouchscreen,key23keyboard,andexternalearphoneforaudioequipment.Becausetheplayerdevelopmenti
6、sbasedonmaturehardwareplatform,themainworkfocusedonsoftwarepart,whichmainincludestheseworks,suchasthedevelopmentenvironmentsetup,thecompiledconfigurationofmplayer,thedriveoftouchscreenandkey23,andtheprogramofmastercontrol,etc.Finally,thedevelopedprogramcanbeinstalledtodevelopmentboardbasedon
7、theLinux.Aftertesting,playercanmeetthedesignrequirements.Keywords:touchscreen;transplant;thread;embedded;IV本科生毕业设计(论文)目录第1章绪论11.1选题背景11.2研究意义2第2章需求分析与方案制定42.1功能性分析42.2可行性分析42.3设计的主要目标任务52.4系统方案制定52.5本章小结5第3章系统功能模块介绍63.1S3C2440开发板简介63.2S3C2440芯片特性简介