2024-12-02 09:42 PM
About parallel synchronous transmission using GPIO and DMA.
We want to achieve 8-bit parallel synchronous transmission using GPIO and DMA. However, we could not find any program samples that could serve as reference.
Is there a sample somewhere that can serve as a reference?
Also, what kind of settings are necessary to achieve 8-bit parallel synchronous transmission using GPIO and DMA?
2024-12-02 10:18 PM
Dear @pass3master ,
We have this generic application Note AN4666
https://www.st.com/resource/en/application_note/an4666-parallel-synchronous-transmission-using-gpio-and-dma-stmicroelectronics.pdf
the principle is the same on most of STM32 MCUs .
Hope it helps ,
STOne-32
2024-12-02 10:40 PM
I can sort of understand the principle, but are there any sample programs on github, etc.?
2024-12-02 10:57 PM
"Verify whether GPIO can be used as a target for parallel data transmission by your microcontroller's DMA controller."
We are using STM32H743, how can we find out the above?
Is it a reference manual?