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/dma/dma_uart_p2p
2022-04-26 13:42:18 +08:00
..
cdk [feat][examples/dma] add uart p2p dma demo 2022-04-26 11:10:39 +08:00
CMakeLists.txt [feat][examples/dma] add uart p2p dma demo 2022-04-26 11:10:39 +08:00
main.c [refactor][dma] rename DMA_BURST_xBYTE with DMA_BURST_INCRx 2022-04-26 13:42:18 +08:00
readme.md [feat][examples/dma] add uart p2p dma demo 2022-04-26 11:10:39 +08:00

board/bl706_iot/pinmux_config.hCONFIG_GPIO18_FUNC 选择 GPIO_FUN_UART1_TX, CONFIG_GPIO19_FUNC 选择 GPIO_FUN_UART1_RX


$ make APP=dma_uart_p2p BOARD=bl706_iot