Skip to main content
Visitor II
September 27, 2022
Question

How to enable SPI DMA

  • September 27, 2022
  • 1 reply
  • 1366 views

I'm working on project that required SPI with DMA .I'm working on STM32MP157C-DK2 board.

I am trying to enable CONFIG_SPI_STM32_DMA macro in my config file getting error in zephyr driver due to DMA has not yet been ported on STM32MP1.

Any suggestions.

Thanks in advance!!

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    October 10, 2022

    Hi @skuma.9​,

    For your information DMA IP on STM32MP1 is very close to the STM32H7 ...

    If Zephyr community provided the DMA driver for H7 can be an option to give a try.

    Olivier