手册写的确实有歧义。。。
就如STM32F2的手册上也只提到了
/*************************************/
It can carry out the following transactions:
● peripheral-to-memory
● memory-to-peripheral
● memory-to-memory
/*************************************/
但是在F2后面的正文描述绝对支持外设到外设,当然只是DMA2支持。
F1也是支持外设到外设的。比如:
在TIMx的更新中断触发下,DMA读取ADC的值传送到USART发送出去。
|