下你所需,载你所想!
汇集开发技术源码资料

KL25 芯片 例子

:769.699KB :1 :2022-10-19 15:18:47

部分简介

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

KL25 芯片 例子

热门推荐

相关文章