文件名称:I2C_bootloader
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-12
- 文件大小:
- 661kb
- 下载次数:
- 0次
- 提 供 者:
- 花**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于 i2c总线的bootloader升级程序,采用恩智浦公司的lpc11xx或lpc17xx芯片-how to implement a secondary bot loader using i2c communication based on nxp lpc11xx lpc7xx
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Core
....\CMSIS
....\.....\Include
....\.....\.......\arm_common_tables.h
....\.....\.......\arm_math.h
....\.....\.......\core_cm0.h
....\.....\.......\core_cm3.h
....\.....\.......\core_cmFunc.h
....\.....\.......\core_cmInstr.h
....\Device
....\......\NXP
....\......\...\LPC11xx
....\......\...\.......\Include
....\......\...\.......\.......\LPC11xx.h
....\......\...\.......\.......\system_LPC11xx.h
....\......\...\.......\Source
....\......\...\.......\......\Templates
....\......\...\.......\......\.........\startup
....\......\...\.......\......\.........\.......\arm
....\......\...\.......\......\.........\.......\...\startup_LPC11xx.s
....\......\...\.......\......\.........\.......\gcc
....\......\...\.......\......\.........\.......\...\startup_LPC11xx.s
....\......\...\.......\......\.........\.......\iar
....\......\...\.......\......\.........\.......\...\startup_LPC11xx.s
....\......\...\.......\......\.........\system_LPC11xx.c
....\......\...\LPC17xx
....\......\...\.......\Include
....\......\...\.......\.......\LPC17xx.h
....\......\...\.......\.......\system_LPC17xx.h
....\......\...\.......\Source
....\......\...\.......\......\Template
....\......\...\.......\......\........\ARM
....\......\...\.......\......\........\...\startup_LPC17xx.s
....\......\...\.......\......\........\GCC
....\......\...\.......\......\........\...\startup_LPC17xx.s
....\......\...\.......\......\........\IAR
....\......\...\.......\......\........\...\startup_LPC17xx.s
....\......\...\.......\......\........\system_LPC17xx.c
Examples
........\master
........\......\drivers
........\......\.......\common
........\......\.......\......\includes.h
........\......\.......\......\lpc_types.h
........\......\.......\......\print.h
........\......\.......\lpc11xx
........\......\.......\.......\include
........\......\.......\.......\.......\LPC11xx_clkpwr.h
........\......\.......\.......\.......\LPC11xx_gpio.h
........\......\.......\.......\.......\LPC11xx_i2c.h
........\......\.......\.......\.......\LPC11xx_pinsel.h
........\......\.......\.......\.......\LPC11xx_uart.h
........\......\.......\.......\source
........\......\.......\.......\......\LPC11xx_debug.c
........\......\.......\.......\......\LPC11xx_i2c.c
........\......\.......\.......\......\LPC11xx_sbl_i2c.c
........\......\.......\.......\......\LPC11xx_uart.c
........\......\.......\lpc17xx
........\......\.......\.......\include
........\......\.......\.......\.......\lpc17xx_clkpwr.h
........\......\.......\.......\.......\lpc17xx_gpio.h
........\......\.......\.......\.......\lpc17xx_i2c.h
........\......\.......\.......\.......\lpc17xx_libcfg.h
........\......\.......\.......\.......\lpc17xx_pinsel.h
........\......\.......\.......\.......\lpc17xx_uart.h
........\......\.......\.......\source
........\......\.......\.......\......\lpc17xx_debug.c
........\......\.......\.......\......\lpc17xx_i2c.c
........\......\.......\.......\......\lpc17xx_sbl_i2c.c
........\......\.......\.......\......\lpc17xx_uart.c
........\......\Keil
........\......\....\sbl_master.uvopt
........\......\....\sbl_master.uvproj
........\......\main
........\......\....\master.c
........\......\....\master.h
........\......\sbl
........\......\...\sbl.h
........\......\...\sbl_master.c
........\......\...\sbl_master.h
........\slave
........\.....\drivers
........\.....\.......\common
........\.....\.......\......\iap.c
........\.....\.......\......\iap.h
........\.....\.......\......\includes.h
........\.....\.......\......\lpc_types.h
........\.....\.......\lpc11xx
........\.....\.......\.......\LPC11xx_i2c.c
........\.....\.......\.......\LPC11xx_i2c.h
........\.....\.......\.......\LPC11xx_sbl_i2c.c
........\.....\.......\lpc17xx
........\.....\.......\.......\lpc17xx_i2c.c
........\.....\.......\.......\lpc17xx_i2c.h
........\.....\.......\.......\lpc17xx_sbl_i2c.c
........\.....\Keil
........\.....\....\LPC1114.jflash
........\.....\....\lpc11xx_sbl_slave.sct
........\.....\....\LPC1768.jflash
........\.....\....\lpc17xx_sbl_slave.sct