This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/fatfs
2023-02-24 21:33:36 +08:00
..
CMakeLists.txt [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
fatfs_conf_user.h [sync] sync code from internal 2023-02-24 21:33:36 +08:00
flash_prog_cfg.ini [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
main.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
Makefile [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
proj.conf [sync] sync code from internal 2023-02-24 21:33:36 +08:00
README.md [sync] sync from internal repo 2023-01-17 21:04:07 +08:00

fatfs

Support CHIP

CHIP Remark
BL616/BL618
BL808 Only for M0 CPU

Compile

  • BL616/BL618
make CHIP=bl616 BOARD=bl616dk
  • BL808
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0

Flash

make flash CHIP=chip_name COMX=xxx # xxx is your com name