登录
首页 » C/C++ » SerialConsoleProgramBasedOnLPC1768-

SerialConsoleProgramBasedOnLPC1768-

于 2016-01-22 发布 文件大小:905KB
0 86
下载积分: 1 下载次数: 6

代码说明:

  基于LPC1768的串口控制台程序,使用的是宝马1768开发板。需要外接:串口、lcd1602;需要开发板模块:串口、A/D转换、五向键、I2C、rtc、定时器、内置512kE2PROM、GPIO。已完成测试,开机需输入密码:012345;可使用 , 或 . 键上下切换输入过的命令。可设置、显示时间日期及闹钟,可更改密码。个人开发,引用需注明CJ right.(This project is a serial console program based on LPC1768 ARM chip , its use of Baoma 1768 development board. Need external: serial port, LCD1602 module the need of develop board module: serial port, A/D conversion, joystick , I2C, RTC, timer, built-in 512k E2PROM, GPIO. Has completed the test, the boot need to enter the password at the first: 012345 can use the key of , or . to up and down switching input over the command. Can set, display the time date and alarm clock, can change the password.Personal development, please respect the copyright.)

文件列表:

console
.......\App
.......\...\command.c,6255,2015-12-17
.......\...\Exti_GPIOInt.c,1932,2015-11-28
.......\...\include
.......\...\.......\command.h,348,2015-12-10
.......\...\.......\welcome.h,323,2015-12-17
.......\...\main.c,3780,2016-01-11
.......\...\welcome.c,3910,2015-12-22
.......\BSP
.......\...\include
.......\...\.......\24LC02.h,1130,2013-11-20
.......\...\.......\bmboard.h,2568,2013-11-20
.......\...\.......\LCD.h,3726,2015-11-28
.......\...\.......\LCD1602.h,1793,2013-11-20
.......\...\.......\led.h,806,2015-12-13
.......\...\source
.......\...\......\24LC02.c,1322,2015-12-13
.......\...\......\LCD.c,22285,2015-11-28
.......\...\......\LCD1602.c,3624,2013-11-20
.......\...\......\led.c,944,2015-12-13
.......\CMSIS
.......\.....\include
.......\.....\.......\core_cm3.h,73002,2011-05-26
.......\.....\.......\core_cmFunc.h,22142,2011-05-26
.......\.....\.......\core_cmInstr.h,20993,2011-05-26
.......\.....\.......\LPC17xx.h,38676,2011-08-04
.......\.....\.......\system_LPC17xx.h,1814,2010-05-07
.......\.....\source
.......\.....\......\core_cm3.c,8873,2011-05-26
.......\.....\......\system_LPC17xx.c,23325,2013-08-12
.......\Drivers
.......\.......\include
.......\.......\.......\beef.h,290,2015-12-13
.......\.......\.......\joystick.c,3501,2013-11-20
.......\.......\.......\joystick.h,1552,2013-11-20
.......\.......\.......\lpc1768_i2c.h,9827,2013-08-07
.......\.......\.......\lpc1768_rtc.h,2408,2015-11-28
.......\.......\.......\lpc1768_timer.h,935,2015-12-13
.......\.......\.......\lpc1768_uart.h,3762,2015-11-03
.......\.......\.......\monitor.h,1456,2015-12-17
.......\.......\source
.......\.......\......\beef.c,709,2015-12-17
.......\.......\......\ESDLib.lib,438502,2013-12-03
.......\.......\......\joystick.c,2574,2015-12-17
.......\.......\......\lpc1768_i2c.c,13487,2013-10-09
.......\.......\......\lpc1768_rtc.c,3893,2015-12-06
.......\.......\......\lpc1768_timer.c,727,2015-12-13
.......\.......\......\lpc1768_uart_interrupt.c,4546,2015-12-01
.......\.......\......\lpc1768_uart_polling.c,3005,2015-12-17
.......\.......\......\monitor.c,10716,2015-12-17
.......\Ex001.plg,5095,2015-10-09
.......\Ex001.uvgui.2013020200010,69197,2015-11-17
.......\Ex001.uvgui.2013020400002,67061,2015-11-03
.......\Ex001.uvgui.2013020400003,68208,2015-10-13
.......\Ex001.uvgui.2013020400007,135391,2015-12-22
.......\Ex001.uvgui.2013020400054,68167,2015-10-13
.......\Ex001.uvgui.Administrator,69389,2015-12-20
.......\Ex001.uvgui.st,71342,2015-12-08
.......\Ex001.uvgui.user,135375,2016-01-22
.......\Ex001.uvgui_2013020200010.bak,69843,2015-11-17
.......\Ex001.uvgui_2013020400003.bak,68201,2015-10-13
.......\Ex001.uvgui_2013020400007.bak,135391,2015-12-22
.......\Ex001.uvgui_2013020400054.bak,68169,2015-10-13
.......\Ex001.uvgui_Administrator.bak,69365,2015-12-16
.......\Ex001.uvgui_st.bak,71373,2015-12-08
.......\Ex001.uvgui_user.bak,134551,2016-01-11
.......\Ex001.uvopt,16879,2016-01-22
.......\Ex001.uvproj,18089,2016-01-11
.......\Ex001_Target 1.dep,13347,2016-01-22
.......\Ex001_uvopt.bak,16883,2016-01-11
.......\Ex001_uvproj.bak,18034,2015-12-17
.......\JLinkLog.txt,78852,2016-01-11
.......\JLinkSettings.ini,578,2015-10-09
.......\list
.......\....\Ex001.map,116768,2016-01-11
.......\....\startup_LPC17xx.lst,35326,2016-01-11
.......\out
.......\...\24lc02.crf,64455,2016-01-11
.......\...\24lc02.d,417,2016-01-11
.......\...\24lc02.o,57272,2016-01-11
.......\...\beef.crf,62411,2016-01-11
.......\...\beef.d,479,2016-01-11
.......\...\beef.o,56048,2016-01-11
.......\...\command.crf,85220,2016-01-11
.......\...\command.d,1047,2016-01-11
.......\...\command.o,79708,2016-01-11
.......\...\core_cm3.crf,3318,2016-01-11
.......\...\core_cm3.d,104,2016-01-11
.......\...\core_cm3.o,8288,2016-01-11
.......\...\Ex001.axf,170112,2016-01-11
.......\...\Ex001.htm,83705,2016-01-11
.......\...\Ex001.lnp,578,2016-01-11
.......\...\Ex001.plg,157,2016-01-22
.......\...\Ex001.sct,479,2015-10-09
.......\...\Ex001.tra,2032,2016-01-11
.......\...\ExtDll.iex,19,2016-01-11
.......\...\exti_gpioint.crf,62160,2016-01-11
.......\...\exti_gpioint.d,459,2016-01-11
.......\...\exti_gpioint.o,56228,2016-01-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104226会员总数
  • 47今日下载