我想用uart的dma循环接收数据,很想知道3200的dma支持这样么?stm32 的dma有DMA_CIRCULAR 循环模式
还有个问题,3200的uart有没有类似于stm32的idle中断,我找到一个time out中断(UART_INT_RT)他们俩是一个东西吗
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我想用uart的dma循环接收数据,很想知道3200的dma支持这样么?stm32 的dma有DMA_CIRCULAR 循环模式
还有个问题,3200的uart有没有类似于stm32的idle中断,我找到一个time out中断(UART_INT_RT)他们俩是一个东西吗
对STM32不是太了解,CC3200的DMA可以用PINGPONG模式来发送和接收,不知道能否满足你的需求。