USB example with bl616
Go to file
2023-04-22 16:17:55 -07:00
cdc_acm_template.c add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
CMakeLists.txt add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
flash_prog_cfg.ini add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
LICENSE add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
main.c add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
Makefile add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
proj.conf add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
README.md add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00
usb_config.h add files that matter (and some that do not) 2023-04-22 16:17:55 -07:00

usbd_cdc_acm

Support CHIP

CHIP Remark
BL702/BL704/BL706
BL616/BL618
BL808 D0 has no irq

Compile

  • BL702/BL704/BL706
make CHIP=bl702 BOARD=bl702dk
  • BL616/BL618
make CHIP=bl616 BOARD=bl616dk
  • BL808
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0
make CHIP=bl808 BOARD=bl808dk CPU_ID=d0

Flash

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