找传奇、传世资源到传世资源站!

KL25 LED 驱动案例

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

KL25 LED 驱动案例
from clipboard.
├── 01-KL25_LIGHT
│   ├── CPU
│   │   ├── MKL25Z4.h
│   │   ├── cortex_m0p.h
│   │   ├── sysinit.c
│   │   ├── sysinit.h
│   │   ├── vectors.c
│   │   └── vectors.h
│   ├── Common
│   │   ├── common.c
│   │   └── common.h
│   ├── Drivers
│   │   └── gpio
│   │       ├── gpio.c
│   │       └── gpio.h
│   ├── FLASH
│   │   ├── CPU
│   │   │   ├── subdir.mk
│   │   │   ├── sysinit.d
│   │   │   ├── sysinit.o
│   │   │   ├── vectors.d
│   │   │   └── vectors.o
│   │   ├── Common
│   │   │   ├── common.d
│   │   │   ├── common.o
│   │   │   └── subdir.mk
│   │   ├── Drivers
│   │   │   └── gpio
│   │   │       ├── gpio.d
│   │   │       ├── gpio.o
│   │   │       └── subdir.mk
│   │   ├── KL25_LIGHT.elf
│   │   ├── KL25_LIGHT.hex
│   │   ├── KL25_LIGHT.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
└── 找例子网_01-KL25_LIGHT.zip

22 directories, 53 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复