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/peripherals/dma/dma_normal_cycle
2023-02-24 21:33:36 +08:00
..
CMakeLists.txt [feat][dma] add dma cycle mode case 2022-11-25 20:19:22 +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 [feat][dma] add dma cycle mode case 2022-11-25 20:19:22 +08:00
proj.conf [feat][dma] add dma cycle mode case 2022-11-25 20:19:22 +08:00
README.md [sync] sync from internal repo 2023-01-17 21:04:07 +08:00

dma_normal_cycle

Support CHIP

CHIP Remark
BL602/BL604
BL702/BL704/BL706
BL616/BL618
BL808 D0 has no irq in dma0~dma1, should use dma2

Compile

  • BL602/BL604
make CHIP=bl602 BOARD=bl602dk
  • 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