嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
KL25 芯片 例子
.
├── CMP_KL25
│ ├── CPU
│ │ ├── MKL25Z4.h
│ │ ├── cortex_m0p.h
│ │ ├── sysinit.c
│ │ ├── sysinit.h
│ │ ├── vectors.c
│ │ └── vectors.h
│ ├── Common
│ │ ├── common.c
│ │ └── common.h
│ ├── Doc
│ ├── Drivers
│ │ ├── cmp
│ │ │ ├── cmp.c
│ │ │ └── cmp.h
│ │ ├── gpio
│ │ │ ├── gpio.c
│ │ │ └── gpio.h
│ │ └── uart
│ │ ├── uart.c
│ │ └── uart.h
│ ├── FLASH
│ │ ├── CPU
│ │ │ ├── subdir.mk
│ │ │ ├── sysinit.d
│ │ │ ├── sysinit.o
│ │ │ ├── vectors.d
│ │ │ └── vectors.o
│ │ ├── Common
│ │ │ ├── common.d
│ │ │ ├── common.o
│ │ │ └── subdir.mk
│ │ ├── Drivers
│ │ │ ├── cmp
│ │ │ │ ├── cmp.d
│ │ │ │ ├── cmp.o
│ │ │ │ └── subdir.mk
│ │ │ ├── gpio
│ │ │ │ ├── gpio.d
│ │ │ │ ├── gpio.o
│ │ │ │ └── subdir.mk
│ │ │ └── uart
│ │ │ ├── subdir.mk
│ │ │ ├── uart.d
│ │ │ └── uart.o
│ │ ├── KL25_UARTINT.elf
│ │ ├── KL25_UARTINT.hex
│ │ ├── KL25_UARTINT.map
│ │ ├── Project_Settings
│ │ │ └── Startup_Code
│ │ │ ├── startup.d
│ │ │ ├── startup.o
│ │ │ └── subdir.mk
│ │ ├── Sources
│ │ │ ├── isr.d
│ │ │ ├── isr.o
│ │ │ ├── main.d
│ │ │ ├── main.o
│ │ │ └── subdir.mk
│ │ ├── SwComponents
│ │ │ └── light
│ │ │ ├── light.d
│ │ │ ├── light.o
│ │ │ └── subdir.mk
│ │ ├── makefile
│ │ ├── makefile.local
│ │ ├── objects.mk
│ │ └── sources.mk
│ ├── Project_Settings
│ │ ├── Debugger
│ │ │ ├── KL25_UARTINT_FLASH_USBDM.launch
│ │ │ ├── MKL25Z128.mem
│ │ │ ├── init_kinetis.tcl
│ │ │ └── mass_erase_kinetis.tcl
│ │ ├── Linker_Files
│ │ │ └── intflash.ld
│ │ └── Startup_Code
│ │ └── startup.c
│ ├── ReferencedRSESystems.xml
│ ├── Sources
│ │ ├── includes.h
│ │ ├── isr.c
│ │ ├── isr.h
│ │ └── main.c
│ ├── SwComponents
│ │ └── light
│ │ ├── light.c
│ │ └── light.h
│ └── 工程说明.txt
└── 好例子网_CMP_KL25.zip
27 directories, 64 files