mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
[fix] fix adc/usb/spi/i2s demo
This commit is contained in:
parent
d98495bbb4
commit
ca849b3ed8
24 changed files with 673 additions and 116 deletions
|
@ -72,7 +72,7 @@ int main(void)
|
|||
device_control(dma_ch2, DEVICE_CTRL_SET_INT, NULL);
|
||||
}
|
||||
|
||||
device_control(uart,DEVICE_CTRL_UART_ATTACH_TX_DMA,dma_ch2);
|
||||
device_control(uart,DEVICE_CTRL_ATTACH_TX_DMA,dma_ch2);
|
||||
while (1)
|
||||
{
|
||||
device_write(uart,0,src_buffer,4100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue