在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → lpc4357例程

lpc4357例程

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:147.44M
  • 下载次数:12
  • 浏览次数:141
  • 发布时间:2021-01-21
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
例程是关于LPC4357的,使用者可以借鉴使用,网上的4357例程太少了
【实例截图】
【核心代码】
d0d820d8-9d4d-49a3-ba29-8507e7f59092
└── LPC4357开发板
├── 1、使用手册
│   ├── 1.DS-LPC4357开发板用户手册V1.4.pdf
│   ├── 2.鼎尚DSIP嵌入式TCPIP协议栈用户手册.pdf
│   ├── 3.鼎尚DSGUI嵌入式用户图形界面库使用手册.pdf
│   └── 4.鼎尚DSFAT嵌入式FAT文件系统用户手册.pdf
├── 2、硬件设计
│   ├── 4.3寸液晶板原理图.pdf
│   ├── 7寸屏液晶板原理图.pdf
│   ├── CAMERA.pdf
│   ├── LCD2VGA MODULE.pdf
│   ├── 底板原理图.dxf
│   ├── 底板原理图.pdf
│   ├── 底板原理图库.OLB
│   ├── 核心板原理图.pdf
│   └── 核心板原理图库.OLB
├── 3、芯片手册
│   ├── CAN转换芯片
│   │   └── TJA1051T.pdf
│   ├── I2C
│   │   ├── AT24C02.pdf
│   │   └── 安森美lm75中文资料.pdf
│   ├── I2S
│   │   └── UDA1380.pdf
│   ├── LCD
│   │   ├── AT043TN13%20V.10%20Pre%20Spec-0802.pdf
│   │   ├── at043tn13.pdf
│   │   ├── AT043TN24.pdf
│   │   ├── AT070TN92.pdf
│   │   └── Thumbs.db
│   ├── MCU
│   │   ├── LPC4350_30_20_10.pdf
│   │   ├── LPC4350_UM_CHN.pdf
│   │   ├── lpc43xx.pdf
│   │   └── Thumbs.db
│   ├── NAND FLSAH
│   │   ├── K9F1208U0C.pdf
│   │   ├── K9F1G08U0C.pdf
│   │   ├── K9F28XXU0C.pdf
│   │   ├── K9F2G08U0A.pdf
│   │   └── Thumbs.db
│   ├── NOR FLASH
│   │   └── SST39VF3201.pdf
│   ├── SDRAM
│   │   ├── W9825G6EH.pdf
│   │   └── W9825G6JH.pdf
│   ├── SPI FLASH
│   │   └── W25Q32.pdf
│   ├── USB电源
│   │   └── LM3526.pdf
│   ├── 串口芯片
│   │   └── SP3232.pdf
│   ├── 以太网
│   │   ├── DP83848.pdf
│   │   └── LAN8720.pdf
│   ├── 功放
│   │   └── LM386.pdf
│   ├── 复位芯片
│   │   └── SGM811.pdf
│   ├── 摄像头
│   │   ├── OV7670_中文.pdf
│   │   └── OV9650_datasheet.pdf
│   ├── 触控芯片
│   │   └── ads7843中文资料.pdf
│   └── 音频
│   ├── Thumbs.db
│   └── UDA1380.pdf
├── 4、引导程序
│   └── bootLoader
│   ├── lpc43xx.uvopt
│   ├── lpc43xx.uvproj
│   └── src
│   ├── app
│   │   ├── iap.c
│   │   ├── iap.h
│   │   ├── key.c
│   │   ├── key.h
│   │   ├── led.c
│   │   ├── led.h
│   │   ├── main.c
│   │   ├── usbd_usr.c
│   │   ├── usbd_usr.h
│   │   ├── w25x32.c
│   │   └── w25x32.h
│   ├── dsFat
│   │   ├── DsFat.h
│   │   ├── fat16.c
│   │   ├── fat16.h
│   │   ├── fat.c
│   │   ├── fat.h
│   │   └── fatImage.c
│   ├── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   └── sdram.h
│   └── usbd
│   ├── config.h
│   ├── error.h
│   ├── lpc_types.h
│   ├── mem_usbdesc.c
│   ├── usbd_core.h
│   ├── usbd_dfu.h
│   ├── usbd_dfuuser.h
│   ├── usbd.h
│   ├── usbd_hid.h
│   ├── usbd_hiduser.h
│   ├── usbd_hw.h
│   ├── usbd_msc.h
│   ├── usbd_msc_mem.c
│   ├── usbd_mscuser.h
│   ├── usbd_rom_api.h
│   └── usb_msc_user.h
├── 5、示例程序
│   ├── 0_data
│   │   ├── readme.txt
│   │   ├── uDiskData
│   │   │   ├── dsGUI
│   │   │   │   ├── caculator
│   │   │   │   │   ├── backspace.bmp
│   │   │   │   │   ├── metal.bmp
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── wood.bmp
│   │   │   │   ├── copy
│   │   │   │   │   ├── 1.bmp
│   │   │   │   │   ├── 2.bmp
│   │   │   │   │   ├── 3.bmp
│   │   │   │   │   ├── 4.bmp
│   │   │   │   │   └── 5.bmp
│   │   │   │   ├── dial
│   │   │   │   │   ├── dial.bmp
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── dsFont
│   │   │   │   │   ├── ASC12.DFE
│   │   │   │   │   ├── ASC16.DFE
│   │   │   │   │   ├── ASC24B.DFE
│   │   │   │   │   ├── ASC24.DFE
│   │   │   │   │   ├── ASC32B.DFE
│   │   │   │   │   ├── ASC32.DFE
│   │   │   │   │   ├── HZK12.DFC
│   │   │   │   │   ├── HZK16.DFC
│   │   │   │   │   ├── HZK24B.DFC
│   │   │   │   │   ├── HZK24.DFC
│   │   │   │   │   ├── HZK32B.DFC
│   │   │   │   │   └── HZK32.DFC
│   │   │   │   ├── flag
│   │   │   │   │   ├── ARGENTINA.BMP
│   │   │   │   │   ├── AUSTRALIA.BMP
│   │   │   │   │   ├── DENMARK.BMP
│   │   │   │   │   ├── GERMANY.BMP
│   │   │   │   │   ├── ISRAEL.BMP
│   │   │   │   │   ├── ITALY.BMP
│   │   │   │   │   ├── MICRONESIA.BMP
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── language
│   │   │   │   │   ├── CHINESE.bmp
│   │   │   │   │   ├── ENGLISH.bmp
│   │   │   │   │   ├── ESPANA.bmp
│   │   │   │   │   ├── FRENCH.bmp
│   │   │   │   │   ├── GERMAN.bmp
│   │   │   │   │   ├── ITALY.bmp
│   │   │   │   │   ├── RUSSIAN.bmp
│   │   │   │   │   ├── SWEDEN.bmp
│   │   │   │   │   └── Thumbs.db
│   │   │   │   └── slider
│   │   │   │   ├── barImage.bmp
│   │   │   │   ├── bkImage0.bmp
│   │   │   │   ├── bkImage1.bmp
│   │   │   │   ├── filter.bmp
│   │   │   │   └── Thumbs.db
│   │   │   ├── movie
│   │   │   │   ├── 001.jpg
│   │   │   │   ├── 002.jpg
│   │   │   │   ├── 003.jpg
│   │   │   │   ├── 004.jpg
│   │   │   │   ├── 005.jpg
│   │   │   │   ├── 006.jpg
│   │   │   │   ├── 007.jpg
│   │   │   │   ├── 008.jpg
│   │   │   │   ├── 009.jpg
│   │   │   │   ├── 010.jpg
│   │   │   │   ├── 011.jpg
│   │   │   │   ├── 012.jpg
│   │   │   │   ├── 013.jpg
│   │   │   │   ├── 014.jpg
│   │   │   │   ├── 015.jpg
│   │   │   │   ├── 016.jpg
│   │   │   │   ├── 017.jpg
│   │   │   │   ├── 018.jpg
│   │   │   │   ├── 019.jpg
│   │   │   │   ├── 020.jpg
│   │   │   │   ├── 021.jpg
│   │   │   │   ├── 022.jpg
│   │   │   │   ├── 023.jpg
│   │   │   │   ├── 024.jpg
│   │   │   │   ├── 025.jpg
│   │   │   │   ├── 026.jpg
│   │   │   │   ├── 027.jpg
│   │   │   │   ├── 028.jpg
│   │   │   │   ├── 029.jpg
│   │   │   │   ├── 030.jpg
│   │   │   │   ├── 031.jpg
│   │   │   │   ├── 032.jpg
│   │   │   │   ├── 033.jpg
│   │   │   │   ├── 034.jpg
│   │   │   │   ├── 035.jpg
│   │   │   │   ├── 036.jpg
│   │   │   │   ├── 037.jpg
│   │   │   │   ├── 038.jpg
│   │   │   │   ├── 039.jpg
│   │   │   │   ├── 040.jpg
│   │   │   │   ├── 041.jpg
│   │   │   │   ├── 042.jpg
│   │   │   │   ├── 043.jpg
│   │   │   │   ├── 044.jpg
│   │   │   │   ├── 045.jpg
│   │   │   │   ├── 046.jpg
│   │   │   │   ├── 047.jpg
│   │   │   │   ├── 048.jpg
│   │   │   │   ├── 049.jpg
│   │   │   │   ├── 050.jpg
│   │   │   │   ├── 051.jpg
│   │   │   │   ├── 052.jpg
│   │   │   │   ├── 053.jpg
│   │   │   │   ├── 054.jpg
│   │   │   │   ├── 055.jpg
│   │   │   │   ├── 056.jpg
│   │   │   │   ├── 057.jpg
│   │   │   │   ├── 058.jpg
│   │   │   │   ├── 059.jpg
│   │   │   │   ├── 060.jpg
│   │   │   │   ├── 061.jpg
│   │   │   │   ├── 062.jpg
│   │   │   │   ├── 063.jpg
│   │   │   │   ├── 064.jpg
│   │   │   │   ├── 065.jpg
│   │   │   │   ├── 066.jpg
│   │   │   │   ├── 067.jpg
│   │   │   │   ├── 068.jpg
│   │   │   │   ├── 069.jpg
│   │   │   │   ├── 070.jpg
│   │   │   │   ├── 071.jpg
│   │   │   │   ├── 072.jpg
│   │   │   │   ├── 073.jpg
│   │   │   │   ├── 074.jpg
│   │   │   │   ├── 075.jpg
│   │   │   │   ├── 076.jpg
│   │   │   │   ├── 077.jpg
│   │   │   │   ├── 078.jpg
│   │   │   │   ├── 079.jpg
│   │   │   │   ├── 080.jpg
│   │   │   │   ├── 081.jpg
│   │   │   │   ├── 082.jpg
│   │   │   │   ├── 083.jpg
│   │   │   │   ├── 084.jpg
│   │   │   │   ├── 085.jpg
│   │   │   │   ├── 086.jpg
│   │   │   │   ├── 087.jpg
│   │   │   │   ├── 088.jpg
│   │   │   │   ├── 089.jpg
│   │   │   │   ├── 090.jpg
│   │   │   │   ├── 091.jpg
│   │   │   │   ├── 092.jpg
│   │   │   │   ├── 093.jpg
│   │   │   │   ├── 094.jpg
│   │   │   │   ├── 095.jpg
│   │   │   │   ├── 096.jpg
│   │   │   │   ├── 097.jpg
│   │   │   │   ├── 098.jpg
│   │   │   │   ├── 099.jpg
│   │   │   │   ├── 100.jpg
│   │   │   │   ├── 101.jpg
│   │   │   │   ├── 102.jpg
│   │   │   │   ├── 103.jpg
│   │   │   │   ├── 104.jpg
│   │   │   │   ├── 105.jpg
│   │   │   │   ├── 106.jpg
│   │   │   │   ├── 107.jpg
│   │   │   │   ├── 108.jpg
│   │   │   │   ├── 109.jpg
│   │   │   │   ├── 110.jpg
│   │   │   │   ├── 111.jpg
│   │   │   │   ├── 112.jpg
│   │   │   │   ├── 113.jpg
│   │   │   │   ├── 114.jpg
│   │   │   │   ├── 115.jpg
│   │   │   │   ├── 116.jpg
│   │   │   │   ├── 117.jpg
│   │   │   │   ├── 118.jpg
│   │   │   │   ├── 119.jpg
│   │   │   │   ├── 120.jpg
│   │   │   │   ├── 121.jpg
│   │   │   │   ├── 122.jpg
│   │   │   │   ├── 123.jpg
│   │   │   │   ├── 124.jpg
│   │   │   │   ├── 125.jpg
│   │   │   │   ├── 126.jpg
│   │   │   │   ├── 127.jpg
│   │   │   │   ├── 128.jpg
│   │   │   │   ├── 129.jpg
│   │   │   │   ├── 130.jpg
│   │   │   │   ├── 131.jpg
│   │   │   │   ├── 132.jpg
│   │   │   │   ├── 133.jpg
│   │   │   │   ├── 134.jpg
│   │   │   │   ├── 135.jpg
│   │   │   │   ├── 136.jpg
│   │   │   │   ├── 137.jpg
│   │   │   │   ├── 138.jpg
│   │   │   │   ├── 139.jpg
│   │   │   │   ├── 140.jpg
│   │   │   │   ├── 141.jpg
│   │   │   │   ├── 142.jpg
│   │   │   │   ├── 143.jpg
│   │   │   │   ├── 144.jpg
│   │   │   │   ├── 145.jpg
│   │   │   │   ├── 146.jpg
│   │   │   │   ├── 147.jpg
│   │   │   │   ├── 148.jpg
│   │   │   │   ├── 149.jpg
│   │   │   │   ├── 150.jpg
│   │   │   │   ├── 151.jpg
│   │   │   │   ├── 152.jpg
│   │   │   │   ├── 153.jpg
│   │   │   │   ├── 154.jpg
│   │   │   │   ├── 155.jpg
│   │   │   │   ├── 156.jpg
│   │   │   │   └── Thumbs.db
│   │   │   ├── music
│   │   │   │   └── testAudio.wav
│   │   │   └── photo
│   │   │   ├── 4_3ch
│   │   │   │   ├── 10.bmp
│   │   │   │   ├── 2.bmp
│   │   │   │   ├── 5.bmp
│   │   │   │   ├── 6.bmp
│   │   │   │   ├── 8.bmp
│   │   │   │   ├── 9.bmp
│   │   │   │   └── Thumbs.db
│   │   │   └── 7_0ch
│   │   │   ├── 10.bmp
│   │   │   ├── 11.bmp
│   │   │   ├── 12.bmp
│   │   │   ├── 7.bmp
│   │   │   ├── 8.bmp
│   │   │   ├── 9.bmp
│   │   │   └── Thumbs.db
│   │   └── uDiskTool
│   │   └── UsbDisk.bin
│   ├── 10_1_eth_ping
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── ethTask.c
│   │   │   ├── ip.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_emac.c
│   │   ├── lpc43xx_emac.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 10_2_eth_stack
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── ethTask.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── shell.h
│   │   │   ├── shellTask.c
│   │   │   └── tcp_telnet.c
│   │   ├── LwIP
│   │   │   ├── api
│   │   │   │   ├── api_lib.c
│   │   │   │   ├── api_msg.c
│   │   │   │   ├── err.c
│   │   │   │   ├── netbuf.c
│   │   │   │   ├── netdb.c
│   │   │   │   ├── netifapi.c
│   │   │   │   ├── sockets.c
│   │   │   │   └── tcpip.c
│   │   │   ├── core
│   │   │   │   ├── arch
│   │   │   │   │   ├── lib_archDONTNEED.c
│   │   │   │   │   ├── lpc_debug.c
│   │   │   │   │   └── sys_arch.c
│   │   │   │   ├── def.c
│   │   │   │   ├── dhcp.c
│   │   │   │   ├── dns.c
│   │   │   │   ├── init.c
│   │   │   │   ├── ipv4
│   │   │   │   │   ├── autoip.c
│   │   │   │   │   ├── icmp.c
│   │   │   │   │   ├── igmp.c
│   │   │   │   │   ├── inet.c
│   │   │   │   │   ├── inet_chksum.c
│   │   │   │   │   ├── ip_addr.c
│   │   │   │   │   ├── ip.c
│   │   │   │   │   └── ip_frag.c
│   │   │   │   ├── ipv6
│   │   │   │   │   ├── icmp6.c
│   │   │   │   │   ├── inet6.c
│   │   │   │   │   ├── ip6_addr.c
│   │   │   │   │   ├── ip6.c
│   │   │   │   │   └── README
│   │   │   │   ├── mem.c
│   │   │   │   ├── memp.c
│   │   │   │   ├── netif.c
│   │   │   │   ├── pbuf.c
│   │   │   │   ├── raw.c
│   │   │   │   ├── snmp
│   │   │   │   │   ├── asn1_dec.c
│   │   │   │   │   ├── asn1_enc.c
│   │   │   │   │   ├── mib2.c
│   │   │   │   │   ├── mib_structs.c
│   │   │   │   │   ├── msg_in.c
│   │   │   │   │   └── msg_out.c
│   │   │   │   ├── stats.c
│   │   │   │   ├── sys.c
│   │   │   │   ├── tcp.c
│   │   │   │   ├── tcp_in.c
│   │   │   │   ├── tcp_out.c
│   │   │   │   ├── timers.c
│   │   │   │   └── udp.c
│   │   │   ├── include
│   │   │   │   ├── arch
│   │   │   │   │   ├── cc.h
│   │   │   │   │   ├── cpu.h
│   │   │   │   │   ├── init.h
│   │   │   │   │   ├── lib.h
│   │   │   │   │   ├── perf.h
│   │   │   │   │   └── sys_arch.h
│   │   │   │   ├── ipv4
│   │   │   │   │   └── lwip
│   │   │   │   │   ├── autoip.h
│   │   │   │   │   ├── icmp.h
│   │   │   │   │   ├── igmp.h
│   │   │   │   │   ├── inet_chksum.h
│   │   │   │   │   ├── inet.h
│   │   │   │   │   ├── ip_addr.h
│   │   │   │   │   ├── ip_frag.h
│   │   │   │   │   └── ip.h
│   │   │   │   ├── ipv6
│   │   │   │   │   └── lwip
│   │   │   │   │   ├── icmp.h
│   │   │   │   │   ├── inet.h
│   │   │   │   │   ├── ip_addr.h
│   │   │   │   │   └── ip.h
│   │   │   │   ├── lwip
│   │   │   │   │   ├── api.h
│   │   │   │   │   ├── api_msg.h
│   │   │   │   │   ├── arch.h
│   │   │   │   │   ├── debug.h
│   │   │   │   │   ├── def.h
│   │   │   │   │   ├── dhcp.h
│   │   │   │   │   ├── dns.h
│   │   │   │   │   ├── err.h
│   │   │   │   │   ├── init.h
│   │   │   │   │   ├── mem.h
│   │   │   │   │   ├── memp.h
│   │   │   │   │   ├── memp_std.h
│   │   │   │   │   ├── netbuf.h
│   │   │   │   │   ├── netdb.h
│   │   │   │   │   ├── netifapi.h
│   │   │   │   │   ├── netif.h
│   │   │   │   │   ├── opt.h
│   │   │   │   │   ├── pbuf.h
│   │   │   │   │   ├── raw.h
│   │   │   │   │   ├── sio.h
│   │   │   │   │   ├── snmp_asn1.h
│   │   │   │   │   ├── snmp.h
│   │   │   │   │   ├── snmp_msg.h
│   │   │   │   │   ├── snmp_structs.h
│   │   │   │   │   ├── sockets.h
│   │   │   │   │   ├── stats.h
│   │   │   │   │   ├── sys.h
│   │   │   │   │   ├── tcp.h
│   │   │   │   │   ├── tcp_impl.h
│   │   │   │   │   ├── tcpip.h
│   │   │   │   │   ├── timers.h
│   │   │   │   │   └── udp.h
│   │   │   │   ├── netif
│   │   │   │   │   ├── etharp.h
│   │   │   │   │   ├── ppp_oe.h
│   │   │   │   │   └── slipif.h
│   │   │   │   └── posix
│   │   │   │   ├── netdb.h
│   │   │   │   └── sys
│   │   │   │   └── socket.h
│   │   │   ├── lpclwip
│   │   │   │   └── arch
│   │   │   │   ├── cc.h
│   │   │   │   ├── lpc_arch.c
│   │   │   │   ├── lpc_arch.h
│   │   │   │   └── lpc_debug.c
│   │   │   ├── lwipopts.h
│   │   │   └── netif
│   │   │   ├── etharp.c
│   │   │   ├── ethernetif.c
│   │   │   ├── ethernetif.h
│   │   │   ├── FILES
│   │   │   ├── ppp
│   │   │   │   ├── auth.c
│   │   │   │   ├── auth.h
│   │   │   │   ├── chap.c
│   │   │   │   ├── chap.h
│   │   │   │   ├── chpms.c
│   │   │   │   ├── chpms.h
│   │   │   │   ├── fsm.c
│   │   │   │   ├── fsm.h
│   │   │   │   ├── ipcp.c
│   │   │   │   ├── ipcp.h
│   │   │   │   ├── lcp.c
│   │   │   │   ├── lcp.h
│   │   │   │   ├── magic.c
│   │   │   │   ├── magic.h
│   │   │   │   ├── md5.c
│   │   │   │   ├── md5.h
│   │   │   │   ├── pap.c
│   │   │   │   ├── pap.h
│   │   │   │   ├── ppp.c
│   │   │   │   ├── pppdebug.h
│   │   │   │   ├── ppp.h
│   │   │   │   ├── ppp_impl.h
│   │   │   │   ├── ppp_oe.c
│   │   │   │   ├── randm.c
│   │   │   │   ├── randm.h
│   │   │   │   ├── vj.c
│   │   │   │   └── vj.h
│   │   │   └── slipif.c
│   │   └── target
│   │   ├── lpc18xx_uart3.c
│   │   ├── lpc43xx_emac.c
│   │   ├── lpc43xx_emac.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   └── uart3.h
│   ├── 10_3_eth_web
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── comand.h
│   │   │   ├── enet.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── taskEnet.c
│   │   │   ├── webpage.h
│   │   │   └── webSite.c
│   │   ├── dsip
│   │   │   ├── dsIP.lib
│   │   │   ├── ip.h
│   │   │   ├── tcpApi.h
│   │   │   ├── telnetApi.h
│   │   │   └── udpApi.h
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_emac.c
│   │   ├── lpc43xx_emac.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 11_1_lcd_photo
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── lcdtouch.c
│   │   │   ├── lcdTouch.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── nandFlash.c
│   │   │   ├── nandFlash.h
│   │   │   ├── PhotoSwitch.c
│   │   │   ├── PhotoSwitch.h
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   ├── dsfont
│   │   │   ├── ASC12.c
│   │   │   ├── ASC16.c
│   │   │   ├── ASC24.c
│   │   │   └── ASC32.c
│   │   ├── fatfs
│   │   │   ├── diskio.c
│   │   │   ├── diskio.h
│   │   │   ├── ff.c
│   │   │   ├── ffconf.h
│   │   │   ├── ff.h
│   │   │   └── integer.h
│   │   └── target
│   │   ├── k9fxx08.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_k9fxx08.c
│   │   ├── lpc43xx_lcd.c
│   │   ├── lpc43xx_lcd.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_ssp1.c
│   │   ├── lpc43xx_ssp1.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── sdram.h
│   │   └── uart3.h
│   ├── 11_2_lcd_touch
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── LcdTask.c
│   │   │   ├── lcdTask.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── mouse.c
│   │   │   ├── shell.c
│   │   │   ├── shell.h
│   │   │   ├── touch.c
│   │   │   └── touch.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_lcd.c
│   │   ├── lpc43xx_lcd.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_ssp1.c
│   │   ├── lpc43xx_ssp1.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── sdram.h
│   │   └── uart3.h
│   ├── 11_3_lcd_mouse
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── LcdTask.c
│   │   │   ├── lcdTask.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── mouse.c
│   │   │   ├── shell.c
│   │   │   ├── shell.h
│   │   │   ├── touch.c
│   │   │   ├── touch.h
│   │   │   ├── usbMouseHost.c
│   │   │   └── usbMouseHost.h
│   │   ├── readme
│   │   │   └── abstract.txt
│   │   ├── target
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── LPC43xx.h
│   │   │   ├── lpc43xx_lcd.c
│   │   │   ├── lpc43xx_lcd.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_sdram.c
│   │   │   ├── lpc43xx_ssp1.c
│   │   │   ├── lpc43xx_ssp1.h
│   │   │   ├── lpc43xx_startup.s
│   │   │   ├── lpc43xx_system.c
│   │   │   ├── lpc43xx_system.h
│   │   │   ├── lpc43xx_uart3.c
│   │   │   ├── lpc_types.h
│   │   │   ├── sdram.h
│   │   │   └── uart3.h
│   │   └── usb
│   │   ├── Class
│   │   │   ├── HIDClassCommon.h
│   │   │   ├── HIDClassDevice.c
│   │   │   ├── HIDClassDevice.h
│   │   │   ├── HIDClass.h
│   │   │   ├── HIDClassHost.c
│   │   │   ├── HIDClassHost.h
│   │   │   ├── HIDParser.c
│   │   │   ├── HIDParser.h
│   │   │   └── HIDReportData.h
│   │   ├── Core
│   │   │   ├── ConfigDescriptor.c
│   │   │   ├── ConfigDescriptor.h
│   │   │   ├── Events.h
│   │   │   ├── Host.h
│   │   │   ├── HostStandardReq.c
│   │   │   ├── HostStandardReq.h
│   │   │   ├── OTG.h
│   │   │   ├── Pipe.h
│   │   │   ├── PipeStream.h
│   │   │   ├── StdDescriptors.h
│   │   │   ├── USBController.h
│   │   │   ├── USB.h
│   │   │   ├── USBInterrupt.h
│   │   │   ├── USBMemory.h
│   │   │   └── USBTask.h
│   │   ├── HCD
│   │   │   ├── EHCI.c
│   │   │   ├── EHCI.h
│   │   │   ├── HCD.c
│   │   │   ├── HCD.h
│   │   │   ├── OHCI
│   │   │   │   ├── OHCI.c
│   │   │   │   └── OHCI.h
│   │   │   └── StdRequestType.h
│   │   ├── include
│   │   │   ├── Attributes.h
│   │   │   ├── Common.h
│   │   │   ├── CompilerSpecific.h
│   │   │   ├── Endianness.h
│   │   │   └── __lpc_types.h
│   │   └── LPC
│   │   ├── Device_LPC18xx.h
│   │   ├── Device_LPC.c
│   │   ├── Device_LPC.h
│   │   ├── EndpointCommon.h
│   │   ├── Endpoint_LPC18xx.c
│   │   ├── Endpoint_LPC18xx.h
│   │   ├── Endpoint_LPC.c
│   │   ├── Endpoint_LPC.h
│   │   ├── EndpointStream_LPC.c
│   │   ├── EndpointStream_LPC.h
│   │   ├── Host_LPC.c
│   │   ├── Host_LPC.h
│   │   ├── LPC18XX
│   │   │   ├── HAL_LPC18xx.c
│   │   │   └── HAL_LPC18xx.h
│   │   ├── Pipe_LPC.c
│   │   ├── Pipe_LPC.h
│   │   ├── PipeStream_LPC.c
│   │   ├── PipeStream_LPC.h
│   │   ├── USBController_LPC.c
│   │   └── USBController_LPC.h
│   ├── 11_4_lcd_movie
│   │   ├── CM0
│   │   │   ├── lib
│   │   │   │   └── fat
│   │   │   │   ├── DsFat12_16.lib
│   │   │   │   ├── DsFat.h
│   │   │   │   └── DsFat.lib
│   │   │   ├── prj
│   │   │   │   ├── CM0 Blinky_LPC4350 M0 RAM.dep
│   │   │   │   ├── CM0 Blinky.uvgui.Administrator
│   │   │   │   ├── CM0 Blinky.uvgui_Administrator.bak
│   │   │   │   ├── CM0 Blinky.uvopt
│   │   │   │   ├── CM0 Blinky_uvopt.bak
│   │   │   │   ├── CM0 Blinky.uvproj
│   │   │   │   ├── CM0 Blinky_uvproj.bak
│   │   │   │   └── CM0_RAM.sct
│   │   │   ├── src
│   │   │   │   ├── Abstract.txt
│   │   │   │   ├── CM0 Blinky.c
│   │   │   │   ├── guiDemoMain.c
│   │   │   │   ├── guiDemoMain.h
│   │   │   │   ├── ipc
│   │   │   │   │   ├── ipc_queue.c
│   │   │   │   │   ├── ipc_queue.h
│   │   │   │   │   ├── ipc_usr.c
│   │   │   │   │   └── ipc_usr.h
│   │   │   │   ├── lcdtouch.c
│   │   │   │   ├── lcdTouch.h
│   │   │   │   ├── LED.h
│   │   │   │   ├── LED_LPC43xx.c
│   │   │   │   ├── MFC9698.tmp
│   │   │   │   ├── nandFlash.c
│   │   │   │   ├── nandFlash.h
│   │   │   │   ├── startup_LPC43xx_M0.s
│   │   │   │   ├── system_LPC43xx.c
│   │   │   │   └── system_LPC43xx.h
│   │   │   └── target
│   │   │   ├── k9fxx08.h
│   │   │   ├── lpc43xx_debug.c
│   │   │   ├── lpc43xx_debug.h
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── lpc43xx.h
│   │   │   ├── lpc43xx_k9fxx08.c
│   │   │   ├── lpc43xx_lcd.c
│   │   │   ├── lpc43xx_lcd.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_sdram.c
│   │   │   ├── lpc43xx_ssp1.c
│   │   │   ├── lpc43xx_ssp1.h
│   │   │   ├── nandFlash.c
│   │   │   ├── nandFlash.h
│   │   │   └── sdram.h
│   │   ├── CM4
│   │   │   ├── prj
│   │   │   │   ├── CM4 Blinky_LPC4350.dep
│   │   │   │   ├── CM4 Blinky.uvgui.Administrator
│   │   │   │   ├── CM4 Blinky.uvgui_Administrator.bak
│   │   │   │   ├── CM4 Blinky.uvopt
│   │   │   │   ├── CM4 Blinky_uvopt.bak
│   │   │   │   ├── CM4 Blinky.uvproj
│   │   │   │   ├── CM4 Blinky_uvproj.bak
│   │   │   │   ├── flash
│   │   │   │   │   └── flash.sct
│   │   │   │   ├── JLinkLog.txt
│   │   │   │   └── JLinkSettings.ini
│   │   │   └── src
│   │   │   ├── iap
│   │   │   │   ├── iap.c
│   │   │   │   └── iap.h
│   │   │   ├── M0_Image
│   │   │   │   └── CM0_Image.c
│   │   │   └── M4
│   │   │   ├── Abstract.txt
│   │   │   ├── Blinky.c
│   │   │   ├── integer.h
│   │   │   ├── led.h
│   │   │   ├── LED_LPC43xx.c
│   │   │   ├── lpc18xx_gpio.c
│   │   │   ├── lpc18xx_sdram.c
│   │   │   ├── lpc43xx_debug.c
│   │   │   ├── lpc43xx_debug.h
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── lpc43xx_lcd.c
│   │   │   ├── lpc43xx_lcd.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── sdram.h
│   │   │   ├── startup_LPC43xx.s
│   │   │   ├── system_LPC43xx.c
│   │   │   ├── tjpgd.c
│   │   │   └── tjpgd.h
│   │   └── 工程说明.txt
│   ├── 1_1_led_blinky
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 12_1_flash_spi
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── spiTask.c
│   │   │   ├── w25x32.c
│   │   │   └── w25x32.h
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 12_2_flash_nand
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── nandTest.c
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   └── target
│   │   ├── k9fxx08.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_k9fxx08.c
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── sdram.h
│   │   └── uart3.h
│   ├── 1_2_led_systick
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 13_1_rtc
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── nandTest.c
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_rtc.c
│   │   ├── lpc43xx_rtc.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   └── uart3.h
│   ├── 1_3_led_os
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   ├── target
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── LPC43xx.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_startup.s
│   │   │   ├── lpc43xx_system.c
│   │   │   └── lpc43xx_system.h
│   │   └── uCOS-II
│   │   ├── app
│   │   │   ├── app_cfg.h
│   │   │   ├── includes.h
│   │   │   ├── OS_AppHooks.c
│   │   │   └── os_cfg.h
│   │   ├── Ports
│   │   │   ├── cpu_def.h
│   │   │   ├── cpu.h
│   │   │   ├── os_cpu_a.asm
│   │   │   ├── os_cpu_c.c
│   │   │   ├── os_cpu.h
│   │   │   └── os_dbg.c
│   │   └── Source
│   │   ├── os_cfg.h
│   │   ├── os_cfg_r.h
│   │   ├── os_core.c
│   │   ├── os_dbg_r.c
│   │   ├── os_flag.c
│   │   ├── os_mbox.c
│   │   ├── os_mem.c
│   │   ├── os_mutex.c
│   │   ├── os_q.c
│   │   ├── os_sem.c
│   │   ├── os_task.c
│   │   ├── os_time.c
│   │   ├── os_tmr.c
│   │   ├── ucos_ii.c
│   │   └── ucos_ii.h
│   ├── 14_1_watchDog
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── nandTest.c
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── lpc43xx_wwdt.c
│   │   ├── lpc43xx_wwdt.h
│   │   └── uart3.h
│   ├── 15_1_ucos
│   │   ├── doc
│   │   │   └── uCOS-ii中文书.pdf
│   │   ├── prj
│   │   │   ├── led_lock.uvopt
│   │   │   ├── led_lock.uvproj
│   │   │   ├── led_mbox.uvopt
│   │   │   ├── led_mbox.uvproj
│   │   │   ├── led_queue.uvopt
│   │   │   ├── led_queue.uvproj
│   │   │   ├── led_sem.uvopt
│   │   │   └── led_sem.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── led_task_lock.c
│   │   │   ├── led_task_mbox.c
│   │   │   ├── led_task_queue.c
│   │   │   ├── led_task_sem.c
│   │   │   └── main.c
│   │   ├── target
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── LPC43xx.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_startup.s
│   │   │   ├── lpc43xx_system.c
│   │   │   └── lpc43xx_system.h
│   │   └── uCOS-II
│   │   ├── app
│   │   │   ├── app_cfg.h
│   │   │   ├── includes.h
│   │   │   ├── OS_AppHooks.c
│   │   │   └── os_cfg.h
│   │   ├── Ports
│   │   │   ├── cpu_def.h
│   │   │   ├── cpu.h
│   │   │   ├── os_cpu_a.asm
│   │   │   ├── os_cpu_c.c
│   │   │   ├── os_cpu.h
│   │   │   └── os_dbg.c
│   │   └── Source
│   │   ├── os_cfg_r.h
│   │   ├── os_core.c
│   │   ├── os_dbg_r.c
│   │   ├── os_flag.c
│   │   ├── os_mbox.c
│   │   ├── os_mem.c
│   │   ├── os_mutex.c
│   │   ├── os_q.c
│   │   ├── os_sem.c
│   │   ├── os_task.c
│   │   ├── os_time.c
│   │   ├── os_tmr.c
│   │   ├── ucos_ii.c
│   │   └── ucos_ii.h
│   ├── 16_1_sct_camera
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   ├── camera
│   │   │   ├── camera.h
│   │   │   ├── CamYACB21.h
│   │   │   ├── Color
│   │   │   │   ├── FSM_Color.fzm
│   │   │   │   ├── SCTColor.inc
│   │   │   │   └── SCT_RGB_Color.c
│   │   │   ├── Gray
│   │   │   │   ├── FSM_Gray.fzm
│   │   │   │   ├── SCTGray.inc
│   │   │   │   └── SCT_RGB_Gray.c
│   │   │   └── YACB21Common.c
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_i2c0.c
│   │   ├── lpc43xx_i2c0.h
│   │   ├── lpc43xx_lcd.c
│   │   ├── lpc43xx_lcd.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   └── sdram.h
│   ├── 17_1_update_uDisk
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── hostTest.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── MassStorageHost.h
│   │   │   ├── shell.h
│   │   │   ├── shellTask.c
│   │   │   ├── w25x32.c
│   │   │   └── w25x32.h
│   │   ├── class
│   │   │   ├── MassStorage.c
│   │   │   └── MassStorage.h
│   │   ├── common
│   │   │   └── MassStorage.h
│   │   ├── core
│   │   │   ├── ConfigDescriptor.c
│   │   │   ├── ConfigDescriptor.h
│   │   │   ├── Events.h
│   │   │   ├── Host.h
│   │   │   ├── HostStandardReq.c
│   │   │   ├── HostStandardReq.h
│   │   │   ├── OTG.h
│   │   │   ├── Pipe.h
│   │   │   ├── PipeStream.h
│   │   │   ├── StdDescriptors.h
│   │   │   ├── USBController.h
│   │   │   ├── USB.h
│   │   │   ├── USBInterrupt.h
│   │   │   ├── USBMemory.c
│   │   │   ├── USBMemory.h
│   │   │   ├── USBTask.c
│   │   │   └── USBTask.h
│   │   ├── DsFat
│   │   │   ├── DsFat.h
│   │   │   └── DsFat.lib
│   │   ├── HCD
│   │   │   ├── EHCI
│   │   │   │   ├── EHCI.c
│   │   │   │   └── EHCI.h
│   │   │   ├── HCD.c
│   │   │   ├── HCD.h
│   │   │   ├── HCD.h.bak
│   │   │   ├── OHCI
│   │   │   │   ├── OHCI.c
│   │   │   │   └── OHCI.h
│   │   │   └── StdRequestType.h
│   │   ├── include
│   │   │   ├── Attributes.h
│   │   │   ├── Common.h
│   │   │   ├── Common.h.bak
│   │   │   ├── CompilerSpecific.h
│   │   │   ├── Endianness.h
│   │   │   ├── __lpc_types.h
│   │   │   └── lpc_types.h
│   │   ├── LPC
│   │   │   ├── Device_LPC18xx.h
│   │   │   ├── EndpointCommon.h
│   │   │   ├── Endpoint_LPC18xx.c
│   │   │   ├── Endpoint_LPC18xx.h
│   │   │   ├── Endpoint_LPC.c
│   │   │   ├── Endpoint_LPC.h
│   │   │   ├── EndpointStream_LPC.c
│   │   │   ├── EndpointStream_LPC.h
│   │   │   ├── HAL_LPC.c
│   │   │   ├── HAL_LPC.h
│   │   │   ├── Host_LPC.c
│   │   │   ├── Host_LPC.h
│   │   │   ├── LPC43XX
│   │   │   │   ├── HAL_LPC43xx.c
│   │   │   │   └── HAL_LPC43xx.h
│   │   │   ├── Pipe_LPC.c
│   │   │   ├── Pipe_LPC.h
│   │   │   ├── PipeStream_LPC.c
│   │   │   ├── PipeStream_LPC.h
│   │   │   ├── USBController_LPC.c
│   │   │   └── USBController_LPC.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   └── uart3.h
│   ├── 17_2_update_SD
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── fatTask.c
│   │   │   ├── fatTask.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── shell.c
│   │   │   ├── shell.h
│   │   │   ├── w25x32.c
│   │   │   └── w25x32.h
│   │   ├── DsFat
│   │   │   ├── DsFat.h
│   │   │   └── DsFat.lib
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdio.c
│   │   ├── lpc43xx_sdio.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── sd_mmc.c
│   │   ├── SD_MMC.h
│   │   └── uart3.h
│   ├── 17_3_update_ftp
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── comand.h
│   │   │   ├── enet.h
│   │   │   ├── ftpTask.c
│   │   │   ├── ftpTask.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── taskEnet.c
│   │   │   ├── w25x32.c
│   │   │   ├── w25x32.h
│   │   │   ├── webpage.h
│   │   │   └── webSite.c
│   │   ├── dsip
│   │   │   ├── dsIP.lib
│   │   │   ├── ip.h
│   │   │   ├── tcpApi.h
│   │   │   ├── telnetApi.h
│   │   │   └── udpApi.h
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_emac.c
│   │   ├── lpc43xx_emac.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 18_1_gui_ucGUI
│   │   ├── 43.zip
│   │   ├── 70.zip
│   │   └── uCGUI_LIB.zip
│   ├── 18_2_gui_dsGUI
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── lcdtouch.c
│   │   │   ├── lcdTouch.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── nandFlash.c
│   │   │   ├── nandFlash.h
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   ├── dsFAT
│   │   │   ├── DsFat12_16.lib
│   │   │   └── DsFat.h
│   │   ├── dsGUI
│   │   │   ├── dsGUI.h
│   │   │   └── dsGui.lib
│   │   ├── guiDemo
│   │   │   ├── guiDemoCaculator.c
│   │   │   ├── guiDemoCheckBox.c
│   │   │   ├── guiDemoDial.c
│   │   │   ├── guiDemoDropDown.c
│   │   │   ├── guiDemoKeyBoard.c
│   │   │   ├── guiDemoLineChart.c
│   │   │   ├── guiDemoListBox.c
│   │   │   ├── guiDemoMain.c
│   │   │   ├── guiDemoMain.h
│   │   │   ├── guiDemoMsgBox.c
│   │   │   ├── guiDemoProgBar.c
│   │   │   ├── guiDemoRadio.c
│   │   │   ├── guiDemoSlider.c
│   │   │   ├── guiDemoTable.c
│   │   │   └── guiTouchRation.c
│   │   └── target
│   │   ├── k9fxx08.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_k9fxx08.c
│   │   ├── lpc43xx_lcd.c
│   │   ├── lpc43xx_lcd.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_ssp1.c
│   │   ├── lpc43xx_ssp1.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── sdram.h
│   │   └── uart3.h
│   ├── 18_3_gui_emWin
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── LcdTask.c
│   │   │   ├── lcdTask.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── touch.c
│   │   │   └── touch.h
│   │   ├── demo
│   │   │   ├── EM_LOGO.h
│   │   │   ├── GUIDEMO_Automotive.c
│   │   │   ├── GUIDEMO_BarGraph.c
│   │   │   ├── GUIDEMO_Bitmap.c
│   │   │   ├── GUIDEMO.c
│   │   │   ├── GUIDEMO_ColorBar.c
│   │   │   ├── GUIDEMO_Conf.c
│   │   │   ├── GUIDEMO_Cursor.c
│   │   │   ├── GUIDEMO_Fading.c
│   │   │   ├── GUIDEMO_Graph.c
│   │   │   ├── GUIDEMO.h
│   │   │   ├── GUIDEMO_IconView.c
│   │   │   ├── GUIDEMO_ImageFlow.c
│   │   │   ├── GUIDEMO_Intro.c
│   │   │   ├── GUIDEMO_Listview.c
│   │   │   ├── GUIDEMO_Resource.c
│   │   │   ├── GUIDEMO_Skinning.c
│   │   │   ├── GUIDEMO_Speed.c
│   │   │   ├── GUIDEMO_Speedometer.c
│   │   │   ├── GUIDEMO_Start.c
│   │   │   ├── GUIDEMO_TransparentDialog.c
│   │   │   ├── GUIDEMO_Treeview.c
│   │   │   ├── GUIDEMO_VScreen.c
│   │   │   ├── GUIDEMO_WashingMachine.c
│   │   │   ├── GUIDEMO_ZoomAndRotate.c
│   │   │   └── NXP_logo.h
│   │   ├── GUI
│   │   │   ├── BUTTON.h
│   │   │   ├── BUTTON_Private.h
│   │   │   ├── CHECKBOX.h
│   │   │   ├── CHECKBOX_Private.h
│   │   │   ├── DIALOG.h
│   │   │   ├── DIALOG_Intern.h
│   │   │   ├── DROPDOWN.h
│   │   │   ├── DROPDOWN_Private.h
│   │   │   ├── EDIT.h
│   │   │   ├── EDIT_Private.h
│   │   │   ├── FRAMEWIN.h
│   │   │   ├── FRAMEWIN_Private.h
│   │   │   ├── Global.h
│   │   │   ├── GRAPH.h
│   │   │   ├── GRAPH_Private.h
│   │   │   ├── GUI_ARRAY.h
│   │   │   ├── GUI_ARRAY_Private.h
│   │   │   ├── GUI_BMP_Private.h
│   │   │   ├── GUI_ConfDefaults.h
│   │   │   ├── GUI_Debug.h
│   │   │   ├── GUIDRV_Lin.h
│   │   │   ├── GUIDRV_Lin_Private.h
│   │   │   ├── GUIDRV_SLin.h
│   │   │   ├── GUIDRV_SLin_Private.h
│   │   │   ├── GUIDRV_Template.h
│   │   │   ├── GUIDRV_TemplateI.h
│   │   │   ├── GUIDRV_TemplateI_Private.h
│   │   │   ├── GUI_FontIntern.h
│   │   │   ├── GUI_GIF_Private.h
│   │   │   ├── GUI.h
│   │   │   ├── GUI_HOOK.h
│   │   │   ├── GUI_JPEG_Private.h
│   │   │   ├── GUI.lib
│   │   │   ├── GUI_Private.h
│   │   │   ├── GUI_SetOrientationCX.h
│   │   │   ├── GUI_SetOrientation.h
│   │   │   ├── GUI_Type.h
│   │   │   ├── GUI_Version.h
│   │   │   ├── GUI_VNC.h
│   │   │   ├── GUI_VNC_X_StartServer.c
│   │   │   ├── GUI_X.c
│   │   │   ├── HEADER.h
│   │   │   ├── HEADER_Private.h
│   │   │   ├── ICONVIEW.h
│   │   │   ├── ICONVIEW_Private.h
│   │   │   ├── LCD_ConfDefaults.h
│   │   │   ├── LCD.h
│   │   │   ├── LCD_Private.h
│   │   │   ├── LCD_Protected.h
│   │   │   ├── LCD_SIM.h
│   │   │   ├── LISTBOX.h
│   │   │   ├── LISTBOX_Private.h
│   │   │   ├── LISTVIEW.h
│   │   │   ├── LISTVIEW_Private.h
│   │   │   ├── LISTWHEEL.h
│   │   │   ├── LISTWHEEL_Private.h
│   │   │   ├── MENU.h
│   │   │   ├── MENU_Private.h
│   │   │   ├── MESSAGEBOX.h
│   │   │   ├── MULTIEDIT.h
│   │   │   ├── MULTIPAGE.h
│   │   │   ├── MULTIPAGE_Private.h
│   │   │   ├── PROGBAR.h
│   │   │   ├── PROGBAR_Private.h
│   │   │   ├── RADIO.h
│   │   │   ├── RADIO_Private.h
│   │   │   ├── SCROLLBAR.h
│   │   │   ├── SCROLLBAR_Private.h
│   │   │   ├── SLIDER.h
│   │   │   ├── SLIDER_Private.h
│   │   │   ├── TEXT.h
│   │   │   ├── TEXT_Private.h
│   │   │   ├── TREEVIEW.h
│   │   │   ├── TREEVIEW_Private.h
│   │   │   ├── WIDGET.h
│   │   │   ├── WINDOW_Private.h
│   │   │   ├── WM_GUI.h
│   │   │   ├── WM.h
│   │   │   └── WM_Intern.h
│   │   ├── GUISetup
│   │   │   ├── GUIConf.c
│   │   │   ├── GUIConf.h
│   │   │   ├── LCDConf.c
│   │   │   └── LCDConf.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_lcd.c
│   │   ├── lpc43xx_lcd.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_ssp1.c
│   │   ├── lpc43xx_ssp1.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   └── sdram.h
│   ├── 19_1_dsm300
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── guiPage.c
│   │   │   ├── guiPage.h
│   │   │   ├── hzk16.c
│   │   │   ├── LcdTask.c
│   │   │   ├── lcdTask.h
│   │   │   ├── lcdtouch.c
│   │   │   ├── lcdTouch.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── shell.c
│   │   │   ├── shell.h
│   │   │   ├── taskDsm.c
│   │   │   ├── touch.c
│   │   │   └── touch.h
│   │   ├── dsFAT
│   │   │   ├── DsFat12_16.lib
│   │   │   └── DsFat.h
│   │   ├── dsGUI
│   │   │   ├── dsGUI.h
│   │   │   └── dsGui.lib
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_lcd.c
│   │   ├── lpc43xx_lcd.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_ssp1.c
│   │   ├── lpc43xx_ssp1.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart1.c
│   │   ├── lpc43xx_uart3.c
│   │   ├── sdram.h
│   │   ├── uart1.h
│   │   └── uart3.h
│   ├── 2_1_uart_echo
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart2.c
│   │   ├── lpc43xx_uart3.c
│   │   ├── uart2.h
│   │   └── uart3.h
│   ├── 2_2_uart_shell
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── animal.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   └── uart3.h
│   ├── 2_3_uart_rs485
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   └── memory.h
│   │   └── target
│   │   ├── lpc43xx_adc.c
│   │   ├── lpc43xx_adc.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart1_rs485.c
│   │   └── uart1_rs485.h
│   ├── 3_1_key_scan
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── key.c
│   │   │   ├── key.h
│   │   │   ├── keyTask.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 3_2_key_int
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── key.c
│   │   │   ├── key.h
│   │   │   ├── keyTask.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 4_1_can
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   └── main.c
│   │   └── target
│   │   ├── can0.h
│   │   ├── lpc43xx_can0.c
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 5_1_i2c
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── LM75Task.c
│   │   │   └── main.c
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_i2c0.c
│   │   ├── lpc43xx_i2c0.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 6_1_i2s_play
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── nandFlash.c
│   │   │   ├── nandFlash.h
│   │   │   └── taskAudio.c
│   │   ├── FatFs
│   │   │   ├── ccsbcs.c
│   │   │   ├── diskio.c
│   │   │   ├── diskio.h
│   │   │   ├── ff.c
│   │   │   ├── ffconf.h
│   │   │   ├── ff.h
│   │   │   └── integer.h
│   │   └── target
│   │   ├── k9fxx08.h
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_i2c0.c
│   │   ├── lpc43xx_i2c0.h
│   │   ├── lpc43xx_i2s0.c
│   │   ├── lpc43xx_i2s0.h
│   │   ├── lpc43xx_k9fxx08.c
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   └── sdram.h
│   ├── 6_2_i2s_record
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── Audio.h
│   │   │   ├── key.c
│   │   │   ├── key.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   └── taskAudio.c
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_i2c0.c
│   │   ├── lpc43xx_i2c0.h
│   │   ├── lpc43xx_i2s0.c
│   │   ├── lpc43xx_i2s0.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdram.c
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   └── sdram.h
│   ├── 7_1_fat_sd
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── fatTask.c
│   │   │   ├── fatTask.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── memory.c
│   │   │   ├── memory.h
│   │   │   ├── shell.c
│   │   │   └── shell.h
│   │   ├── FatFs
│   │   │   ├── diskio.c
│   │   │   ├── diskio.h
│   │   │   ├── ff.c
│   │   │   ├── ffconf.h
│   │   │   ├── ff.h
│   │   │   └── integer.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_sdio.c
│   │   ├── lpc43xx_sdio.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   ├── sd_mmc.c
│   │   ├── SD_MMC.h
│   │   └── uart3.h
│   ├── 7_2_fat_usb
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── hostTest.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── MassStorageHost.h
│   │   │   ├── shell.h
│   │   │   └── shellTask.c
│   │   ├── class
│   │   │   ├── MassStorage.c
│   │   │   └── MassStorage.h
│   │   ├── common
│   │   │   └── MassStorage.h
│   │   ├── core
│   │   │   ├── ConfigDescriptor.c
│   │   │   ├── ConfigDescriptor.h
│   │   │   ├── Events.h
│   │   │   ├── Host.h
│   │   │   ├── HostStandardReq.c
│   │   │   ├── HostStandardReq.h
│   │   │   ├── OTG.h
│   │   │   ├── Pipe.h
│   │   │   ├── PipeStream.h
│   │   │   ├── StdDescriptors.h
│   │   │   ├── USBController.h
│   │   │   ├── USB.h
│   │   │   ├── USBInterrupt.h
│   │   │   ├── USBMemory.c
│   │   │   ├── USBMemory.h
│   │   │   ├── USBTask.c
│   │   │   └── USBTask.h
│   │   ├── FatFs
│   │   │   ├── diskio.c
│   │   │   ├── diskio.h
│   │   │   ├── ff.c
│   │   │   ├── ffconf.h
│   │   │   ├── ff.h
│   │   │   └── integer.h
│   │   ├── HCD
│   │   │   ├── EHCI
│   │   │   │   ├── EHCI.c
│   │   │   │   └── EHCI.h
│   │   │   ├── HCD.c
│   │   │   ├── HCD.h
│   │   │   ├── HCD.h.bak
│   │   │   ├── OHCI
│   │   │   │   ├── OHCI.c
│   │   │   │   └── OHCI.h
│   │   │   └── StdRequestType.h
│   │   ├── include
│   │   │   ├── Attributes.h
│   │   │   ├── Common.h
│   │   │   ├── Common.h.bak
│   │   │   ├── CompilerSpecific.h
│   │   │   ├── Endianness.h
│   │   │   ├── __lpc_types.h
│   │   │   └── lpc_types.h
│   │   ├── LPC
│   │   │   ├── Device_LPC18xx.h
│   │   │   ├── EndpointCommon.h
│   │   │   ├── Endpoint_LPC18xx.c
│   │   │   ├── Endpoint_LPC18xx.h
│   │   │   ├── Endpoint_LPC.c
│   │   │   ├── Endpoint_LPC.h
│   │   │   ├── EndpointStream_LPC.c
│   │   │   ├── EndpointStream_LPC.h
│   │   │   ├── HAL_LPC.c
│   │   │   ├── HAL_LPC.h
│   │   │   ├── Host_LPC.c
│   │   │   ├── Host_LPC.h
│   │   │   ├── LPC43XX
│   │   │   │   ├── HAL_LPC43xx.c
│   │   │   │   └── HAL_LPC43xx.h
│   │   │   ├── Pipe_LPC.c
│   │   │   ├── Pipe_LPC.h
│   │   │   ├── PipeStream_LPC.c
│   │   │   ├── PipeStream_LPC.h
│   │   │   ├── USBController_LPC.c
│   │   │   └── USBController_LPC.h
│   │   └── target
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   ├── lpc43xx_system.h
│   │   ├── lpc43xx_uart3.c
│   │   └── uart3.h
│   ├── 8_1_ad_da
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── AudioData.c
│   │   │   ├── AudioTask.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── speak.c
│   │   │   └── speak.h
│   │   └── target
│   │   ├── lpc43xx_debug.c
│   │   ├── lpc43xx_debug.h
│   │   ├── lpc43xx_gpio.c
│   │   ├── lpc43xx_gpio.h
│   │   ├── LPC43xx.h
│   │   ├── lpc43xx_scu.c
│   │   ├── lpc43xx_scu.h
│   │   ├── lpc43xx_startup.s
│   │   ├── lpc43xx_system.c
│   │   └── lpc43xx_system.h
│   ├── 9_1_usb_hid
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── key.c
│   │   │   ├── key.h
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   └── usbTask.c
│   │   ├── target
│   │   │   ├── lpc43xx_debug.c
│   │   │   ├── lpc43xx_debug.h
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── LPC43xx.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_startup.s
│   │   │   ├── lpc43xx_system.c
│   │   │   └── lpc43xx_system.h
│   │   └── usbd
│   │   ├── config.h
│   │   ├── error.h
│   │   ├── hid_usbdesc.c
│   │   ├── lpc_types.h
│   │   ├── usbd_core.h
│   │   ├── usbd_dfu.h
│   │   ├── usbd_dfuuser.h
│   │   ├── usbd.h
│   │   ├── usbd_hid.c
│   │   ├── usbd_hid.h
│   │   ├── usbd_hiduser.h
│   │   ├── usbd_hw.h
│   │   ├── usbd_msc.h
│   │   ├── usbd_mscuser.h
│   │   ├── usbd_rom_api.h
│   │   └── usb_hid_user.h
│   ├── 9_2_usb_cdc
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   ├── lpc43xx-vcom.inf
│   │   └── src
│   │   ├── app
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   └── usbTask.c
│   │   ├── target
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── LPC43xx.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_startup.s
│   │   │   ├── lpc43xx_system.c
│   │   │   └── lpc43xx_system.h
│   │   └── usbd
│   │   ├── cdc.h
│   │   ├── cdcuser.c
│   │   ├── cdcuser.h
│   │   ├── lpc_types.h
│   │   ├── serial.c
│   │   ├── serial.h
│   │   ├── usbcfg.h
│   │   ├── usbcore.c
│   │   ├── usbcore.h
│   │   ├── usbdesc.c
│   │   ├── usbdesc.h
│   │   ├── usb.h
│   │   ├── usbhw.c
│   │   ├── usbhw.h
│   │   ├── usbuser.c
│   │   └── usbuser.h
│   ├── 9_3_usb_msc
│   │   ├── lpc43xx.uvopt
│   │   ├── lpc43xx.uvproj
│   │   └── src
│   │   ├── app
│   │   │   ├── fileSys.c
│   │   │   ├── led.c
│   │   │   ├── led.h
│   │   │   ├── main.c
│   │   │   ├── shell.h
│   │   │   ├── shellTask.c
│   │   │   └── usbTask.c
│   │   ├── target
│   │   │   ├── lpc18xx_sdram.c
│   │   │   ├── lpc18xx_uart3.c
│   │   │   ├── lpc43xx_gpio.c
│   │   │   ├── lpc43xx_gpio.h
│   │   │   ├── LPC43xx.h
│   │   │   ├── lpc43xx_scu.c
│   │   │   ├── lpc43xx_scu.h
│   │   │   ├── lpc43xx_startup.s
│   │   │   ├── lpc43xx_system.c
│   │   │   ├── lpc43xx_system.h
│   │   │   ├── sdram.h
│   │   │   └── uart3.h
│   │   └── usbd
│   │   ├── config.h
│   │   ├── error.h
│   │   ├── lpc_types.h
│   │   ├── mem_usbdesc.c
│   │   ├── usbd_core.h
│   │   ├── usbd_dfu.h
│   │   ├── usbd_dfuuser.h
│   │   ├── usbd.h
│   │   ├── usbd_hid.h
│   │   ├── usbd_hiduser.h
│   │   ├── usbd_hw.h
│   │   ├── usbd_msc.h
│   │   ├── usbd_msc_mem.c
│   │   ├── usbd_mscuser.h
│   │   ├── usbd_rom_api.h
│   │   └── usb_msc_user.h
│   └── 二进制BIN文件
│   ├── 10_1_eth_ping.bin
│   ├── 10_2_eth_stack.bin
│   ├── 10_3_eth_web.bin
│   ├── 11_1_lcd_photo_at043.bin
│   ├── 11_1_lcd_photo_at070.bin
│   ├── 11_2_lcd_touch_at043.bin
│   ├── 11_2_lcd_touch_at070.bin
│   ├── 11_3_lcd_mouse_at043.bin
│   ├── 11_3_lcd_mouse_at070.bin
│   ├── 11_4_lcd_movie_at043.bin
│   ├── 11_4_lcd_movie_at070.bin
│   ├── 1_1_led_blinky.bin
│   ├── 12_1_flash_spi.bin
│   ├── 12_2_flash_nand.bin
│   ├── 1_2_led_systick.bin
│   ├── 13_1_rtc.bin
│   ├── 1_3_led_os.bin
│   ├── 14_1_watchDog.bin
│   ├── 15_1_ucos_lock.bin
│   ├── 15_1_ucos_mbox.bin
│   ├── 15_1_ucos_queue.bin
│   ├── 15_1_ucos_sem.bin
│   ├── 16_1_sct_camera_at043_0v7670.bin
│   ├── 16_1_sct_camera_at043_ov9650.bin
│   ├── 16_1_sct_camera_at070_ov7670.bin
│   ├── 16_1_sct_camera_at070_ov9650.bin
│   ├── 17_1_update_uDisk.bin
│   ├── 17_2_update_SD.bin
│   ├── 17_3_update_ftp.bin
│   ├── 18_1_gui_ucGUI_at043.bin
│   ├── 18_1_gui_ucGUI_at070.bin
│   ├── 18_2_gui_dsGUI_at043.bin
│   ├── 18_2_gui_dsGUI_at070.bin
│   ├── 18_3_gui_emWin_at043.bin
│   ├── 18_3_gui_emWin_at070.bin
│   ├── 19_1_dsm300_at043.bin
│   ├── 19_1_dsm300_at070.bin
│   ├── 2_1_uart_echo.bin
│   ├── 2_2_uart_shell.bin
│   ├── 2_3_uart_rs485.bin
│   ├── 3_1_key_scan.bin
│   ├── 3_2_key_int.bin
│   ├── 4_1_can.bin
│   ├── 5_1_i2c.bin
│   ├── 6_1_i2s_play.bin
│   ├── 6_2_i2s_record.bin
│   ├── 7_1_fat_sd.bin
│   ├── 7_2_fat_usb.bin
│   ├── 8_1_ad_da.bin
│   ├── 9_1_usb_hid.bin
│   ├── 9_2_usb_cdc.bin
│   └── 9_3_usb_msc.bin
├── 6、开发工具
│   ├── FTP服务器
│   │   └── 守望迷你ftp服务器.exe
│   ├── USB HID调试工具
│   │   └── MyUsbHidTestApp.exe
│   ├── 串口终端
│   │   └── 串口调试助手.exe
│   └── 远程调试终端
│   ├── ttpro
│   │   ├── error.htm
│   │   ├── httplog.log
│   │   ├── ibmkeyb.cnf
│   │   ├── keyboard.CNF
│   │   ├── keycode.exe
│   │   ├── keycode.txt
│   │   ├── nt98keyb.cnf
│   │   ├── pc98keyb.cnf
│   │   ├── readmefirst.htm
│   │   ├── result.htm
│   │   ├── status.htm
│   │   ├── teraterm_3-1-3_licence_agreement.txt
│   │   ├── teraterm.ini
│   │   ├── ttermp.hlp
│   │   ├── ttermpro.exe
│   │   ├── ttpcmn.dll
│   │   ├── ttpdlg.dll
│   │   ├── ttpdlg_old.dll
│   │   ├── ttpfile.dll
│   │   ├── ttpmacro.exe
│   │   ├── ttpmacro.txt
│   │   ├── ttpset.dll
│   │   ├── ttptek.dll
│   │   ├── ttxhttps.dll
│   │   └── ttxsecure.dll
│   └── 超级终端
│   ├── hticons.dll
│   ├── hypertrm.chm
│   ├── hypertrm.dll
│   ├── hypertrm.exe
│   └── hypertrm.hlp
└── 7、经典教程
├── CAN入门书.pdf
├── CoOS_User_Guide_CH.pdf
├── CORTEX-M3权威指南.pdf
├── C++Primer3rdEdition中文完美版.pdf
├── Thumbs.db
└── 圈圈教你玩USB(电子精简版).pdf

295 directories, 1857 files

标签:

实例下载地址

lpc4357例程

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警