郭帅嵌入式课程设计.docxVIP

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
嵌入式课程设计 1241903217 郭帅 1综述 进入21世纪以来,一个全方位的嵌入式系统应用即将来临 ,随着嵌入式系统的研究和应用的 进一步深入,嵌入式系统将向网络化、智能化、规范化、集成化方向发展。嵌入控制器因其 体积小、可靠性高、功能强、灵活方便等许多优点 ,其应用已深入到工业、农业、教育、国 防、科研以及日常生活等各个领域 ,对各行各业的技术改造、产品更新换代、加速自动化化 进程、提高生产率等方面起到了极其重要的推动作用。 在与各个行业的具体应用相结合的过 程中,嵌入式系统将对国民经济进行全方位的渗透 ,在我国国家现代化进程中发挥巨大推进 作用。 2设计(软硬) KL25开发板 4*4键盘1602LCD显示屏 #in elude i ncludes.h// #in elude i ncludes.h //包含总头文件 #i nclude com mon .h un sig ned x,y, z; // 通用延时函数的参数 un sig ned char s1; 〃s1~s6 用于时钟与定时器的 xx:xx:xx的输岀模式 un sig ned char s2; un sig ned char s3; un sig ned char s4; unsigned char s5; unsigned char s6; unsigned char flag; unsigned char num=0,num1; uint_32 CYCLE=2000,t=0; struct GPIO { uint_8 gpio_port uint_8 gpio_pin }; #define m1_ PORT PORTC #define m1 4 #define m2_ PORT PORTC #define m2 5 #define m3_ PORT PORTC #define m3 6 #define m4_ PORT PORTC #define m4 7 //4 根列线硬件连接 #define n1_PORT PORTC #define n1 8 #define n2_PORT PORTC #define n2 9 #define n3_PORT PORTC #define n3 10 #define n4_PORT PORTC #define n4 11 #define LCD_RS_PORT PORTD #define LCD_RS 7 //LCD 读写信号引脚 #define LCD_RW_PORT PORTD #define LCD_RW 6 //LCD 读写信号引脚 #define LCD_E_PORT PORTD #define LCD_E 5 //LCD 数据引脚 #define LCD_D7_PORT PORTC #define LCD_D7 13 #define LCD_D6_PORT PORTC #define LCD_D6 16 #define LCD_D5_PORT PORTC #define LCD_D5 17 #define LCD_D4_PORT PORTD #define LCD_D4 0 #define LCD_D3_PORT PORTD #define LCD_D3 1 #define LCD_D2_PORT PORTD #define LCD_D2 2 #define LCD_D1_PORT PORTD #define LCD_D1 3 #define LCD_D0_PORT PORTD #define LCD_D0 4 struct GPIO kbm[4]= { {m1_PORT,m1}, {m2_PORT,m2}, {m3_PORT,m3}, {m4_PORT,m4}, }; //4 条列线 struct GPIO kbn[4]= { {n1_PORT,n1}, {n2_PORT,n2}, {n3_PORT,n3}, {n4_PORT,n4}, }; unsigned char table[]={ 1 , 2 , 3 , 4 5 , 6 , 7 , 8 9 , A , B , C D , E , F , 0 #define LCD_RS_PORT PORTD #define LCD_RS 7 //LCD 读写信号引脚 #define LCD_RW_PORT PORTD #define LCD_RW 6 //LCD 读写信号引脚 #define LCD_E_PORT PORTD #define LCD_E 5 //LCD 数据引脚 #define LCD_D7_PORT PORTC #define LCD_D7 13 #define LCD_D6_ PORT PORTC #define LCD_D6 16

文档评论(0)

2105194781 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档