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

lpc3250详细开发资料

一般编程问题

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

实例介绍

【实例简介】
详细的LPC3250开发资料,让你更快更方便的掌握硬件开发。
【实例截图】
【核心代码】
9328d66c-bc37-4f3f-a251-62642384d434
├── 1、使用手册
│   ├── Linpo-PS-LPC3250简介.pdf
│   ├── Linux开发手册
│   │   └── Linpo3250_linux使用手册.pdf
│   ├── WINCE6.0安装手册
│   │   └── WINCE6.0开发环境安装指南.pdf
│   ├── WINCE6.0开发指南
│   │   └── WINCE开发指南V1.1.pdf
│   └── 开发板使用手册
│   └── Linpo-PS-LPC3250开发板使用手册.pdf
├── 2、硬件手册
│   ├── Linpo-PS-LPC32X0底板原理图.pdf
│   └── Linpo-PS-LPC32X0核心板原理图.pdf
├── 3、开发工具
│   ├── 串口下载工具
│   │   └── LPC3250 loader
│   │   ├── ASYCFILT.DLL
│   │   ├── COMCAT.DLL
│   │   ├── COMDLG32.OCX
│   │   ├── kickstart.bin
│   │   ├── LPC3250_Loader.exe
│   │   ├── LPC3250_Loader.ini
│   │   ├── lpc32x0_loader_readme.txt
│   │   ├── mscomctl.ocx
│   │   ├── MSCOMM32.OCX
│   │   ├── MSVBVM60.DLL
│   │   ├── OLEAUT32.DLL
│   │   ├── OLEPRO32.DLL
│   │   ├── restore.bin
│   │   └── VB6STKIT.DLL
│   └── 串口终端
│   ├── 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
│   └── ttpro.rar
├── 4、BootLoader和测试程序相关
│   ├── 1、KS和S1L启动程序BIN文件
│   │   ├── kickstart.bin
│   │   ├── load_kick.bat
│   │   ├── load_kick.jlink
│   │   ├── load_stage1.bat
│   │   ├── load_stage1.jlink
│   │   └── stage1.bin
│   ├── 2、KickStart基于KEIL开发环境
│   │   ├── COMMON
│   │   │   ├── LPC
│   │   │   │   ├── include
│   │   │   │   │   ├── lpc_ac97_codec.h
│   │   │   │   │   ├── lpc_api.h
│   │   │   │   │   ├── lpc_arm922t_arch.h
│   │   │   │   │   ├── lpc_arm922t_cp15_driver.h
│   │   │   │   │   ├── lpc_arm_arch.h
│   │   │   │   │   ├── lpc_bmp.h
│   │   │   │   │   ├── lpc_cf_card.h
│   │   │   │   │   ├── lpc_colors.h
│   │   │   │   │   ├── lpc_fat16.h
│   │   │   │   │   ├── lpc_fat16_private.h
│   │   │   │   │   ├── lpc_fat_fs.h
│   │   │   │   │   ├── lpc_fonts.h
│   │   │   │   │   ├── lpc_heap.h
│   │   │   │   │   ├── lpc_helvr10.h
│   │   │   │   │   ├── lpc_irq_fiq.h
│   │   │   │   │   ├── lpc_lbecc.h
│   │   │   │   │   ├── lpc_lcd_params.h
│   │   │   │   │   ├── lpc_line_parser.h
│   │   │   │   │   ├── lpc_nandflash_params.h
│   │   │   │   │   ├── lpc_params.h
│   │   │   │   │   ├── lpc_ring.h
│   │   │   │   │   ├── lpc_rom8x16.h
│   │   │   │   │   ├── lpc_rom8x8.h
│   │   │   │   │   ├── lpc_sdmmc.h
│   │   │   │   │   ├── lpc_string.h
│   │   │   │   │   ├── lpc_swim_font.h
│   │   │   │   │   ├── lpc_swim.h
│   │   │   │   │   ├── lpc_swim_image.h
│   │   │   │   │   ├── lpc_types.h
│   │   │   │   │   ├── lpc_wave.h
│   │   │   │   │   ├── lpc_winfreesystem14x16.h
│   │   │   │   │   ├── lpc_x5x7.h
│   │   │   │   │   └── lpc_x6x13.h
│   │   │   │   └── source
│   │   │   │   ├── lpc_api.c
│   │   │   │   ├── lpc_arm922t_cp15_driver.c
│   │   │   │   ├── lpc_bmp.c
│   │   │   │   ├── lpc_colors.c
│   │   │   │   ├── lpc_fat16.c
│   │   │   │   ├── lpc_fat16_private.c
│   │   │   │   ├── lpc_fat16.txt
│   │   │   │   ├── lpc_fonts.c
│   │   │   │   ├── lpc_heap.c
│   │   │   │   ├── lpc_helvr10.c
│   │   │   │   ├── lpc_lbecc.c
│   │   │   │   ├── lpc_lcd_params.c
│   │   │   │   ├── lpc_line_parser.c
│   │   │   │   ├── lpc_nandflash_params.c
│   │   │   │   ├── lpc_rom8x16.c
│   │   │   │   ├── lpc_rom8x8.c
│   │   │   │   ├── lpc_string.c
│   │   │   │   ├── lpc_swim.c
│   │   │   │   ├── lpc_swim_font.c
│   │   │   │   ├── lpc_swim_image.c
│   │   │   │   ├── lpc_winfreesystem14x16.c
│   │   │   │   ├── lpc_x5x7.c
│   │   │   │   ├── lpc_x6x13.c
│   │   │   │   └── makefile
│   │   │   ├── LPC32XX
│   │   │   │   ├── include
│   │   │   │   │   ├── lpc32xx_adc_driver.h
│   │   │   │   │   ├── lpc32xx_chip.h
│   │   │   │   │   ├── lpc32xx_clcdc_driver.h
│   │   │   │   │   ├── lpc32xx_clcdc.h
│   │   │   │   │   ├── lpc32xx_clkpwr_driver.h
│   │   │   │   │   ├── lpc32xx_clkpwr.h
│   │   │   │   │   ├── lpc32xx_dmac.h
│   │   │   │   │   ├── lpc32xx_dma_driver.h
│   │   │   │   │   ├── lpc32xx_emc.h
│   │   │   │   │   ├── lpc32xx_gpio_driver.h
│   │   │   │   │   ├── lpc32xx_gpio.h
│   │   │   │   │   ├── lpc32xx_hstimer_driver.h
│   │   │   │   │   ├── lpc32xx_hstimer.h
│   │   │   │   │   ├── lpc32xx_hsuart_driver.h
│   │   │   │   │   ├── lpc32xx_hsuart.h
│   │   │   │   │   ├── lpc32xx_i2c_driver.h
│   │   │   │   │   ├── lpc32xx_i2c.h
│   │   │   │   │   ├── lpc32xx_i2s_driver.h
│   │   │   │   │   ├── lpc32xx_i2s.h
│   │   │   │   │   ├── lpc32xx_intc_driver.h
│   │   │   │   │   ├── lpc32xx_intc.h
│   │   │   │   │   ├── lpc32xx_kscan_driver.h
│   │   │   │   │   ├── lpc32xx_kscan.h
│   │   │   │   │   ├── lpc32xx_mac.h
│   │   │   │   │   ├── lpc32xx_mlcnand_driver.h
│   │   │   │   │   ├── lpc32xx_mlcnand.h
│   │   │   │   │   ├── lpc32xx_mstimer_driver.h
│   │   │   │   │   ├── lpc32xx_mstimer.h
│   │   │   │   │   ├── lpc32xx_otg.h
│   │   │   │   │   ├── lpc32xx_pwm_driver.h
│   │   │   │   │   ├── lpc32xx_pwm.h
│   │   │   │   │   ├── lpc32xx_rtc_driver.h
│   │   │   │   │   ├── lpc32xx_rtc.h
│   │   │   │   │   ├── lpc32xx_sdcard_driver.h
│   │   │   │   │   ├── lpc32xx_sdcard.h
│   │   │   │   │   ├── lpc32xx_slcnand_driver.h
│   │   │   │   │   ├── lpc32xx_slcnand.h
│   │   │   │   │   ├── lpc32xx_smplpwm.h
│   │   │   │   │   ├── lpc32xx_spi_driver.h
│   │   │   │   │   ├── lpc32xx_spi.h
│   │   │   │   │   ├── lpc32xx_ssp_driver.h
│   │   │   │   │   ├── lpc32xx_ssp.h
│   │   │   │   │   ├── lpc32xx_timer_driver.h
│   │   │   │   │   ├── lpc32xx_timer.h
│   │   │   │   │   ├── lpc32xx_tsc_driver.h
│   │   │   │   │   ├── lpc32xx_tsc.h
│   │   │   │   │   ├── lpc32xx_uart_driver.h
│   │   │   │   │   ├── lpc32xx_uart.h
│   │   │   │   │   ├── lpc32xx_wdt_driver.h
│   │   │   │   │   ├── lpc32xx_wdt.h
│   │   │   │   │   ├── lpc3xxx_spwm_driver.h
│   │   │   │   │   └── lpc3xxx_spwm.h
│   │   │   │   └── source
│   │   │   │   ├── lpc32xx_adc_driver.c
│   │   │   │   ├── lpc32xx_clcdc_driver.c
│   │   │   │   ├── lpc32xx_clkpwr_driver.c
│   │   │   │   ├── lpc32xx_dma_driver.c
│   │   │   │   ├── lpc32xx_gpio_driver.c
│   │   │   │   ├── lpc32xx_hstimer_driver.c
│   │   │   │   ├── lpc32xx_hsuart_driver.c
│   │   │   │   ├── lpc32xx_i2c_driver.c
│   │   │   │   ├── lpc32xx_i2s_driver.c
│   │   │   │   ├── lpc32xx_intc_driver.c
│   │   │   │   ├── lpc32xx_kscan_driver.c
│   │   │   │   ├── lpc32xx_mlcnand_driver.c
│   │   │   │   ├── lpc32xx_mstimer_driver.c
│   │   │   │   ├── lpc32xx_pwm_driver.c
│   │   │   │   ├── lpc32xx_rtc_driver.c
│   │   │   │   ├── lpc32xx_sdcard_driver.c
│   │   │   │   ├── lpc32xx_slcnand_driver.c
│   │   │   │   ├── lpc32xx_spi_driver.c
│   │   │   │   ├── lpc32xx_ssp_driver.c
│   │   │   │   ├── lpc32xx_timer_driver.c
│   │   │   │   ├── lpc32xx_tsc_driver.c
│   │   │   │   ├── lpc32xx_uart_driver.c
│   │   │   │   ├── lpc32xx_vectors.asm
│   │   │   │   ├── lpc32xx_vectors.s
│   │   │   │   ├── lpc32xx_vectors.s79
│   │   │   │   ├── lpc32xx_wdt_driver.c
│   │   │   │   ├── lpc3xxx_spwm_driver.c
│   │   │   │   └── makefile
│   │   │   └── YL3250
│   │   │   ├── include
│   │   │   │   ├── phy3250_board.h
│   │   │   │   └── phy3250_nand.h
│   │   │   ├── source
│   │   │   │   ├── libnosys_gnu.c
│   │   │   │   ├── makefile
│   │   │   │   ├── phy3250_board.c
│   │   │   │   └── phy3250_nand.c
│   │   │   └── startup
│   │   │   ├── makefile
│   │   │   ├── phy3250_iar_main.c
│   │   │   ├── phy3250_startup.c
│   │   │   ├── phy3250_startup_entry.asm
│   │   │   ├── phy3250_startup_entry.s
│   │   │   ├── phy3250_startup_entry.s79
│   │   │   └── phy3250_startup.h
│   │   └── kickstart
│   │   ├── keil_simple.sct
│   │   ├── kickstart.axf
│   │   ├── kickstart.bin
│   │   ├── kickstart.map
│   │   ├── kickstart.opt.bak
│   │   ├── kickstart_Opt.Bak
│   │   ├── kickstart.plg
│   │   ├── kickstart_readme.txt
│   │   ├── kickstart_Target 1.dep
│   │   ├── kickstart.tra
│   │   ├── kickstart.Uv2.bak
│   │   ├── kickstart_Uv2.Bak
│   │   ├── kickstart.uvopt
│   │   ├── kickstart_uvopt.bak
│   │   ├── kickstart.uvproj
│   │   ├── kickstart_uvproj.bak
│   │   ├── linker
│   │   │   ├── ldscript_rom_gnu.ld
│   │   │   ├── ldscript_rom_keil.ld
│   │   │   └── ldscript_rom_rvw.ld
│   │   ├── lpc32xx_vectors.lst
│   │   ├── makefile
│   │   ├── output
│   │   │   ├── kickstart.axf
│   │   │   ├── kickstart.bin
│   │   │   ├── kickstart.hex
│   │   │   ├── kickstart.htm
│   │   │   ├── kickstart.lnp
│   │   │   ├── kickstart.plg
│   │   │   ├── kickstart.tra
│   │   │   ├── lpc32xx_adc_driver.crf
│   │   │   ├── lpc32xx_adc_driver.d
│   │   │   ├── lpc32xx_adc_driver.o
│   │   │   ├── lpc32xx_clcdc_driver.crf
│   │   │   ├── lpc32xx_clcdc_driver.d
│   │   │   ├── lpc32xx_clcdc_driver.o
│   │   │   ├── lpc32xx_clkpwr_driver.crf
│   │   │   ├── lpc32xx_clkpwr_driver.d
│   │   │   ├── lpc32xx_clkpwr_driver.o
│   │   │   ├── lpc32xx_dma_driver.crf
│   │   │   ├── lpc32xx_dma_driver.d
│   │   │   ├── lpc32xx_dma_driver.o
│   │   │   ├── lpc32xx_gpio_driver.crf
│   │   │   ├── lpc32xx_gpio_driver.d
│   │   │   ├── lpc32xx_gpio_driver.o
│   │   │   ├── lpc32xx_hstimer_driver.crf
│   │   │   ├── lpc32xx_hstimer_driver.d
│   │   │   ├── lpc32xx_hstimer_driver.o
│   │   │   ├── lpc32xx_hsuart_driver.crf
│   │   │   ├── lpc32xx_hsuart_driver.d
│   │   │   ├── lpc32xx_hsuart_driver.o
│   │   │   ├── lpc32xx_i2c_driver.crf
│   │   │   ├── lpc32xx_i2c_driver.d
│   │   │   ├── lpc32xx_i2c_driver.o
│   │   │   ├── lpc32xx_i2s_driver.crf
│   │   │   ├── lpc32xx_i2s_driver.d
│   │   │   ├── lpc32xx_i2s_driver.o
│   │   │   ├── lpc32xx_intc_driver.crf
│   │   │   ├── lpc32xx_intc_driver.d
│   │   │   ├── lpc32xx_intc_driver.o
│   │   │   ├── lpc32xx_kscan_driver.crf
│   │   │   ├── lpc32xx_kscan_driver.d
│   │   │   ├── lpc32xx_kscan_driver.o
│   │   │   ├── lpc32xx_mlcnand_driver.crf
│   │   │   ├── lpc32xx_mlcnand_driver.d
│   │   │   ├── lpc32xx_mlcnand_driver.__i
│   │   │   ├── lpc32xx_mlcnand_driver.o
│   │   │   ├── lpc32xx_mstimer_driver.crf
│   │   │   ├── lpc32xx_mstimer_driver.d
│   │   │   ├── lpc32xx_mstimer_driver.o
│   │   │   ├── lpc32xx_pwm_driver.crf
│   │   │   ├── lpc32xx_pwm_driver.d
│   │   │   ├── lpc32xx_pwm_driver.o
│   │   │   ├── lpc32xx_rtc_driver.crf
│   │   │   ├── lpc32xx_rtc_driver.d
│   │   │   ├── lpc32xx_rtc_driver.o
│   │   │   ├── lpc32xx_sdcard_driver.crf
│   │   │   ├── lpc32xx_sdcard_driver.d
│   │   │   ├── lpc32xx_sdcard_driver.o
│   │   │   ├── lpc32xx_slcnand_driver.crf
│   │   │   ├── lpc32xx_slcnand_driver.d
│   │   │   ├── lpc32xx_slcnand_driver.__i
│   │   │   ├── lpc32xx_slcnand_driver.o
│   │   │   ├── lpc32xx_spi_driver.crf
│   │   │   ├── lpc32xx_spi_driver.d
│   │   │   ├── lpc32xx_spi_driver.o
│   │   │   ├── lpc32xx_ssp_driver.crf
│   │   │   ├── lpc32xx_ssp_driver.d
│   │   │   ├── lpc32xx_ssp_driver.o
│   │   │   ├── lpc32xx_timer_driver.crf
│   │   │   ├── lpc32xx_timer_driver.d
│   │   │   ├── lpc32xx_timer_driver.o
│   │   │   ├── lpc32xx_tsc_driver.crf
│   │   │   ├── lpc32xx_tsc_driver.d
│   │   │   ├── lpc32xx_tsc_driver.o
│   │   │   ├── lpc32xx_uart_driver.crf
│   │   │   ├── lpc32xx_uart_driver.d
│   │   │   ├── lpc32xx_uart_driver.o
│   │   │   ├── lpc32xx_vectors.o
│   │   │   ├── lpc32xx_wdt_driver.crf
│   │   │   ├── lpc32xx_wdt_driver.d
│   │   │   ├── lpc32xx_wdt_driver.o
│   │   │   ├── lpc3xxx_spwm_driver.crf
│   │   │   ├── lpc3xxx_spwm_driver.d
│   │   │   ├── lpc3xxx_spwm_driver.o
│   │   │   ├── lpc_api.crf
│   │   │   ├── lpc_api.d
│   │   │   ├── lpc_api.o
│   │   │   ├── lpc_arm922t_cp15_driver.crf
│   │   │   ├── lpc_arm922t_cp15_driver.d
│   │   │   ├── lpc_arm922t_cp15_driver.o
│   │   │   ├── lpc_bmp.crf
│   │   │   ├── lpc_bmp.d
│   │   │   ├── lpc_bmp.o
│   │   │   ├── lpc_colors.crf
│   │   │   ├── lpc_colors.d
│   │   │   ├── lpc_colors.o
│   │   │   ├── lpc_fat16.crf
│   │   │   ├── lpc_fat16.d
│   │   │   ├── lpc_fat16.o
│   │   │   ├── lpc_fat16_private.crf
│   │   │   ├── lpc_fat16_private.d
│   │   │   ├── lpc_fat16_private.o
│   │   │   ├── lpc_fonts.crf
│   │   │   ├── lpc_fonts.d
│   │   │   ├── lpc_fonts.o
│   │   │   ├── lpc_heap.crf
│   │   │   ├── lpc_heap.d
│   │   │   ├── lpc_heap.o
│   │   │   ├── lpc_helvr10.crf
│   │   │   ├── lpc_helvr10.d
│   │   │   ├── lpc_helvr10.o
│   │   │   ├── lpc_lbecc.crf
│   │   │   ├── lpc_lbecc.d
│   │   │   ├── lpc_lbecc.o
│   │   │   ├── lpc_lcd_params.crf
│   │   │   ├── lpc_lcd_params.d
│   │   │   ├── lpc_lcd_params.o
│   │   │   ├── lpc_line_parser.crf
│   │   │   ├── lpc_line_parser.d
│   │   │   ├── lpc_line_parser.o
│   │   │   ├── lpc_nandflash_params.crf
│   │   │   ├── lpc_nandflash_params.d
│   │   │   ├── lpc_nandflash_params.__i
│   │   │   ├── lpc_nandflash_params.o
│   │   │   ├── lpc_rom8x16.crf
│   │   │   ├── lpc_rom8x16.d
│   │   │   ├── lpc_rom8x16.o
│   │   │   ├── lpc_rom8x8.crf
│   │   │   ├── lpc_rom8x8.d
│   │   │   ├── lpc_rom8x8.o
│   │   │   ├── lpc_string.crf
│   │   │   ├── lpc_string.d
│   │   │   ├── lpc_string.o
│   │   │   ├── lpc_swim.crf
│   │   │   ├── lpc_swim.d
│   │   │   ├── lpc_swim_font.crf
│   │   │   ├── lpc_swim_font.d
│   │   │   ├── lpc_swim_font.o
│   │   │   ├── lpc_swim_image.crf
│   │   │   ├── lpc_swim_image.d
│   │   │   ├── lpc_swim_image.o
│   │   │   ├── lpc_swim.o
│   │   │   ├── lpc_winfreesystem14x16.crf
│   │   │   ├── lpc_winfreesystem14x16.d
│   │   │   ├── lpc_winfreesystem14x16.o
│   │   │   ├── lpc_x5x7.crf
│   │   │   ├── lpc_x5x7.d
│   │   │   ├── lpc_x5x7.o
│   │   │   ├── lpc_x6x13.crf
│   │   │   ├── lpc_x6x13.d
│   │   │   ├── lpc_x6x13.o
│   │   │   ├── phy3250_board.crf
│   │   │   ├── phy3250_board.d
│   │   │   ├── phy3250_board.o
│   │   │   ├── phy3250_kickstart._ia
│   │   │   ├── phy3250_kickstart.o
│   │   │   ├── phy3250_kickstrt.crf
│   │   │   ├── phy3250_kickstrt.d
│   │   │   ├── phy3250_kickstrt.o
│   │   │   ├── phy3250_nand.crf
│   │   │   ├── phy3250_nand.d
│   │   │   ├── phy3250_nand.__i
│   │   │   └── phy3250_nand.o
│   │   ├── phy3250_kickstart.asm
│   │   ├── phy3250_kickstart.lst
│   │   ├── phy3250_kickstart.o
│   │   ├── phy3250_kickstart.s
│   │   ├── phy3250_kickstrt.c
│   │   └── phy3250_kickstrt.o
│   ├── 3、S1L基于KEIL开发环境
│   │   ├── COMMON
│   │   │   ├── Linpo3250
│   │   │   │   ├── include
│   │   │   │   │   ├── phy3250_board.h
│   │   │   │   │   └── phy3250_nand.h
│   │   │   │   ├── source
│   │   │   │   │   ├── libnosys_gnu.c
│   │   │   │   │   ├── makefile
│   │   │   │   │   ├── phy3250_board.c
│   │   │   │   │   └── phy3250_nand.c
│   │   │   │   └── startup
│   │   │   │   ├── makefile
│   │   │   │   ├── phy3250_iar_main.c
│   │   │   │   ├── phy3250_startup.c
│   │   │   │   ├── phy3250_startup_entry.asm
│   │   │   │   ├── phy3250_startup_entry.s
│   │   │   │   ├── phy3250_startup_entry.s79
│   │   │   │   └── phy3250_startup.h
│   │   │   ├── LPC
│   │   │   │   ├── include
│   │   │   │   │   ├── lpc_ac97_codec.h
│   │   │   │   │   ├── lpc_api.h
│   │   │   │   │   ├── lpc_arm922t_arch.h
│   │   │   │   │   ├── lpc_arm922t_cp15_driver.h
│   │   │   │   │   ├── lpc_arm_arch.h
│   │   │   │   │   ├── lpc_bmp.h
│   │   │   │   │   ├── lpc_cf_card.h
│   │   │   │   │   ├── lpc_colors.h
│   │   │   │   │   ├── lpc_fat16.h
│   │   │   │   │   ├── lpc_fat16_private.h
│   │   │   │   │   ├── lpc_fat_fs.h
│   │   │   │   │   ├── lpc_fonts.h
│   │   │   │   │   ├── lpc_heap.h
│   │   │   │   │   ├── lpc_helvr10.h
│   │   │   │   │   ├── lpc_irq_fiq.h
│   │   │   │   │   ├── lpc_lbecc.h
│   │   │   │   │   ├── lpc_lcd_params.h
│   │   │   │   │   ├── lpc_line_parser.h
│   │   │   │   │   ├── lpc_nandflash_params.h
│   │   │   │   │   ├── lpc_params.h
│   │   │   │   │   ├── lpc_ring.h
│   │   │   │   │   ├── lpc_rom8x16.h
│   │   │   │   │   ├── lpc_rom8x8.h
│   │   │   │   │   ├── lpc_sdmmc.h
│   │   │   │   │   ├── lpc_string.h
│   │   │   │   │   ├── lpc_swim_font.h
│   │   │   │   │   ├── lpc_swim.h
│   │   │   │   │   ├── lpc_swim_image.h
│   │   │   │   │   ├── lpc_types.h
│   │   │   │   │   ├── lpc_wave.h
│   │   │   │   │   ├── lpc_winfreesystem14x16.h
│   │   │   │   │   ├── lpc_x5x7.h
│   │   │   │   │   └── lpc_x6x13.h
│   │   │   │   └── source
│   │   │   │   ├── lpc_api.c
│   │   │   │   ├── lpc_arm922t_cp15_driver.c
│   │   │   │   ├── lpc_bmp.c
│   │   │   │   ├── lpc_colors.c
│   │   │   │   ├── lpc_fat16.c
│   │   │   │   ├── lpc_fat16_private.c
│   │   │   │   ├── lpc_fat16.txt
│   │   │   │   ├── lpc_fonts.c
│   │   │   │   ├── lpc_heap.c
│   │   │   │   ├── lpc_helvr10.c
│   │   │   │   ├── lpc_lbecc.c
│   │   │   │   ├── lpc_lcd_params.c
│   │   │   │   ├── lpc_line_parser.c
│   │   │   │   ├── lpc_nandflash_params.c
│   │   │   │   ├── lpc_rom8x16.c
│   │   │   │   ├── lpc_rom8x8.c
│   │   │   │   ├── lpc_string.c
│   │   │   │   ├── lpc_swim.c
│   │   │   │   ├── lpc_swim_font.c
│   │   │   │   ├── lpc_swim_image.c
│   │   │   │   ├── lpc_winfreesystem14x16.c
│   │   │   │   ├── lpc_x5x7.c
│   │   │   │   ├── lpc_x6x13.c
│   │   │   │   └── makefile
│   │   │   └── LPC32XX
│   │   │   ├── include
│   │   │   │   ├── lpc32xx_adc_driver.h
│   │   │   │   ├── lpc32xx_chip.h
│   │   │   │   ├── lpc32xx_clcdc_driver.h
│   │   │   │   ├── lpc32xx_clcdc.h
│   │   │   │   ├── lpc32xx_clkpwr_driver.h
│   │   │   │   ├── lpc32xx_clkpwr.h
│   │   │   │   ├── lpc32xx_dmac.h
│   │   │   │   ├── lpc32xx_dma_driver.h
│   │   │   │   ├── lpc32xx_emc.h
│   │   │   │   ├── lpc32xx_gpio_driver.h
│   │   │   │   ├── lpc32xx_gpio.h
│   │   │   │   ├── lpc32xx_hstimer_driver.h
│   │   │   │   ├── lpc32xx_hstimer.h
│   │   │   │   ├── lpc32xx_hsuart_driver.h
│   │   │   │   ├── lpc32xx_hsuart.h
│   │   │   │   ├── lpc32xx_i2c_driver.h
│   │   │   │   ├── lpc32xx_i2c.h
│   │   │   │   ├── lpc32xx_i2s_driver.h
│   │   │   │   ├── lpc32xx_i2s.h
│   │   │   │   ├── lpc32xx_intc_driver.h
│   │   │   │   ├── lpc32xx_intc.h
│   │   │   │   ├── lpc32xx_kscan_driver.h
│   │   │   │   ├── lpc32xx_kscan.h
│   │   │   │   ├── lpc32xx_mac.h
│   │   │   │   ├── lpc32xx_mlcnand_driver.h
│   │   │   │   ├── lpc32xx_mlcnand.h
│   │   │   │   ├── lpc32xx_mstimer_driver.h
│   │   │   │   ├── lpc32xx_mstimer.h
│   │   │   │   ├── lpc32xx_otg.h
│   │   │   │   ├── lpc32xx_pwm_driver.h
│   │   │   │   ├── lpc32xx_pwm.h
│   │   │   │   ├── lpc32xx_rtc_driver.h
│   │   │   │   ├── lpc32xx_rtc.h
│   │   │   │   ├── lpc32xx_sdcard_driver.h
│   │   │   │   ├── lpc32xx_sdcard.h
│   │   │   │   ├── lpc32xx_slcnand_driver.h
│   │   │   │   ├── lpc32xx_slcnand.h
│   │   │   │   ├── lpc32xx_smplpwm.h
│   │   │   │   ├── lpc32xx_spi_driver.h
│   │   │   │   ├── lpc32xx_spi.h
│   │   │   │   ├── lpc32xx_ssp_driver.h
│   │   │   │   ├── lpc32xx_ssp.h
│   │   │   │   ├── lpc32xx_timer_driver.h
│   │   │   │   ├── lpc32xx_timer.h
│   │   │   │   ├── lpc32xx_tsc_driver.h
│   │   │   │   ├── lpc32xx_tsc.h
│   │   │   │   ├── lpc32xx_uart_driver.h
│   │   │   │   ├── lpc32xx_uart.h
│   │   │   │   ├── lpc32xx_wdt_driver.h
│   │   │   │   ├── lpc32xx_wdt.h
│   │   │   │   ├── lpc3xxx_spwm_driver.h
│   │   │   │   └── lpc3xxx_spwm.h
│   │   │   └── source
│   │   │   ├── lpc32xx_adc_driver.c
│   │   │   ├── lpc32xx_clcdc_driver.c
│   │   │   ├── lpc32xx_clkpwr_driver.c
│   │   │   ├── lpc32xx_dma_driver.c
│   │   │   ├── lpc32xx_gpio_driver.c
│   │   │   ├── lpc32xx_hstimer_driver.c
│   │   │   ├── lpc32xx_hsuart_driver.c
│   │   │   ├── lpc32xx_i2c_driver.c
│   │   │   ├── lpc32xx_i2s_driver.c
│   │   │   ├── lpc32xx_intc_driver.c
│   │   │   ├── lpc32xx_kscan_driver.c
│   │   │   ├── lpc32xx_mlcnand_driver.c
│   │   │   ├── lpc32xx_mstimer_driver.c
│   │   │   ├── lpc32xx_pwm_driver.c
│   │   │   ├── lpc32xx_rtc_driver.c
│   │   │   ├── lpc32xx_sdcard_driver.c
│   │   │   ├── lpc32xx_slcnand_driver.c
│   │   │   ├── lpc32xx_spi_driver.c
│   │   │   ├── lpc32xx_ssp_driver.c
│   │   │   ├── lpc32xx_timer_driver.c
│   │   │   ├── lpc32xx_tsc_driver.c
│   │   │   ├── lpc32xx_uart_driver.c
│   │   │   ├── lpc32xx_vectors.asm
│   │   │   ├── lpc32xx_vectors.s
│   │   │   ├── lpc32xx_vectors.s79
│   │   │   ├── lpc32xx_wdt_driver.c
│   │   │   ├── lpc3xxx_spwm_driver.c
│   │   │   └── makefile
│   │   ├── IP
│   │   │   ├── include
│   │   │   │   ├── s1l_cmds.h
│   │   │   │   ├── s1l_fat.h
│   │   │   │   ├── s1l_line_input.h
│   │   │   │   ├── s1l_memtests.h
│   │   │   │   ├── s1l_sys.h
│   │   │   │   └── s1l_sys_inf.h
│   │   │   └── source
│   │   │   ├── s1l_bootmgr.c
│   │   │   ├── s1l_cmds.c
│   │   │   ├── s1l_cmds_core.c
│   │   │   ├── s1l_cmds_flash.c
│   │   │   ├── s1l_cmds_image.c
│   │   │   ├── s1l_except.s
│   │   │   ├── s1l_fat.c
│   │   │   ├── s1l_image_mngt.c
│   │   │   ├── s1l_line_input.c
│   │   │   ├── s1l_memtests.c
│   │   │   ├── s1l_movdat.s
│   │   │   └── s1l_sys.c
│   │   ├── makefile
│   │   ├── sysapi_blkdev.c
│   │   ├── sysapi_eeprom.c
│   │   ├── sysapi_flash.c
│   │   ├── sysapi_misc.c
│   │   ├── sysapi_termio.c
│   │   ├── sysapi_timer.c
│   │   ├── sys.h
│   │   ├── sys_hw.c
│   │   ├── sys_hw_cmd_group.c
│   │   ├── sys_mmu_cmd_group.c
│   │   └── uvision3
│   │   ├── board_init.ini
│   │   ├── debug_output
│   │   │   ├── ExtDll.iex
│   │   │   ├── keil_s1l.axf
│   │   │   ├── keil_s1l_debug.axf
│   │   │   ├── keil_s1l_debug.hex
│   │   │   ├── keil_s1l_debug.htm
│   │   │   ├── keil_s1l_debug.lnp
│   │   │   ├── keil_s1l_debug.plg
│   │   │   ├── keil_s1l_debug.tra
│   │   │   ├── keil_s1l.htm
│   │   │   ├── keil_s1l.lnp
│   │   │   ├── keil_s1l.tra
│   │   │   ├── lpc32xx_clkpwr_driver.crf
│   │   │   ├── lpc32xx_clkpwr_driver.d
│   │   │   ├── lpc32xx_clkpwr_driver.o
│   │   │   ├── lpc32xx_dma_driver.crf
│   │   │   ├── lpc32xx_dma_driver.d
│   │   │   ├── lpc32xx_dma_driver.o
│   │   │   ├── lpc32xx_gpio_driver.crf
│   │   │   ├── lpc32xx_gpio_driver.d
│   │   │   ├── lpc32xx_gpio_driver.o
│   │   │   ├── lpc32xx_hstimer_driver.crf
│   │   │   ├── lpc32xx_hstimer_driver.d
│   │   │   ├── lpc32xx_hstimer_driver.o
│   │   │   ├── lpc32xx_hsuart_driver.crf
│   │   │   ├── lpc32xx_hsuart_driver.d
│   │   │   ├── lpc32xx_hsuart_driver.o
│   │   │   ├── lpc32xx_intc_driver.crf
│   │   │   ├── lpc32xx_intc_driver.d
│   │   │   ├── lpc32xx_intc_driver.o
│   │   │   ├── lpc32xx_mlcnand_driver.crf
│   │   │   ├── lpc32xx_mlcnand_driver.d
│   │   │   ├── lpc32xx_mlcnand_driver.o
│   │   │   ├── lpc32xx_mstimer_driver.crf
│   │   │   ├── lpc32xx_mstimer_driver.d
│   │   │   ├── lpc32xx_mstimer_driver.o
│   │   │   ├── lpc32xx_sdcard_driver.crf
│   │   │   ├── lpc32xx_sdcard_driver.d
│   │   │   ├── lpc32xx_sdcard_driver.o
│   │   │   ├── lpc32xx_spi_driver.crf
│   │   │   ├── lpc32xx_spi_driver.d
│   │   │   ├── lpc32xx_spi_driver.o
│   │   │   ├── lpc32xx_ssp_driver.crf
│   │   │   ├── lpc32xx_ssp_driver.d
│   │   │   ├── lpc32xx_ssp_driver.o
│   │   │   ├── lpc32xx_timer_driver.crf
│   │   │   ├── lpc32xx_timer_driver.d
│   │   │   ├── lpc32xx_timer_driver.o
│   │   │   ├── lpc32xx_uart_driver.crf
│   │   │   ├── lpc32xx_uart_driver.d
│   │   │   ├── lpc32xx_uart_driver.o
│   │   │   ├── lpc32xx_vectors.o
│   │   │   ├── lpc_api.crf
│   │   │   ├── lpc_api.d
│   │   │   ├── lpc_api.o
│   │   │   ├── lpc_arm922t_cp15_driver.crf
│   │   │   ├── lpc_arm922t_cp15_driver.d
│   │   │   ├── lpc_arm922t_cp15_driver.o
│   │   │   ├── lpc_bmp.crf
│   │   │   ├── lpc_bmp.d
│   │   │   ├── lpc_bmp.o
│   │   │   ├── lpc_colors.crf
│   │   │   ├── lpc_colors.d
│   │   │   ├── lpc_colors.o
│   │   │   ├── lpc_fat16.crf
│   │   │   ├── lpc_fat16.d
│   │   │   ├── lpc_fat16.o
│   │   │   ├── lpc_fat16_private.crf
│   │   │   ├── lpc_fat16_private.d
│   │   │   ├── lpc_fat16_private.o
│   │   │   ├── lpc_fonts.crf
│   │   │   ├── lpc_fonts.d
│   │   │   ├── lpc_fonts.o
│   │   │   ├── lpc_heap.crf
│   │   │   ├── lpc_heap.d
│   │   │   ├── lpc_heap.o
│   │   │   ├── lpc_helvr10.crf
│   │   │   ├── lpc_helvr10.d
│   │   │   ├── lpc_helvr10.o
│   │   │   ├── lpc_lbecc.crf
│   │   │   ├── lpc_lbecc.d
│   │   │   ├── lpc_lbecc.o
│   │   │   ├── lpc_lcd_params.crf
│   │   │   ├── lpc_lcd_params.d
│   │   │   ├── lpc_lcd_params.o
│   │   │   ├── lpc_line_parser.crf
│   │   │   ├── lpc_line_parser.d
│   │   │   ├── lpc_line_parser.o
│   │   │   ├── lpc_nandflash_params.crf
│   │   │   ├── lpc_nandflash_params.d
│   │   │   ├── lpc_nandflash_params.o
│   │   │   ├── lpc_rom8x16.crf
│   │   │   ├── lpc_rom8x16.d
│   │   │   ├── lpc_rom8x16.o
│   │   │   ├── lpc_rom8x8.crf
│   │   │   ├── lpc_rom8x8.d
│   │   │   ├── lpc_rom8x8.o
│   │   │   ├── lpc_string.crf
│   │   │   ├── lpc_string.d
│   │   │   ├── lpc_string.o
│   │   │   ├── lpc_swim.crf
│   │   │   ├── lpc_swim.d
│   │   │   ├── lpc_swim_font.crf
│   │   │   ├── lpc_swim_font.d
│   │   │   ├── lpc_swim_font.o
│   │   │   ├── lpc_swim_image.crf
│   │   │   ├── lpc_swim_image.d
│   │   │   ├── lpc_swim_image.o
│   │   │   ├── lpc_swim.o
│   │   │   ├── lpc_winfreesystem14x16.crf
│   │   │   ├── lpc_winfreesystem14x16.d
│   │   │   ├── lpc_winfreesystem14x16.o
│   │   │   ├── lpc_x5x7.crf
│   │   │   ├── lpc_x5x7.d
│   │   │   ├── lpc_x5x7.o
│   │   │   ├── lpc_x6x13.crf
│   │   │   ├── lpc_x6x13.d
│   │   │   ├── lpc_x6x13.o
│   │   │   ├── phy3250_board.crf
│   │   │   ├── phy3250_board.d
│   │   │   ├── phy3250_board.o
│   │   │   ├── phy3250_nand.crf
│   │   │   ├── phy3250_nand.d
│   │   │   ├── phy3250_nand.o
│   │   │   ├── phy3250_startup.crf
│   │   │   ├── phy3250_startup.d
│   │   │   ├── phy3250_startup_entry.o
│   │   │   ├── phy3250_startup.o
│   │   │   ├── s1l_bootmgr.crf
│   │   │   ├── s1l_bootmgr.d
│   │   │   ├── s1l_bootmgr.o
│   │   │   ├── s1l_cmds_core.crf
│   │   │   ├── s1l_cmds_core.d
│   │   │   ├── s1l_cmds_core.o
│   │   │   ├── s1l_cmds.crf
│   │   │   ├── s1l_cmds.d
│   │   │   ├── s1l_cmds_flash.crf
│   │   │   ├── s1l_cmds_flash.d
│   │   │   ├── s1l_cmds_flash.o
│   │   │   ├── s1l_cmds_image.crf
│   │   │   ├── s1l_cmds_image.d
│   │   │   ├── s1l_cmds_image.o
│   │   │   ├── s1l_cmds.o
│   │   │   ├── s1l_except.o
│   │   │   ├── s1l_fat.crf
│   │   │   ├── s1l_fat.d
│   │   │   ├── s1l_fat.o
│   │   │   ├── s1l_image_mngt.crf
│   │   │   ├── s1l_image_mngt.d
│   │   │   ├── s1l_image_mngt.o
│   │   │   ├── s1l_line_input.crf
│   │   │   ├── s1l_line_input.d
│   │   │   ├── s1l_line_input.o
│   │   │   ├── s1l_memtests.crf
│   │   │   ├── s1l_memtests.d
│   │   │   ├── s1l_memtests.o
│   │   │   ├── s1l_movdat.o
│   │   │   ├── s1l_sys.crf
│   │   │   ├── s1l_sys.d
│   │   │   ├── s1l_sys.o
│   │   │   ├── sysapi_blkdev.crf
│   │   │   ├── sysapi_blkdev.d
│   │   │   ├── sysapi_blkdev.o
│   │   │   ├── sysapi_eeprom.crf
│   │   │   ├── sysapi_eeprom.d
│   │   │   ├── sysapi_eeprom.o
│   │   │   ├── sysapi_flash.crf
│   │   │   ├── sysapi_flash.d
│   │   │   ├── sysapi_flash.o
│   │   │   ├── sysapi_misc.crf
│   │   │   ├── sysapi_misc.d
│   │   │   ├── sysapi_misc.o
│   │   │   ├── sysapi_termio.crf
│   │   │   ├── sysapi_termio.d
│   │   │   ├── sysapi_termio.o
│   │   │   ├── sysapi_timer.crf
│   │   │   ├── sysapi_timer.d
│   │   │   ├── sysapi_timer.o
│   │   │   ├── sys_hw_cmd_group.crf
│   │   │   ├── sys_hw_cmd_group.d
│   │   │   ├── sys_hw_cmd_group.o
│   │   │   ├── sys_hw.crf
│   │   │   ├── sys_hw.d
│   │   │   ├── sys_hw.o
│   │   │   ├── sys_mmu_cmd_group.crf
│   │   │   ├── sys_mmu_cmd_group.d
│   │   │   └── sys_mmu_cmd_group.o
│   │   ├── keil_s1l_Debug.dep
│   │   ├── keil_s1l_debug.map
│   │   ├── keil_s1l_debug.sct
│   │   ├── keil_s1l.map
│   │   ├── keil_s1l.opt.bak
│   │   ├── keil_s1l_Opt.Bak
│   │   ├── keil_s1l.plg
│   │   ├── keil_s1l_Release.dep
│   │   ├── keil_s1l_Target 1.dep
│   │   ├── keil_s1l.tra
│   │   ├── keil_s1l_Uv2
│   │   ├── keil_s1l.Uv2.bak
│   │   ├── keil_s1l.uvopt
│   │   ├── keil_s1l_uvopt.bak
│   │   ├── keil_s1l.uvproj
│   │   ├── keil_s1l_uvproj.bak
│   │   ├── keil_simple.sct
│   │   ├── lpc32xx_vectors.lst
│   │   ├── output
│   │   │   ├── ExtDll.iex
│   │   │   ├── keil_s1l.bin
│   │   │   ├── keil_s1l.plg
│   │   │   ├── keil_s1l.sct
│   │   │   └── keil_s1l.tra
│   │   ├── phy3250_iar_main.crf
│   │   ├── phy3250_iar_main.d
│   │   ├── phy3250_iar_main.o
│   │   ├── phy3250_startup_entry.lst
│   │   ├── s1l_except.lst
│   │   └── s1l_movdat.lst
│   ├── 4、测试程序基于KEIL开发环境无OS
│   │   ├── Blinky
│   │   │   ├── Abstract.txt
│   │   │   ├── Blinky.c
│   │   │   ├── Blinky.opt.bak
│   │   │   ├── Blinky.Uv2.bak
│   │   │   ├── Blinky.uvopt
│   │   │   ├── Blinky_uvopt.bak
│   │   │   ├── Blinky.uvproj
│   │   │   ├── Blinky_uvproj.bak
│   │   │   ├── Ext_SDRAM
│   │   │   │   ├── Blinky.plg
│   │   │   │   ├── Blinky.sct
│   │   │   │   └── Blinky.tra
│   │   │   ├── Ext_SDRAM.ini
│   │   │   ├── Int_RAM
│   │   │   │   ├── Blinky.sct
│   │   │   │   ├── Blinky.tra
│   │   │   │   └── ExtDll.iex
│   │   │   ├── Int_RAM.ini
│   │   │   ├── LPC32x0.s
│   │   │   ├── Prog_NAND.ini
│   │   │   └── Prog_NOR.ini
│   │   └── EasyWEB
│   │   ├── Abstract.txt
│   │   ├── easyweb.c
│   │   ├── easyweb.h
│   │   ├── easyweb_LPC3250.dep
│   │   ├── easyweb.opt.bak
│   │   ├── easyweb.Uv2.bak
│   │   ├── easyweb.uvopt
│   │   ├── easyweb_uvopt.bak
│   │   ├── easyweb.uvproj
│   │   ├── EMAC.c
│   │   ├── EMAC.h
│   │   ├── Ext_SDRAM.ini
│   │   ├── Listing
│   │   │   └── easyweb.map
│   │   ├── LPC32x0.s
│   │   ├── Objects
│   │   │   ├── easyweb.axf
│   │   │   ├── easyweb.crf
│   │   │   ├── easyweb.d
│   │   │   ├── easyweb.htm
│   │   │   ├── easyweb.lnp
│   │   │   ├── easyweb.o
│   │   │   ├── easyweb.plg
│   │   │   ├── easyweb.sct
│   │   │   ├── easyweb.tra
│   │   │   ├── emac.crf
│   │   │   ├── emac.d
│   │   │   ├── emac.o
│   │   │   ├── LPC32x0.o
│   │   │   ├── tcpip.crf
│   │   │   ├── tcpip.d
│   │   │   └── tcpip.o
│   │   ├── Prog_NOR.ini
│   │   ├── tcpip.c
│   │   ├── tcpip.h
│   │   ├── WebConverter.exe
│   │   ├── webpage.h
│   │   └── webpage.html
│   ├── 5、测试例程基于NXP官方包修改
│   │   └── Readme.txt
│   ├── 6、存储器烧录算法基于KEIL开发环境
│   │   ├── LPC3000_NAND_SP
│   │   │   ├── FlashDev.c
│   │   │   ├── FlashHW.c
│   │   │   ├── FlashHW.h
│   │   │   ├── FlashPrg.c
│   │   │   ├── LPC3000_NAND_SP_LPC3000_NAND_SP.dep
│   │   │   ├── LPC3000_NAND_SP.opt.bak
│   │   │   ├── LPC3000_NAND_SP.Uv2.bak
│   │   │   ├── LPC3000_NAND_SP.uvopt
│   │   │   ├── LPC3000_NAND_SP_uvopt.bak
│   │   │   ├── LPC3000_NAND_SP.uvproj
│   │   │   ├── NAND_Error.h
│   │   │   ├── Output
│   │   │   │   ├── flashdev.crf
│   │   │   │   ├── flashdev.d
│   │   │   │   ├── flashdev.__i
│   │   │   │   ├── flashdev.o
│   │   │   │   ├── flashhw.crf
│   │   │   │   ├── flashhw.d
│   │   │   │   ├── flashhw.o
│   │   │   │   ├── flashprg.crf
│   │   │   │   ├── flashprg.d
│   │   │   │   ├── flashprg.o
│   │   │   │   ├── LPC3000_NAND_SP.axf
│   │   │   │   ├── LPC3000_NAND_SP.lnp
│   │   │   │   ├── LPC3000_NAND_SP.map
│   │   │   │   ├── LPC3000_NAND_SP.plg
│   │   │   │   └── LPC3000_NAND_SP.tra
│   │   │   └── Target.lin
│   │   ├── LPC32x0_AM29LV160D
│   │   │   ├── FlashDev.c
│   │   │   ├── FlashPrg.c
│   │   │   ├── LPC32x0_AM29LV160x2_LPC32x0_AM29LV160x2.dep
│   │   │   ├── LPC32x0_AM29LV160x2_LPC32x0_S29AL008Dx2.dep
│   │   │   ├── LPC32x0_AM29LV160x2.uvopt
│   │   │   ├── LPC32x0_AM29LV160x2.uvproj
│   │   │   ├── LPC32x0_AM29LV160x2_uvproj.bak
│   │   │   ├── Output
│   │   │   │   ├── flashdev.crf
│   │   │   │   ├── flashdev.d
│   │   │   │   ├── flashdev.o
│   │   │   │   ├── flashprg.crf
│   │   │   │   ├── flashprg.d
│   │   │   │   ├── flashprg.o
│   │   │   │   ├── LPC32x0_AM29LV160x2.axf
│   │   │   │   ├── LPC32x0_AM29LV160x2.lnp
│   │   │   │   ├── LPC32x0_AM29LV160x2.map
│   │   │   │   ├── LPC32x0_AM29LV160x2.plg
│   │   │   │   └── LPC32x0_AM29LV160x2.tra
│   │   │   └── Target.lin
│   │   └── Readme.txt
│   └── Readme.txt
├── 7、NXP官方资料包
│   ├── an10775.pdf
│   ├── an10777.pdf
│   ├── an10778.pdf
│   ├── an10815.zip
│   ├── an10846.pdf
│   ├── code.lpc32x0.ddr.setup.zip
│   ├── code.lpc32x0.nor.phytec.zip
│   ├── lpc3000.serial.boot.example.zip
│   ├── lpc3250.board.schematics.bom.zip
│   ├── lpc32x0.lcd.bus.load.calculator.xls
│   ├── lpc32xx.cdl.zip
│   ├── LPC32xx Common Driver Library (CDL)
│   │   ├── kickstart.stage.1.loader.pdf
│   │   ├── phy3250.bsp.quickstart.txt
│   │   └── using.lpc32xx.csp.phytec.bsp.pdf
│   ├── LPC32xx Linux Board Support Package (BSP)
│   │   ├── lpc32xx.bsp.linux.faq.pdf
│   │   ├── lpc32xx.bsp.linux.user.manual.pdf
│   │   ├── lpc32xx.known.linux.issues.txt
│   │   ├── lpc32xx.linux.u-boot.patches.tar.gz
│   │   ├── phytec.lpc3250.quickstart.lpc32xx.bsp.linux.pdf
│   │   └── phytec.lpc3250.u-boot.zip
│   ├── LPC32xx WinCE 6.0 Board Support Package (BSP), VBeta (Oct 30, 20
│   │   ├── lpc32xx.bsp.wince.pdf
│   │   └── lpc32xx.bsp.wince.zip
│   ├── orcad.symbols.lpc32x0.zip
│   ├── Readme.txt
│   └── tn08002.zip
└── 8、数据手册
├── LCD
│   ├── AT043TN13%20V.10%20Pre%20Spec-0802.pdf
│   ├── at043tn13.pdf
│   └── AT043TN24.pdf
├── MCU
│   ├── errata.lpc3250.v1.3.pdf
│   ├── lpc3220.lpc3230.lpc3240.lpc3250.pdf
│   ├── user.manual.lpc3220.lpc3230.lpc3240.lpc3250.pdf
│   └── user.manual.lpc3220.lpc3230.lpc3240.lpc3250.v1.pdf
├── 存储器
│   ├── DRAM
│   │   └── W9825G6EH.pdf
│   ├── Nand Flash
│   │   └── k9f1208.pdf
│   ├── Nor Flash
│   │   ├── 35778_SPANSION_S29AL008D.pdf
│   │   ├── 38761_AMD_AM29LV160B.pdf
│   │   ├── 71112_AMD_Am29LV160DB-120EC.pdf
│   │   └── 71113_AMD_Am29LV160DB-120EC.pdf
│   └── SPI Flash
│   └── AT25256.pdf
└── 电源
└── 3410fb.pdf

72 directories, 930 files

标签:

实例下载地址

lpc3250详细开发资料

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警