Skip to main content
Visitor II
June 11, 2024
Question

STM32H743 Nucleo Board W5500 DMA Not Working

  • June 11, 2024
  • 1 reply
  • 1492 views

Hi, I'm encountering a general issue with DMA on the STM32H743 processor. I'm having trouble with SPI and I2C communication when using multiple integrated devices. For instance, when attempting SPI DMA communication with the W5500 integrated circuit, it's not working. Can you assist me with resolving this problem?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    June 11, 2024

    Hello and welcome to the community.

    What is the DMA you are using (DMA1, DMA2, BDMA, MDMA)? what is the data location used by this DMA?

    SemihKAuthor
    Visitor II
    June 11, 2024

    Hello, I am using SPI1. For Tx it uses DMA1 CHANNEL1 and for Rx it uses DMA1 CHANNEL0.

    I didn't make any mpu settings.

    In RAM_D1 Region

    note: I can ping 

    Technical Moderator
    June 11, 2024

    What do you mean by RAM_D1 Region? DTCM RAM or AXI-SRAM?