Question
DMA-> GPIO STM32f103
Hello,
I need to transfer 42 pulses (with 1 pin of a port) and read incoming bits from 1 pin of a port( such as SPI communication). As this forum member trained me I am curious to use DMA to generate 42 pulses with sending a specific value(10101...). I need to know
1)Is is possible to couple DMA with GPIO(one pin?)
2)Is there any delay between each byte(Such as SPI)?

3)Could you provide me a sample ?
