Skip to main content
Explorer
December 3, 2024
Question

How to Parallel synchronous transmission using GPIO and DMA

  • December 3, 2024
  • 1 reply
  • 745 views

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?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    December 3, 2024

    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

    Explorer
    December 3, 2024

    I can sort of understand the principle, but are there any sample programs on github, etc.?