2016-02-24 11:39 PM
I use stm32f407 microcontroller and I have a problem with spi send DMA mode.
I use send data to vs1011 chip . when I use send data without DMA , Play sound wihout any problem. but when I enable DMA , vs1011 chip can not play sound , I think When send 32 byte data with DMA , all 32 byte data send without delay between bytes.how can I put some delay between each byte on 32 byte data ?2016-02-25 03:33 AM
You'd have to trigger the DMA with a timer set to a suitable pace.