Skip to main content
Associate
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?

1 reply

mƎALLEm
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?

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
SemihKAuthor
Associate
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 

mƎALLEm
Technical Moderator
June 11, 2024

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

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."