Skip to main content
Arkady Pann
Associate
July 9, 2018
Question

DMA configuration on Nucleo144 (GPIOs to Memory)

  • July 9, 2018
  • 2 replies
  • 722 views
Posted on July 09, 2018 at 22:43

Hi,

I am trying to find some example for DMA configuration on Nucleo144 (STM32H743ZITx).

A DMA should transfer data from GPIO port pins to memory by SYNC signal provided by external clock (EXTI2).

Did not find something helpful in documentation or in Cube....

Appreciate your help!

Arkady

    This topic has been closed for replies.

    2 replies

    waclawek.jan
    Super User
    July 10, 2018
    Posted on July 10, 2018 at 10:08

    Forget about EXTI, for this purpose it's not usable

    See AN4666.

    In your case, instead of output compare, use input capture to provide the DMA trigger.

    JW

    Arkady Pann
    Associate
    July 12, 2018
    Posted on July 12, 2018 at 22:13

    Thanks Jan!

    indeed I tried to use Discovery example refereed by 

    AN4666.

    It is not simple. When porting to STM32H734, GNU compiler start pointing to some irrational errors and conflicts. Not trivial to solve.

    Of course, I can continue and fight with this example, but it would be nice to have something ready for Nucleo (

    STM32H734).

    Appreciate your help.

    Atkady