嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
微雪开发板lpc4357例程
微雪LPC4357 例程
Open4357-C-Demo
└── Open4357-C
├── Core
│ └── Device
│ └── NXP
│ └── LPC43xx
│ ├── Include
│ │ ├── LPC43xx.h
│ │ ├── fpu_enable.h
│ │ ├── fpu_init.h
│ │ └── system_LPC43xx.h
│ └── Source
│ ├── Templates
│ │ ├── ARM
│ │ │ ├── startup_LPC43xx.s
│ │ │ └── startup_LPC43xx_M0.s
│ │ ├── GCC
│ │ │ └── startup_LPC18xx.s
│ │ ├── IAR
│ │ │ ├── startup_LPC18xx.s
│ │ │ └── startup_LPC43xx.s
│ │ └── system_LPC43xx.c
│ ├── fpu_enable.c
│ └── fpu_init.c
├── Drivers
│ ├── include
│ │ ├── LCDTerm.h
│ │ ├── debug_frmwrk.h
│ │ ├── ipc_bufdef.h
│ │ ├── ipc_int.h
│ │ ├── ipc_mbx.h
│ │ ├── ipc_queue.h
│ │ ├── lpc43xx_adc.h
│ │ ├── lpc43xx_atimer.h
│ │ ├── lpc43xx_can.h
│ │ ├── lpc43xx_cgu.h
│ │ ├── lpc43xx_dac.h
│ │ ├── lpc43xx_emc.h
│ │ ├── lpc43xx_evrt.h
│ │ ├── lpc43xx_gpdma.h
│ │ ├── lpc43xx_gpio.h
│ │ ├── lpc43xx_i2c.h
│ │ ├── lpc43xx_i2s.h
│ │ ├── lpc43xx_lcd.h
│ │ ├── lpc43xx_libcfg_default.h
│ │ ├── lpc43xx_mcpwm.h
│ │ ├── lpc43xx_nvic.h
│ │ ├── lpc43xx_pwr.h
│ │ ├── lpc43xx_qei.h
│ │ ├── lpc43xx_rgu.h
│ │ ├── lpc43xx_rit.h
│ │ ├── lpc43xx_rtc.h
│ │ ├── lpc43xx_sct.h
│ │ ├── lpc43xx_scu.h
│ │ ├── lpc43xx_sdif.h
│ │ ├── lpc43xx_sdmmc.h
│ │ ├── lpc43xx_ssp.h
│ │ ├── lpc43xx_timer.h
│ │ ├── lpc43xx_uart.h
│ │ ├── lpc43xx_wwdt.h
│ │ ├── lpc_sdmmc.h
│ │ ├── lpc_types.h
│ │ ├── sdio.h
│ │ └── spifi_rom_api.h
│ ├── lib
│ │ ├── SPIFI_report v0.1.pdf
│ │ ├── spifi_drv_M0.lib
│ │ └── spifi_drv_M4.lib
│ └── source
│ ├── Font5x7.c
│ ├── LCDTerm.c
│ ├── debug_frmwrk.c
│ ├── ipc_buffer.c
│ ├── ipc_cmd_buffer.c
│ ├── ipc_int.c
│ ├── ipc_mbx.c
│ ├── ipc_msg_buffer.c
│ ├── ipc_queue.c
│ ├── lpc43xx_adc.c
│ ├── lpc43xx_atimer.c
│ ├── lpc43xx_can.c
│ ├── lpc43xx_cgu.c
│ ├── lpc43xx_dac.c
│ ├── lpc43xx_emc.c
│ ├── lpc43xx_evrt.c
│ ├── lpc43xx_gpdma.c
│ ├── lpc43xx_gpio.c
│ ├── lpc43xx_i2c.c
│ ├── lpc43xx_i2s.c
│ ├── lpc43xx_lcd.c
│ ├── lpc43xx_mcpwm.c
│ ├── lpc43xx_nvic.c
│ ├── lpc43xx_pwr.c
│ ├── lpc43xx_qei.c
│ ├── lpc43xx_rgu.c
│ ├── lpc43xx_rit.c
│ ├── lpc43xx_rtc.c
│ ├── lpc43xx_sct.c
│ ├── lpc43xx_scu.c
│ ├── lpc43xx_sdif.c
│ ├── lpc43xx_sdmmc.c
│ ├── lpc43xx_ssp.c
│ ├── lpc43xx_timer.c
│ ├── lpc43xx_uart.c
│ ├── lpc43xx_wwdt.c
│ └── sdio.c
├── Readme程序说明.xls
├── Utilities
│ └── Open43xxE2
│ ├── Config
│ │ ├── Dbg_Flash.ini
│ │ ├── Internal SRAM.ini
│ │ └── SPIFI 32MB Debug.ini
│ ├── LCD
│ │ ├── AsciiLib.c
│ │ ├── AsciiLib.h
│ │ ├── LCD.c
│ │ ├── LCD.h
│ │ └── image.c
│ ├── LPC4357_IO.c
│ ├── LPC4357_IO.h
│ ├── LPC4357_UART.c
│ ├── LPC4357_timer.c
│ ├── SDRAM
│ │ └── IS42S16400D.c
│ ├── TouchPanel
│ │ ├── TouchPanel.c
│ │ └── TouchPanel.h
│ ├── lpc4357_timer.h
│ └── lpc4357_uart.h
├── examples waveshare
│ ├── ADC
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── Atimer_Wic
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── CAN_Ex1_Two_CAN
│ │ ├── ADC.h
│ │ ├── ADC_LPC43xx.c
│ │ ├── Abstract.txt
│ │ ├── CAN_Cfg.h
│ │ ├── CAN_Ex1.c
│ │ ├── CAN_Ex1.uvopt
│ │ ├── CAN_Ex1.uvproj
│ │ ├── CAN_LPC43xx.c
│ │ ├── Dbg_Ext_NOR.ini
│ │ ├── Dbg_Flash.ini
│ │ ├── Ext_Flash
│ │ ├── Font_16x24_h.h
│ │ ├── Font_6x8_h.h
│ │ ├── GLCD.h
│ │ ├── GLCD_LPC43xx.c
│ │ ├── LED.h
│ │ ├── LED_LPC43xx.c
│ │ ├── LPC4330_UART.c
│ │ ├── Prog_Ext_NOR.ini
│ │ ├── RAM.ini
│ │ ├── RTX_Conf_CM.c
│ │ ├── lpc4330_uart.h
│ │ ├── lpc_types.h
│ │ ├── startup_LPC43xx.s
│ │ └── system_LPC43xx.c
│ ├── CortexM4
│ │ ├── CortexM4_Bitband
│ │ │ ├── Project
│ │ │ │ ├── Listing
│ │ │ │ ├── Output
│ │ │ │ ├── Project.uvopt
│ │ │ │ └── Project.uvproj
│ │ │ └── User
│ │ │ └── main.c
│ │ └── CortexM4_Mpu
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── DAC
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── DS18B20
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvgui.Administrator
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── DS18B20.c
│ │ ├── DS18B20.h
│ │ └── main.c
│ ├── EMAC_DP83848
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── ETH
│ │ │ ├── EMAC.h
│ │ │ ├── config.h
│ │ │ ├── easyweb.c
│ │ │ ├── easyweb.h
│ │ │ ├── emac.c
│ │ │ ├── lpc43xx_libcfg.h
│ │ │ ├── tcpip.c
│ │ │ ├── tcpip.h
│ │ │ └── webpage.h
│ │ └── main.c
│ ├── EMC
│ │ ├── EMC_NANDFLASH
│ │ │ ├── Project
│ │ │ │ ├── Listing
│ │ │ │ ├── Output
│ │ │ │ │ └── Project.hex
│ │ │ │ ├── Project.uvgui.Administrator
│ │ │ │ ├── Project.uvopt
│ │ │ │ └── Project.uvproj
│ │ │ └── User
│ │ │ ├── NANDFLASH.c
│ │ │ ├── main.c
│ │ │ └── nandflash.h
│ │ ├── EMC_NORFLASH
│ │ │ ├── Project
│ │ │ │ ├── Listing
│ │ │ │ ├── Output
│ │ │ │ ├── Project.uvopt
│ │ │ │ └── Project.uvproj
│ │ │ └── User
│ │ │ ├── NORFLASH.c
│ │ │ ├── NORFLASH.h
│ │ │ └── main.c
│ │ └── EMC_SDRAM
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── SDRAM.c
│ │ ├── SDRAM.h
│ │ └── main.c
│ ├── GPIO
│ │ ├── GPIO_Blinky
│ │ │ ├── Project
│ │ │ │ ├── Listing
│ │ │ │ ├── Output
│ │ │ │ │ └── Project.bin
│ │ │ │ ├── Project.uvgui.Administrator
│ │ │ │ ├── Project.uvopt
│ │ │ │ ├── Project.uvproj
│ │ │ │ └── SPIFI 32MB Debug.ini
│ │ │ └── User
│ │ │ └── main.c
│ │ └── GPIO_JOYSTICK
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ │ ├── lpc4330_io.txt
│ │ │ │ ├── lpc4330_timer.txt
│ │ │ │ ├── lpc4330_uart.txt
│ │ │ │ ├── lpc4357_io.txt
│ │ │ │ ├── lpc4357_timer.txt
│ │ │ │ ├── lpc4357_uart.txt
│ │ │ │ ├── lpc43xx_cgu.txt
│ │ │ │ ├── lpc43xx_gpio.txt
│ │ │ │ ├── lpc43xx_scu.txt
│ │ │ │ ├── lpc43xx_timer.txt
│ │ │ │ ├── lpc43xx_uart.txt
│ │ │ │ ├── main.txt
│ │ │ │ └── system_lpc43xx.txt
│ │ │ ├── Output
│ │ │ │ └── spifi_system_lpc43xx.s
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── I2C0_AT24CXX
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvgui.Administrator
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── AT24C02.c
│ │ ├── AT24C02.h
│ │ └── main.c
│ ├── I2C1_AT24CXX
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── AT24C02.c
│ │ ├── AT24C02.h
│ │ └── main.c
│ ├── I2S_UDA1380 _Music
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── I2C.c
│ │ ├── UDA1380.c
│ │ ├── UDA1380.h
│ │ ├── audiodata.c
│ │ ├── i2c.h
│ │ ├── main.c
│ │ └── waveDate.h
│ ├── LCD
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── lpc43xx_libcfg.h
│ │ └── main.c
│ ├── RTC
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── SD_File_UART0
│ │ ├── Abstract.txt
│ │ ├── Dbg_Ext_NOR.ini
│ │ ├── Dbg_Flash.ini
│ │ ├── File_Config.c
│ │ ├── Font_16x24_h.h
│ │ ├── Font_6x8_h.h
│ │ ├── GLCD.h
│ │ ├── GLCD_LPC43xx.c
│ │ ├── Getline.c
│ │ ├── Lst
│ │ ├── Obj
│ │ ├── Prog_Ext_NOR.ini
│ │ ├── RAM.ini
│ │ ├── Retarget.c
│ │ ├── SDIO_LPC43xx.c
│ │ ├── SDIO_LPC43xx.h
│ │ ├── SD_File.c
│ │ ├── SD_File.h
│ │ ├── SD_File.uvopt
│ │ ├── SD_File.uvproj
│ │ ├── Serial.c
│ │ ├── Serial.h
│ │ ├── Terminal.h
│ │ ├── startup_LPC43xx.s
│ │ └── system_LPC43xx.c
│ ├── SSP0_AT45DB
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── AT45DB.c
│ │ ├── AT45DB.h
│ │ └── main.c
│ ├── SSP1_AT45DB
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── AT45DB.c
│ │ ├── AT45DB.h
│ │ └── main.c
│ ├── TouchPanel
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ └── main.c
│ ├── UART
│ │ ├── Project
│ │ │ ├── Listing
│ │ │ ├── Output
│ │ │ ├── Project.uvopt
│ │ │ └── Project.uvproj
│ │ └── User
│ │ ├── AT24C02.c
│ │ ├── AT24C02.h
│ │ └── main.c
│ ├── USB DEVICE
│ │ ├── Memory
│ │ │ ├── Abstract.txt
│ │ │ ├── Dbg_Ext_NOR.ini
│ │ │ ├── Dbg_Flash.ini
│ │ │ ├── DiskImg.c
│ │ │ ├── Font_16x24_h.h
│ │ │ ├── Font_6x8_h.h
│ │ │ ├── GLCD.h
│ │ │ ├── GLCD_LPC43xx.c
│ │ │ ├── Lst
│ │ │ │ ├── diskimg.txt
│ │ │ │ ├── glcd_lpc43xx.txt
│ │ │ │ ├── system_lpc43xx.txt
│ │ │ │ ├── usb_config_usb0.txt
│ │ │ │ ├── usbd_demo.txt
│ │ │ │ ├── usbd_lpc43xx_usb0.txt
│ │ │ │ └── usbd_user_msc.txt
│ │ │ ├── Memory.uvopt
│ │ │ ├── Memory.uvproj
│ │ │ ├── Obj
│ │ │ ├── Prog_Ext_NOR.ini
│ │ │ ├── USBD_Demo.c
│ │ │ ├── startup_LPC43xx.s
│ │ │ ├── system_LPC43xx.c
│ │ │ ├── usb_config_USB0.c
│ │ │ ├── usb_config_USB1.c
│ │ │ ├── usbd_LPC43xx_USB0.c
│ │ │ ├── usbd_LPC43xx_USB1.c
│ │ │ └── usbd_user_msc.c
│ │ ├── Memory_FlashFS
│ │ │ ├── SD_File
│ │ │ │ ├── Abstract.txt
│ │ │ │ ├── Dbg_Ext_NOR.ini
│ │ │ │ ├── Dbg_Flash.ini
│ │ │ │ ├── File_Config.c
│ │ │ │ ├── Font_16x24_h.h
│ │ │ │ ├── Font_6x8_h.h
│ │ │ │ ├── GLCD.h
│ │ │ │ ├── GLCD_LPC43xx.c
│ │ │ │ ├── Getline.c
│ │ │ │ ├── KBD.h
│ │ │ │ ├── KBD_LPC43xx.c
│ │ │ │ ├── LED.h
│ │ │ │ ├── LED_LPC43xx.c
│ │ │ │ ├── Lst
│ │ │ │ │ ├── file_config.txt
│ │ │ │ │ ├── getline.txt
│ │ │ │ │ ├── glcd_lpc43xx.txt
│ │ │ │ │ ├── kbd_lpc43xx.txt
│ │ │ │ │ ├── led_lpc43xx.txt
│ │ │ │ │ ├── memory.txt
│ │ │ │ │ ├── retarget.txt
│ │ │ │ │ ├── sd_file.txt
│ │ │ │ │ ├── sdio_lpc43xx.txt
│ │ │ │ │ ├── serial_lpc43xx.txt
│ │ │ │ │ ├── system_lpc43xx.txt
│ │ │ │ │ ├── usb_config_usb0.txt
│ │ │ │ │ ├── usb_config_usb1.txt
│ │ │ │ │ ├── usbd_lpc43xx_usb0.txt
│ │ │ │ │ ├── usbd_lpc43xx_usb1.txt
│ │ │ │ │ └── usbd_user_msc.txt
│ │ │ │ ├── Memory.c
│ │ │ │ ├── Memory.h
│ │ │ │ ├── Memory.uvopt
│ │ │ │ ├── Memory.uvproj
│ │ │ │ ├── Obj
│ │ │ │ ├── Prog_Ext_NOR.ini
│ │ │ │ ├── Retarget.c
│ │ │ │ ├── SDIO_LPC43xx.c
│ │ │ │ ├── SDIO_LPC43xx.h
│ │ │ │ ├── SD_File.c
│ │ │ │ ├── SD_File.h
│ │ │ │ ├── Serial.h
│ │ │ │ ├── Serial_LPC43xx.c
│ │ │ │ ├── Terminal.h
│ │ │ │ ├── startup_LPC43xx.s
│ │ │ │ ├── system_LPC43xx.c
│ │ │ │ ├── usb_config_USB0.c
│ │ │ │ ├── usb_config_USB1.c
│ │ │ │ ├── usbd_LPC43xx_USB0.c
│ │ │ │ ├── usbd_LPC43xx_USB1.c
│ │ │ │ └── usbd_user_msc.c
│ │ │ └── SD_Memory
│ │ │ ├── Abstract.txt
│ │ │ ├── Dbg_Ext_NOR.ini
│ │ │ ├── Dbg_Flash.ini
│ │ │ ├── File_Config.c
│ │ │ ├── Font_16x24_h.h
│ │ │ ├── Font_6x8_h.h
│ │ │ ├── GLCD.h
│ │ │ ├── GLCD_LPC43xx.c
│ │ │ ├── LED.h
│ │ │ ├── LED_LPC43xx.c
│ │ │ ├── Lst
│ │ │ │ ├── file_config.txt
│ │ │ │ ├── glcd_lpc43xx.txt
│ │ │ │ ├── led_lpc43xx.txt
│ │ │ │ ├── memory.txt
│ │ │ │ ├── sdio_lpc43xx.txt
│ │ │ │ ├── system_lpc43xx.txt
│ │ │ │ ├── usb_config_usb0.txt
│ │ │ │ ├── usbd_lpc43xx_usb0.txt
│ │ │ │ └── usbd_user_msc.txt
│ │ │ ├── Memory.c
│ │ │ ├── Memory.h
│ │ │ ├── Memory.uvopt
│ │ │ ├── Memory.uvproj
│ │ │ ├── Obj
│ │ │ ├── Prog_Ext_NOR.ini
│ │ │ ├── SDIO_LPC43xx.c
│ │ │ ├── SDIO_LPC43xx.h
│ │ │ ├── startup_LPC43xx.s
│ │ │ ├── system_LPC43xx.c
│ │ │ ├── usb_config_USB0.c
│ │ │ ├── usb_config_USB1.c
│ │ │ ├── usbd_LPC43xx_USB0.c
│ │ │ ├── usbd_LPC43xx_USB1.c
│ │ │ └── usbd_user_msc.c
│ │ ├── UsbVcom
│ │ │ ├── Project
│ │ │ │ ├── Listing
│ │ │ │ ├── Output
│ │ │ │ ├── Project.uvopt
│ │ │ │ └── Project.uvproj
│ │ │ └── User
│ │ │ ├── inc
│ │ │ │ ├── cdc.h
│ │ │ │ ├── cdcuser.h
│ │ │ │ ├── lpc43xx_libcfg.h
│ │ │ │ ├── serial.h
│ │ │ │ ├── usb.h
│ │ │ │ ├── usbcfg.h
│ │ │ │ ├── usbcore.h
│ │ │ │ ├── usbdesc.h
│ │ │ │ ├── usbhw.h
│ │ │ │ ├── usbuser.h
│ │ │ │ └── vcomdemo.h
│ │ │ ├── main.c
│ │ │ └── src
│ │ │ ├── cdcuser.c
│ │ │ ├── serial.c
│ │ │ ├── usbcore.c
│ │ │ ├── usbdesc.c
│ │ │ ├── usbhw.c
│ │ │ ├── usbuser.c
│ │ │ └── vcomdemo.c
│ │ ├── lpc43xx-vcom-win7.inf
│ │ └── lpc43xx-vcom.inf
│ ├── USB HOST
│ │ ├── USB0_HOST_MSD_File
│ │ │ ├── ADC_LPC43xx.c
│ │ │ ├── Abstract.txt
│ │ │ ├── Dbg_Ext_NOR.ini
│ │ │ ├── Dbg_Flash.ini
│ │ │ ├── Ext_Flash
│ │ │ ├── File_Config.c
│ │ │ ├── Font_16x24_h.h
│ │ │ ├── Font_6x8_h.h
│ │ │ ├── GLCD.h
│ │ │ ├── GLCD_LPC43xx.c
│ │ │ ├── Getline.c
│ │ │ ├── MSD_File.c
│ │ │ ├── MSD_File.uvopt
│ │ │ ├── MSD_File.uvproj
│ │ │ ├── Prog_Ext_NOR.ini
│ │ │ ├── RAM.ini
│ │ │ ├── Retarget.c
│ │ │ ├── Serial.c
│ │ │ ├── Serial.h
│ │ │ ├── Terminal.h
│ │ │ ├── fs_usbh_msc.c
│ │ │ ├── startup_LPC43xx.s
│ │ │ ├── system_LPC43xx.c
│ │ │ ├── usb_config.c
│ │ │ └── usbh_ehci_lpc43xx.c
│ │ └── USB1_HOST_HID_Kbd
│ │ ├── ADC.h
│ │ ├── ADC_LPC43xx.c
│ │ ├── Abstract.txt
│ │ ├── Dbg_Ext_NOR.ini
│ │ ├── Dbg_Flash.ini
│ │ ├── Ext_Flash
│ │ ├── Font_16x24_h.h
│ │ ├── Font_6x8_h.h
│ │ ├── GLCD.h
│ │ ├── GLCD_LPC43xx.c
│ │ ├── Getline.c
│ │ ├── Mcommand.c
│ │ ├── Measure.c
│ │ ├── Measure.h
│ │ ├── Measure.uvopt
│ │ ├── Measure.uvproj
│ │ ├── Prog_Ext_NOR.ini
│ │ ├── RAM.ini
│ │ ├── Retarget.c
│ │ ├── Serial.c
│ │ ├── Serial.h
│ │ ├── Terminal.h
│ │ ├── startup_LPC43xx.s
│ │ ├── system_LPC43xx.c
│ │ ├── usb_config.c
│ │ └── usbh_ehci_lpc43xx.c
│ ├── emWin518
│ │ ├── Abstract.txt
│ │ ├── Application
│ │ │ ├── GUIConf.c
│ │ │ ├── GUIDEMO.c
│ │ │ ├── GUIDEMO.h
│ │ │ ├── GUIDEMO_Automotive.c
│ │ │ ├── GUIDEMO_BarGraph.c
│ │ │ ├── GUIDEMO_Bitmap.c
│ │ │ ├── GUIDEMO_ColorBar.c
│ │ │ ├── GUIDEMO_Conf.c
│ │ │ ├── GUIDEMO_Cursor.c
│ │ │ ├── GUIDEMO_Fading.c
│ │ │ ├── GUIDEMO_Graph.c
│ │ │ ├── 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
│ │ │ └── LPC4357-EVB DLG.c
│ │ ├── Driver
│ │ │ ├── I2C_LPC43xx.c
│ │ │ ├── JOY_LPC43xx.c
│ │ │ ├── LCDConf.c
│ │ │ ├── LCD_X_LPC4300.c
│ │ │ ├── LCD_X_LPC4300.h
│ │ │ └── TSC_STMPE811.c
│ │ ├── GUIConf.c
│ │ ├── GUIDemo.uvopt
│ │ ├── GUIDemo.uvproj
│ │ ├── GUI_Include
│ │ │ ├── BUTTON.h
│ │ │ ├── CHECKBOX.h
│ │ │ ├── DIALOG.h
│ │ │ ├── DIALOG_Intern.h
│ │ │ ├── DROPDOWN.h
│ │ │ ├── EDIT.h
│ │ │ ├── FRAMEWIN.h
│ │ │ ├── GRAPH.h
│ │ │ ├── GUI.h
│ │ │ ├── GUIConf.h
│ │ │ ├── GUIDRV_BitPlains.h
│ │ │ ├── GUIDRV_Dist.h
│ │ │ ├── GUIDRV_FlexColor.h
│ │ │ ├── GUIDRV_Generic.h
│ │ │ ├── GUIDRV_IST3088.h
│ │ │ ├── GUIDRV_Lin.h
│ │ │ ├── GUIDRV_NoOpt_1_8.h
│ │ │ ├── GUIDRV_S1D13748.h
│ │ │ ├── GUIDRV_S1D15G00.h
│ │ │ ├── GUIDRV_SLin.h
│ │ │ ├── GUIDRV_SPage.h
│ │ │ ├── GUIDRV_SSD1926.h
│ │ │ ├── GUIDRV_Template.h
│ │ │ ├── GUI_ARRAY.h
│ │ │ ├── GUI_ConfDefaults.h
│ │ │ ├── GUI_Debug.h
│ │ │ ├── GUI_FontIntern.h
│ │ │ ├── GUI_HOOK.h
│ │ │ ├── GUI_Private.h
│ │ │ ├── GUI_SetOrientation.h
│ │ │ ├── GUI_SetOrientationCX.h
│ │ │ ├── GUI_Type.h
│ │ │ ├── GUI_VNC.h
│ │ │ ├── GUI_Version.h
│ │ │ ├── Global.h
│ │ │ ├── HEADER.h
│ │ │ ├── ICONVIEW.h
│ │ │ ├── LCD.h
│ │ │ ├── LCDConf.h
│ │ │ ├── LCD_ConfDefaults.h
│ │ │ ├── LCD_Private.h
│ │ │ ├── LCD_Protected.h
│ │ │ ├── LCD_SIM.h
│ │ │ ├── LISTBOX.h
│ │ │ ├── LISTVIEW.h
│ │ │ ├── LISTWHEEL.h
│ │ │ ├── MENU.h
│ │ │ ├── MESSAGEBOX.h
│ │ │ ├── MULTIEDIT.h
│ │ │ ├── MULTIPAGE.h
│ │ │ ├── PROGBAR.h
│ │ │ ├── RADIO.h
│ │ │ ├── SCROLLBAR.h
│ │ │ ├── SLIDER.h
│ │ │ ├── TEXT.h
│ │ │ ├── TREEVIEW.h
│ │ │ ├── WIDGET.h
│ │ │ ├── WM.h
│ │ │ ├── WM_GUI.h
│ │ │ └── WM_Intern.h
│ │ ├── GUI_X.c
│ │ ├── IntFlash
│ │ │ ├── ExtDll.iex
│ │ │ ├── GUIDemo.htm
│ │ │ └── GUIDemo.map
│ │ ├── Lib
│ │ │ └── spifi_drv_M4.lib
│ │ ├── Linker
│ │ │ ├── GUIDemo_ExtRAM.sct
│ │ │ ├── GUIDemo_Int.sct
│ │ │ └── GUIDemo_SPIFI.sct
│ │ ├── Source
│ │ │ ├── lpc43xx_cgu.c
│ │ │ ├── lpc43xx_emc.c
│ │ │ ├── lpc43xx_gpio.c
│ │ │ ├── lpc43xx_lcd.c
│ │ │ ├── lpc43xx_rgu.c
│ │ │ ├── lpc43xx_scu.c
│ │ │ └── lpc43xx_timer.c
│ │ ├── Startup
│ │ │ ├── startup_LPC43xx.s
│ │ │ └── system_LPC43xx.c
│ │ ├── emWin_518_Keil4_M4_LE.lib
│ │ ├── include
│ │ │ ├── I2C.h
│ │ │ ├── JOY.h
│ │ │ ├── LPC43xx.h
│ │ │ ├── TSC.h
│ │ │ ├── fpu_enable.h
│ │ │ ├── fpu_init.h
│ │ │ ├── lpc43xx_cgu.h
│ │ │ ├── lpc43xx_gpio.h
│ │ │ ├── lpc43xx_lcd.h
│ │ │ ├── lpc43xx_libcfg.h
│ │ │ ├── lpc43xx_libcfg_default.h
│ │ │ ├── lpc43xx_rgu.h
│ │ │ ├── lpc43xx_scu.h
│ │ │ ├── lpc43xx_timer.h
│ │ │ ├── lpc_types.h
│ │ │ ├── spifi_rom_api.h
│ │ │ └── system_LPC43xx.h
│ │ └── main.c
│ └── uCOS-II-V2.92.07
│ ├── CMSISv2p10_LPC43xx_DriverLib
│ │ ├── Core
│ │ │ └── Device
│ │ │ └── NXP
│ │ │ └── LPC43xx
│ │ │ ├── Include
│ │ │ │ ├── LPC43xx.h
│ │ │ │ ├── LPC43xxv5.xml
│ │ │ │ ├── fpu_init.h
│ │ │ │ └── system_LPC43xx.h
│ │ │ └── Source
│ │ │ ├── Templates
│ │ │ │ ├── ARM
│ │ │ │ │ ├── startup_LPC43xx.s
│ │ │ │ │ └── startup_LPC43xx_M0.s
│ │ │ │ ├── GCC
│ │ │ │ │ └── startup_LPC18xx.s
│ │ │ │ ├── IAR
│ │ │ │ │ ├── startup_LPC18xx.s
│ │ │ │ │ └── startup_LPC43xx.s
│ │ │ │ └── system_LPC43xx.c
│ │ │ └── fpu_init.c
│ │ ├── LPC4330_Xplorer_ReleaseNotes.txt
│ │ ├── Tools
│ │ │ └── Flash
│ │ │ ├── Keil_Binaries
│ │ │ │ ├── SPIFI_LPC18xx-43xx_140.FLM
│ │ │ │ ├── SPIFI_LPC18xx-43xx_800.FLM
│ │ │ │ └── SST39VF3201B_LPC1800A.FLM
│ │ │ ├── SPIFIdriver
│ │ │ │ ├── FlashDev.c
│ │ │ │ ├── FlashPrg.c
│ │ │ │ ├── LPC18xx.h
│ │ │ │ ├── SPIFIdriver.uvopt
│ │ │ │ ├── SPIFIdriver.uvproj
│ │ │ │ ├── Target.lin
│ │ │ │ ├── flashdev.i
│ │ │ │ ├── flashprg.i
│ │ │ │ ├── spifi_drv_PI.lib
│ │ │ │ └── spifi_rom_api.h
│ │ │ ├── SST39VF3201B_LPC1800A
│ │ │ │ ├── FlashDev.c
│ │ │ │ ├── FlashPrg.c
│ │ │ │ ├── LPC18xx.h
│ │ │ │ ├── SST39VF3201B_LPC1800.uvopt
│ │ │ │ ├── SST39VF3201B_LPC1800.uvproj
│ │ │ │ ├── config.h
│ │ │ │ ├── core_cm0.c
│ │ │ │ ├── core_cm0.h
│ │ │ │ ├── core_cm3.c
│ │ │ │ ├── core_cm3.h
│ │ │ │ ├── core_cm4.c
│ │ │ │ ├── core_cm4.h
│ │ │ │ ├── core_cmFunc.h
│ │ │ │ ├── core_cmInstr.h
│ │ │ │ ├── lpc18xx_clkpwr.c
│ │ │ │ ├── lpc18xx_clkpwr.h
│ │ │ │ ├── lpc18xx_scu.c
│ │ │ │ ├── lpc18xx_scu.h
│ │ │ │ ├── lpc_types.h
│ │ │ │ ├── scu.c
│ │ │ │ ├── scu.h
│ │ │ │ ├── system_LPC18xx.c
│ │ │ │ ├── system_LPC18xx.h
│ │ │ │ └── type.h
│ │ │ └── SST39X320X
│ │ │ ├── IAR
│ │ │ │ ├── FlashHitexLPC1800.board
│ │ │ │ ├── FlashHitexLPC1850.out
│ │ │ │ └── FlashSST39VF320.flash
│ │ │ └── Keil
│ │ │ ├── SST39VF3201B_LPC1800A.FLM
│ │ │ └── SST39x3201_HitexBoard.FLM
│ │ ├── docs_cmsis
│ │ │ ├── CMSIS END USER LICENCE AGREEMENT.pdf
│ │ │ └── cmsis_readme.txt
│ │ ├── docs_nxp_driverlib
│ │ │ ├── LPC4300CMSIS_ReleaseNotes.txt
│ │ │ └── readme.txt
│ │ ├── history.txt
│ │ ├── inc
│ │ │ ├── LCDTerm.h
│ │ │ ├── LPC43xx.h
│ │ │ ├── core_cm4.h
│ │ │ ├── core_cm4_simd.h
│ │ │ ├── core_cmFunc.h
│ │ │ ├── core_cmInstr.h
│ │ │ ├── debug_frmwrk.h
│ │ │ ├── ipc_bufdef.h
│ │ │ ├── lpc43xx_adc.h
│ │ │ ├── lpc43xx_atimer.h
│ │ │ ├── lpc43xx_can.h
│ │ │ ├── lpc43xx_cgu.h
│ │ │ ├── lpc43xx_dac.h
│ │ │ ├── lpc43xx_emc.h
│ │ │ ├── lpc43xx_evrt.h
│ │ │ ├── lpc43xx_gpdma.h
│ │ │ ├── lpc43xx_gpio.h
│ │ │ ├── lpc43xx_i2c.h
│ │ │ ├── lpc43xx_i2s.h
│ │ │ ├── lpc43xx_lcd.h
│ │ │ ├── lpc43xx_libcfg_default.h
│ │ │ ├── lpc43xx_mcpwm.h
│ │ │ ├── lpc43xx_nvic.h
│ │ │ ├── lpc43xx_pwr.h
│ │ │ ├── lpc43xx_qei.h
│ │ │ ├── lpc43xx_rgu.h
│ │ │ ├── lpc43xx_rit.h
│ │ │ ├── lpc43xx_rtc.h
│ │ │ ├── lpc43xx_sct.h
│ │ │ ├── lpc43xx_scu.h
│ │ │ ├── lpc43xx_sdif.h
│ │ │ ├── lpc43xx_sdmmc.h
│ │ │ ├── lpc43xx_ssp.h
│ │ │ ├── lpc43xx_timer.h
│ │ │ ├── lpc43xx_uart.h
│ │ │ ├── lpc43xx_utils.h
│ │ │ ├── lpc43xx_wwdt.h
│ │ │ ├── lpc_sdmmc.h
│ │ │ ├── lpc_types.h
│ │ │ ├── sdio.h
│ │ │ ├── spifi_rom_api.h
│ │ │ └── system_LPC43xx.h
│ │ └── src
│ │ ├── Font5x7.c
│ │ ├── LCDTerm.c
│ │ ├── debug_frmwrk.c
│ │ ├── lpc43xx_adc.c
│ │ ├── lpc43xx_atimer.c
│ │ ├── lpc43xx_can.c
│ │ ├── lpc43xx_cgu.c
│ │ ├── lpc43xx_dac.c
│ │ ├── lpc43xx_emc.c
│ │ ├── lpc43xx_evrt.c
│ │ ├── lpc43xx_gpdma.c
│ │ ├── lpc43xx_gpio.c
│ │ ├── lpc43xx_i2c.c
│ │ ├── lpc43xx_i2s.c
│ │ ├── lpc43xx_lcd.c
│ │ ├── lpc43xx_mcpwm.c
│ │ ├── lpc43xx_nvic.c
│ │ ├── lpc43xx_pwr.c
│ │ ├── lpc43xx_qei.c
│ │ ├── lpc43xx_rgu.c
│ │ ├── lpc43xx_rit.c
│ │ ├── lpc43xx_rtc.c
│ │ ├── lpc43xx_sct.c
│ │ ├── lpc43xx_scu.c
│ │ ├── lpc43xx_sdif.c
│ │ ├── lpc43xx_sdmmc.c
│ │ ├── lpc43xx_ssp.c
│ │ ├── lpc43xx_timer.c
│ │ ├── lpc43xx_uart.c
│ │ ├── lpc43xx_utils.c
│ │ ├── lpc43xx_wwdt.c
│ │ ├── sdio.c
│ │ └── system_LPC43xx.c
│ ├── Project
│ │ ├── Dbg_Flash.ini
│ │ ├── Internal SRAM.ini
│ │ ├── Listing
│ │ ├── Output
│ │ ├── Project.uvopt
│ │ ├── Project.uvproj
│ │ └── SPIFI 32MB Debug.ini
│ └── User
│ ├── Open43xxE2
│ │ ├── LPC4357_IO.c
│ │ ├── LPC4357_IO.h
│ │ ├── LPC4357_UART.c
│ │ ├── LPC4357_timer.c
│ │ ├── SPIFI 32MB Debug.ini
│ │ ├── lpc4357_timer.h
│ │ └── lpc4357_uart.h
│ ├── app_hooks.c
│ ├── cpu.h
│ ├── cpu_cfg.h
│ ├── cpu_def.h
│ ├── includes.h
│ ├── lib_def.h
│ ├── main.c
│ ├── main.h
│ ├── uCOS-II
│ │ ├── Ports
│ │ │ └── ARM-Cortex-M4
│ │ │ └── Generic
│ │ │ ├── IAR
│ │ │ │ ├── os_cpu.h
│ │ │ │ ├── os_cpu_a.asm
│ │ │ │ ├── os_cpu_c.c
│ │ │ │ └── os_dbg.c
│ │ │ └── RealView
│ │ │ ├── os_cpu.h
│ │ │ ├── os_cpu_a.asm
│ │ │ ├── os_cpu_c.c
│ │ │ └── os_dbg.c
│ │ └── Source
│ │ ├── cpu.h
│ │ ├── cpu_cfg.h
│ │ ├── cpu_def.h
│ │ ├── lib_def.h
│ │ ├── os_cfg.h
│ │ ├── os_core.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.h
│ ├── uctsk_OSView.c
│ └── uctsk_Task.c
└── keilkill.bat
205 directories, 766 files