基于STM32F103C8T6芯片的linux sdk工程(使用说明手册)

SDK源码链接在本文末尾,如有需要,即可下载。

SDK代码目录:

.
├── cmsis
│   ├── core_cm3.c
│   ├── core_cm3.h
│   ├── newlib_stubs.c
│   ├── stm32f10x_conf.h
│   ├── stm32f10x.h
│   ├── stm32f10x_it.h
│   ├── system_stm32f10x.c
│   └── system_stm32f10x.h
├── drivers
│   └── STM32F10x_StdPeriph_Driver
├── hal_apollo
│   ├── led.c
│   ├── led.h
│   ├── uart_log.c
│   └── uart_log.h
├── out
├── platform
│   └── freertos
├── ref_design
│   └── main.c
├── scripts
│   ├── ld
│   ├── Makefile
│   ├── Makefile_freertos.mk
│   └── Makefile_std_lib.mk
├── startup
│   └── startup_stm32f10x_md.s
├── system
└── tools
    ├── Burn_tool
    └── gcc-arm-none-eabi-10.3-2021.10

驱动编译:

cd scripts
make

编译结果:

输出文件:

out/
├── stm32f103c8t6.bin
├── stm32f103c8t6.elf
├── stm32f103c8t6.hex
└── stm32f103c8t6.map

0 directories, 4 files

主函数入口,代码在:stm32f103c8t6_freertos/ref_design/main.c中

SDK工程源码:

基于STM32F103C8T6芯片的linuxsdk工程-Linux文档类资源-优快云下载

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值