实例介绍
基于PROTEUS的ARM虚拟开发技术(北航.周润景.袁伟停)附带光盘的全部内容,包括Proteus仿真文件和相关程序文件
【实例截图】
【核心代码】
4744300845194920599.rar
└── 基于PROTEUS的ARM的虚拟开发技术(光盘全部)
├── keil_project
│ ├── adc
│ │ ├── adc1.bmp
│ │ ├── adc.BMP
│ │ ├── adc.c
│ │ ├── adc.DSN
│ │ ├── adc_LPC2100.dep
│ │ ├── adc.map
│ │ ├── adc.Opt
│ │ ├── adc_Opt.Bak
│ │ ├── adc.plg
│ │ ├── adc.PWI
│ │ ├── adc.Uv2
│ │ ├── adc_Uv2.Bak
│ │ ├── Flash.ld
│ │ ├── Last Loaded adc.DBK
│ │ ├── lst
│ │ │ ├── adc.lst
│ │ │ ├── adc.map
│ │ │ ├── serial.lst
│ │ │ └── Startup.lst
│ │ ├── obj
│ │ │ ├── adc.d
│ │ │ ├── adc.elf
│ │ │ ├── adc.hex
│ │ │ ├── adc.lnp
│ │ │ ├── adc.o
│ │ │ ├── adc.plg
│ │ │ ├── serial.d
│ │ │ ├── serial.o
│ │ │ ├── Startup.d
│ │ │ └── Startup.o
│ │ ├── Serial.c
│ │ └── Startup.s
│ ├── Blinky
│ │ ├── blinky1.bmp
│ │ ├── blinky.bmp
│ │ ├── Blinky.c
│ │ ├── blinky.DSN
│ │ ├── Blinky_LPC2100.dep
│ │ ├── Blinky.Opt
│ │ ├── Blinky_Opt.Bak
│ │ ├── Blinky.plg
│ │ ├── blinky.PWI
│ │ ├── Blinky.Uv2
│ │ ├── Blinky_Uv2.Bak
│ │ ├── Flash.ld
│ │ ├── Last Loaded blinky.DBK
│ │ ├── lst
│ │ │ ├── blinky.lst
│ │ │ ├── Blinky.map
│ │ │ ├── Startup.lst
│ │ │ └── time.lst
│ │ ├── obj
│ │ │ ├── blinky.d
│ │ │ ├── Blinky.elf
│ │ │ ├── Blinky.hex
│ │ │ ├── Blinky.lnp
│ │ │ ├── blinky.o
│ │ │ ├── Blinky.plg
│ │ │ ├── Startup.d
│ │ │ ├── Startup.o
│ │ │ ├── time.d
│ │ │ └── time.o
│ │ ├── Startup.s
│ │ ├── Time.c
│ │ ├── Timer.h
│ │ └── VDMLOG.TXT
│ └── Hello
│ ├── hello1.bmp
│ ├── hello.BMP
│ ├── Hello.c
│ ├── hello.DSN
│ ├── Hello.Opt
│ ├── Hello_Opt.Bak
│ ├── hello.plg
│ ├── hello.PWI
│ ├── Hello.Uv2
│ ├── Hello_Uv2.Bak
│ ├── Last Loaded hello.DBK
│ ├── lst
│ │ ├── HELLO.I
│ │ ├── HELLO.LST
│ │ ├── hello.map
│ │ ├── SERIAL.I
│ │ ├── SERIAL.LST
│ │ └── Startup.lst
│ ├── obj
│ │ ├── Hello
│ │ ├── Hello.elf
│ │ ├── hello.hex
│ │ ├── hello.lnp
│ │ ├── Hello.obj
│ │ ├── hello.plg
│ │ ├── hello.SBR
│ │ ├── Serial.obj
│ │ └── Startup.obj
│ ├── Serial.c
│ └── Startup.s
├── lpc_project
│ ├── adc
│ │ ├── adc.BMP
│ │ ├── adc_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── adc.axf
│ │ │ ├── adc.hex
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── key.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ └── TargetDataWindows.tdt
│ │ ├── adc.DSN
│ │ ├── adc.hex
│ │ ├── adc.mcp
│ │ ├── adc.PWI
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded adc.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── adc.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── EINT01
│ │ ├── config.h
│ │ ├── Debug
│ │ │ └── eint01.axf
│ │ ├── default
│ │ ├── eint011.bmp
│ │ ├── eint01.bmp
│ │ ├── eint01_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ ├── ObjectCode
│ │ │ │ │ ├── main.o
│ │ │ │ │ ├── Objects.via
│ │ │ │ │ ├── System Includes.via
│ │ │ │ │ ├── target.o
│ │ │ │ │ └── User Includes.via
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ └── User Includes.via
│ │ │ └── TargetDataWindows.tdt
│ │ ├── eint01.DSN
│ │ ├── eint01.hex
│ │ ├── eint01.mcp
│ │ ├── eint01.PWI
│ │ ├── IRQ.s
│ │ ├── Last Loaded eint01.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── eint01.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── EINT1
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── default
│ │ ├── eint11.bmp
│ │ ├── eint1.bmp
│ │ ├── eint1_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── eint1.axf
│ │ │ ├── eint1.hex
│ │ │ ├── ObjectCode
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ └── User Includes.via
│ │ │ └── TargetDataWindows.tdt
│ │ ├── eint1.DSN
│ │ ├── eint1.hex
│ │ ├── eint1.mcp
│ │ ├── eint1.PWI
│ │ ├── IRQ.s
│ │ ├── Last Loaded eint1.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── eint1.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── EINTCOUNTER
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── default
│ │ ├── eint1.PWI
│ │ ├── eintcounter1.bmp
│ │ ├── eintcounter.bmp
│ │ ├── eintcounter_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ └── User Includes.via
│ │ │ └── TargetDataWindows.tdt
│ │ ├── eintcounter.hex
│ │ ├── eintcounter.mcp
│ │ ├── eint.DSN
│ │ ├── eint.PWI
│ │ ├── IRQ.s
│ │ ├── Last Loaded eint.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── eintcounter.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── I2C
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── i2c1.bmp
│ │ ├── i2c.BMP
│ │ ├── I2C_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── I2C.axf
│ │ │ ├── i2c.hex
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── Main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ └── TargetDataWindows.tdt
│ │ ├── i2c.DSN
│ │ ├── i2c.hex
│ │ ├── i2c.mcp
│ │ ├── i2c.PWI
│ │ ├── IRQ.s
│ │ ├── Last Loaded i2c.DBK
│ │ ├── LPC2124.h
│ │ ├── Main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── i2c.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── Idle
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── idle.bmp
│ │ ├── idle_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── idle.axf
│ │ │ ├── idle.hex
│ │ │ ├── idle.i32
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ └── TargetDataWindows.tdt
│ │ ├── idle.DSN
│ │ ├── idle.hex
│ │ ├── idle.mcp
│ │ ├── idle.PWI
│ │ ├── IRQ.s
│ │ ├── Last Loaded idle.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── idle.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── INC
│ │ ├── config.h
│ │ ├── IRQ.s
│ │ ├── LPC2124.h
│ │ ├── mem.scf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── KEYIN
│ │ ├── config.h
│ │ ├── Debug
│ │ │ └── keyin.axf
│ │ ├── default
│ │ ├── IRQ.s
│ │ ├── keyin1.bmp
│ │ ├── keyin.BMP
│ │ ├── keyin_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ ├── ObjectCode
│ │ │ │ │ ├── IRQ.o
│ │ │ │ │ ├── main.o
│ │ │ │ │ ├── Objects.via
│ │ │ │ │ ├── Startup.o
│ │ │ │ │ ├── System Includes.via
│ │ │ │ │ ├── target.o
│ │ │ │ │ └── User Includes.via
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── keyin.axf
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ └── TargetDataWindows.tdt
│ │ ├── keyin.DSN
│ │ ├── keyin.hex
│ │ ├── keyin.mcp
│ │ ├── keyin.PWI
│ │ ├── Last Loaded keyin.DBK
│ │ ├── Last Loaded ledcon.DBK
│ │ ├── ledcon.PWI
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── keyin.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── LCD
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── default
│ │ ├── IRQ.s
│ │ ├── Last Loaded lcd.DBK
│ │ ├── lcd1.bmp
│ │ ├── lcd.BMP
│ │ ├── lcd_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ └── User Includes.via
│ │ │ └── TargetDataWindows.tdt
│ │ ├── lcd.DSN
│ │ ├── lcd.hex
│ │ ├── lcd.mcp
│ │ ├── lcd.PWI
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── lcd.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── LEDHEX
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded ledhex.DBK
│ │ ├── ledhex1.bmp
│ │ ├── ledhex.bmp
│ │ ├── ledhex_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ledhex.axf
│ │ │ ├── ledhex.hex
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ └── TargetDataWindows.tdt
│ │ ├── ledhex.DSN
│ │ ├── ledhex.hex
│ │ ├── ledhex.mcp
│ │ ├── ledhex.PWI
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── ledhex.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── PDRUN
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded pdrun.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── pdrun_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── pdrun.axf
│ │ │ ├── pdrun.hex
│ │ │ └── TargetDataWindows.tdt
│ │ ├── pdrun.DSN
│ │ ├── pdrun.hex
│ │ ├── pdrun.mcp
│ │ ├── pdrun.PWI
│ │ ├── Release
│ │ │ └── pdrun.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── PWM
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded pwm.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── pwm.bmp
│ │ ├── PWM_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── PWM.axf
│ │ │ ├── pwm.hex
│ │ │ └── TargetDataWindows.tdt
│ │ ├── pwm.DSN
│ │ ├── pwm.hex
│ │ ├── pwm.mcp
│ │ ├── pwm.PWI
│ │ ├── Release
│ │ │ └── pwm.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── SENDRTC
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded sendrtc.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── sendrtc.axf
│ │ ├── sendrtc1.bmp
│ │ ├── sendrtc.BMP
│ │ ├── SENDRTC_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── SENDRTC.axf
│ │ │ ├── sendrtc.hex
│ │ │ └── TargetDataWindows.tdt
│ │ ├── sendrtc.DSN
│ │ ├── sendrtc.hex
│ │ ├── sendrtc.mcp
│ │ ├── sendrtc.PWI
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── SPI
│ │ ├── Backup Of spi.DBK
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded spi.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── spi.axf
│ │ ├── spi1.bmp
│ │ ├── spi.bmp
│ │ ├── SPI_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── SPI.axf
│ │ │ ├── spi.hex
│ │ │ └── TargetDataWindows.tdt
│ │ ├── spi.DSN
│ │ ├── spi.hex
│ │ ├── spi.mcp
│ │ ├── spi.PWI
│ │ ├── Startup.s
│ │ ├── target.c
│ │ └── target.h
│ ├── stepper
│ │ ├── Backup Of step.DBK
│ │ ├── config.h
│ │ ├── Debug
│ │ │ └── stepper.axf
│ │ ├── default
│ │ ├── IRQ.s
│ │ ├── Last Loaded step.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem_b.scf
│ │ ├── mem_c.scf
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── stepper.axf
│ │ ├── Startup.s
│ │ ├── step1.bmp
│ │ ├── step.BMP
│ │ ├── step.DSN
│ │ ├── step.hex
│ │ ├── stepper_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ ├── ObjectCode
│ │ │ │ │ ├── IRQ.o
│ │ │ │ │ ├── main.o
│ │ │ │ │ ├── Objects.via
│ │ │ │ │ ├── Startup.o
│ │ │ │ │ ├── System Includes.via
│ │ │ │ │ ├── target.o
│ │ │ │ │ └── User Includes.via
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ └── User Includes.via
│ │ │ └── TargetDataWindows.tdt
│ │ ├── stepper.mcp
│ │ ├── step.PWI
│ │ ├── target.c
│ │ └── target.h
│ ├── timeLCD
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded timelcd.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── timelcd.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ ├── target.h
│ │ ├── timelcd1.bmp
│ │ ├── timelcd.BMP
│ │ ├── timeLCD_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── LCD1.axf
│ │ │ ├── lcd1.hex
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── TargetDataWindows.tdt
│ │ │ ├── timeLCD.axf
│ │ │ └── timelcd.hex
│ │ ├── timelcd.DSN
│ │ ├── timelcd.hex
│ │ ├── timelcd.mcp
│ │ └── timelcd.PWI
│ ├── TIMEROUT
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded timerout.DBK
│ │ ├── LPC2124.h
│ │ ├── main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── timerout.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ ├── target.h
│ │ ├── timer1.bmp
│ │ ├── timer.bmp
│ │ ├── timerout_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── TargetDataWindows.tdt
│ │ │ ├── timerout.axf
│ │ │ └── timerout.hex
│ │ ├── timerout.DSN
│ │ ├── timerout.hex
│ │ ├── timerout.mcp
│ │ └── timerout.PWI
│ ├── UART0
│ │ ├── config.h
│ │ ├── Debug
│ │ ├── IRQ.s
│ │ ├── Last Loaded uart0.DBK
│ │ ├── LPC2124.h
│ │ ├── Main.c
│ │ ├── mem.scf
│ │ ├── Release
│ │ │ └── uart0.axf
│ │ ├── Startup.s
│ │ ├── target.c
│ │ ├── target.h
│ │ ├── uart0.BMP
│ │ ├── uart0_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── Main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ ├── TargetDataWindows.tdt
│ │ │ ├── uart0.axf
│ │ │ └── uart0.hex
│ │ ├── uart0.DSN
│ │ ├── uart0.hex
│ │ ├── uart0.mcp
│ │ └── uart0.PWI
│ ├── uCOS2.70
│ │ ├── COMMON
│ │ │ ├── arm
│ │ │ │ ├── LPC2106.h
│ │ │ │ ├── LPC2124.h
│ │ │ │ ├── Os_cpu_a.s
│ │ │ │ ├── Os_cpu_c.c
│ │ │ │ └── OS_CPU.H
│ │ │ ├── SOURCE
│ │ │ │ ├── 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
│ │ │ │ ├── uCOS_II.C
│ │ │ │ └── uCOS_II.H
│ │ │ └── src
│ │ │ ├── config.h
│ │ │ ├── INCLUDES.H
│ │ │ ├── Init.s
│ │ │ ├── OS_CFG.H
│ │ │ ├── target.c
│ │ │ ├── target.h
│ │ │ └── Vectors.s
│ │ ├── LCD
│ │ │ ├── arm
│ │ │ │ ├── LPC2124.h
│ │ │ │ ├── Os_cpu_a.s
│ │ │ │ ├── Os_cpu_c.c
│ │ │ │ └── OS_CPU.H
│ │ │ ├── Debug
│ │ │ ├── default
│ │ │ ├── Last Loaded lcd.DBK
│ │ │ ├── lcd1.bmp
│ │ │ ├── lcd.bmp
│ │ │ ├── LCD_Data
│ │ │ │ ├── CWSettingsWindows.stg
│ │ │ │ ├── Debug
│ │ │ │ │ └── TargetDataWindows.tdt
│ │ │ │ └── Release
│ │ │ │ ├── LCD.axf
│ │ │ │ ├── lcd.hex
│ │ │ │ ├── LCD.i32
│ │ │ │ ├── ObjectCode
│ │ │ │ │ ├── Init.o
│ │ │ │ │ ├── main1.o
│ │ │ │ │ ├── main.o
│ │ │ │ │ ├── Objects.via
│ │ │ │ │ ├── OS_CORE.o
│ │ │ │ │ ├── Os_cpu_a.o
│ │ │ │ │ ├── Os_cpu_c.o
│ │ │ │ │ ├── OS_FLAG.o
│ │ │ │ │ ├── OS_MBOX.o
│ │ │ │ │ ├── OS_MEM.o
│ │ │ │ │ ├── OS_MUTEX.o
│ │ │ │ │ ├── OS_Q.o
│ │ │ │ │ ├── OS_SEM.o
│ │ │ │ │ ├── OS_TASK.o
│ │ │ │ │ ├── OS_TIME.o
│ │ │ │ │ ├── System Includes.via
│ │ │ │ │ ├── target.o
│ │ │ │ │ ├── User Includes.via
│ │ │ │ │ └── Vectors.o
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ ├── lcd.DSN
│ │ │ ├── lcd.hex
│ │ │ ├── LCD.mcp
│ │ │ ├── lcd.PWI
│ │ │ ├── LCD Release compiler command lines.txt
│ │ │ ├── Release
│ │ │ │ └── LCD.axf
│ │ │ ├── SOURCE
│ │ │ │ ├── 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
│ │ │ │ ├── uCOS_II.C
│ │ │ │ └── uCOS_II.H
│ │ │ └── src
│ │ │ ├── config.h
│ │ │ ├── INCLUDES.H
│ │ │ ├── Init.s
│ │ │ ├── main.c
│ │ │ ├── OS_CFG.H
│ │ │ ├── target.c
│ │ │ ├── target.h
│ │ │ └── Vectors.s
│ │ └── LedDisp
│ │ ├── arm
│ │ │ ├── LPC2124.h
│ │ │ ├── Os_cpu_a.s
│ │ │ ├── Os_cpu_c.c
│ │ │ └── OS_CPU.H
│ │ ├── Backup Of leddisp.DBK
│ │ ├── Debug
│ │ ├── Last Loaded leddisp.DBK
│ │ ├── leddisp1.bmp
│ │ ├── leddisp.BMP
│ │ ├── leddisp_Data
│ │ │ ├── CWSettingsWindows.stg
│ │ │ ├── Debug
│ │ │ │ └── TargetDataWindows.tdt
│ │ │ └── Release
│ │ │ ├── ObjectCode
│ │ │ │ ├── Init.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── OS_CORE.o
│ │ │ │ ├── Os_cpu_a.o
│ │ │ │ ├── Os_cpu_c.o
│ │ │ │ ├── OS_FLAG.o
│ │ │ │ ├── OS_MBOX.o
│ │ │ │ ├── OS_MEM.o
│ │ │ │ ├── OS_MUTEX.o
│ │ │ │ ├── OS_Q.o
│ │ │ │ ├── OS_SEM.o
│ │ │ │ ├── OS_TASK.o
│ │ │ │ ├── OS_TIME.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ ├── User Includes.via
│ │ │ │ └── Vectors.o
│ │ │ └── TargetDataWindows.tdt
│ │ ├── leddisp.DSN
│ │ ├── leddisp.hex
│ │ ├── leddisp.mcp
│ │ ├── leddisp.PWI
│ │ ├── Release
│ │ │ └── leddisp.axf
│ │ ├── SOURCE
│ │ │ ├── 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
│ │ │ ├── uCOS_II.C
│ │ │ └── uCOS_II.H
│ │ └── src
│ │ ├── config.h
│ │ ├── INCLUDES.H
│ │ ├── Init.s
│ │ ├── main.C
│ │ ├── OS_CFG.H
│ │ ├── target.c
│ │ ├── target.h
│ │ └── Vectors.s
│ └── WDT
│ ├── config.h
│ ├── Debug
│ │ └── wdt.axf
│ ├── default
│ ├── IRQ.s
│ ├── Last Loaded wdt.DBK
│ ├── LPC2124.h
│ ├── main.c
│ ├── mem.scf
│ ├── Release
│ │ └── wdt.axf
│ ├── Startup.s
│ ├── target.c
│ ├── target.h
│ ├── wdt1.bmp
│ ├── wdt.bmp
│ ├── wdt_Data
│ │ ├── CWSettingsWindows.stg
│ │ ├── Debug
│ │ │ ├── ObjectCode
│ │ │ │ ├── IRQ.o
│ │ │ │ ├── main.o
│ │ │ │ ├── Objects.via
│ │ │ │ ├── Startup.o
│ │ │ │ ├── System Includes.via
│ │ │ │ ├── target.o
│ │ │ │ └── User Includes.via
│ │ │ └── TargetDataWindows.tdt
│ │ └── Release
│ │ ├── ObjectCode
│ │ │ ├── Init.o
│ │ │ ├── IRQ.o
│ │ │ ├── main.o
│ │ │ ├── Objects.via
│ │ │ ├── Startup.o
│ │ │ ├── System Includes.via
│ │ │ ├── target.o
│ │ │ ├── User Includes.via
│ │ │ └── Vectors.o
│ │ ├── TargetDataWindows.tdt
│ │ ├── wdt.axf
│ │ └── wdt.hex
│ ├── wdt.DSN
│ ├── wdt.hex
│ ├── wdt.mcp
│ └── wdt.PWI
└── 使用说明请参看右侧注释====〉〉.txt
168 directories, 794 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论