在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → 微雪开发板lpc4357例程(lpc4357)

微雪开发板lpc4357例程(lpc4357)

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:3.07M
  • 下载次数:1
  • 浏览次数:28
  • 发布时间:2024-07-10
  • 实例类别:嵌入式开发
  • 发 布 人:yuan86
  • 文件格式:.7z
  • 所需积分:2
 相关标签: c lpc4357

实例介绍

【实例简介】微雪开发板lpc4357例程

【实例截图】

from clipboard

【核心代码】微雪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


标签: c lpc4357

实例下载地址

微雪开发板lpc4357例程(lpc4357)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警