- 1、本文档共52页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于STM32的数码框设计与实现
基于STM32的数码相框设计与实现
摘 要
码相框的发展填土 嵌入式系统是当前最有发展前途的IT应用领域之一,近年来数字摄影业的兴起带动了嵌入式产品——数码相框的发展。本设计是一款基于ARM Cortex-M3内核STM32嵌入式硬件平台设计的数码相框,主要优势是应用了Stm32杰出的功耗控制和极低的开发成本、超多的外设等特点。
设计主要包括主控制器核心板、LCD液晶显示、SD卡存储器等多个功能模块。
开发过程大致为:在PC机win7系统中使用RVMDK3.80版本的编译器撰写工程代码,之后通过mcuisp串口下载软件将编译器编译生成.hex下载到开发板内,最终实现通过FAT文件系统读取SD卡内存储的BMP、JPEG、JPG格式图片,把多幅图片以幻灯片的形式从TFT屏上显示出来。
关键词:数码相框; STM 32; LCD液晶显示; SD卡
The design of digital photo frames based on the STM32
Abstract
Embedded systems is one of the most promising applications of IT in recent years, driven by the rise of digital photography embedded products - digital photo frame development. The design is based on a STM32 ARM Cortex-M3 core embedded hardware platform design digital photo frame, both of todays digital photo frame industry, market demand and Stm32 excellent power control and low development costs.
牋?bCore design includes the main controller board, LCD liquid crystal display, a number of functional modules SD card memory. Development process is roughly: Use RVMDK3.80 version of the compiler writing project code in the PC win7 system, after passing through mcuisp serial download software compiler to generate hex downloaded to the development board, and ultimately the system by reading the FAT file system. within the SD card storage BMP, JPEG, JPG format images, the pieces of the picture in the form of a slide from the TFT screen is displayed.
Keywords: Digital Photo FrameSTM32;LCD liquid crystal display ;SD card memory.
目 录
摘要 1
Abstract 2
目 录 1
第一章 绪论 1
1.1 数码相框的技术背景 1
1.2 数码相框的市场背景 1
1.3 本课题主要研究内容与特点 1
1.3.1本课题的主要研究内容 1
1.3.2本设计的主要特点 1
第二章 硬件介绍 3
2.1 MCU主控模块 3
2.2 LCD模块 4
2.3 SD存储卡模块 7
第三章 软件介绍 10
3.1安装MDK3.8a 10
3.2注册License 10
3.3 新建工程 12
3.4 mcuisp与sscom软件 18
第四章 程序设计 20
4.1 整体描述 20
4.2 各模块描述 20
4.2.1 SD卡图片文件读取 20
4.2.2 图像解码与显示 21
4.3 主程序设计 28
4.3 程序调试 31
第五章 结束语 33
参考文献(References) 34
致 谢 35
外文文献 36
文档评论(0)