cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-H743ZI LWIP using STM32cubeMX?

Asantos
Senior
Posted on November 06, 2017 at 11:11

Hi, 

 I generated a simple LWIP/UDP project for the NUCLEO-H743ZI using the STM32cubeMX. But the function HAL_ETH_Transmit(&heth, &TxConfig, 0); returns with DMA error . 

 My board works using the example from the STM32Cube_FW_H7_V1.1.0. So the hardware is ok. 

 What is wrong with my configuration?

 Ari.

4 REPLIES 4
Amel NASRI
ST Employee
Posted on November 06, 2017 at 11:58

Hi

Mendes.Ari

‌,

Before analyzing deeply the problem you are reporting, could you please check from your side that problems reported in

https://community.st.com/0D50X00009XkYPnSAN

are fixed at your side, or may be you aren't in the same conditions.

-Amel

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.

Jeanne Joly
Senior III
Posted on February 15, 2018 at 17:54

Hi

Mendes.Ari

,

Please have a look to the new comments in the following thread

https://community.st.com/0D50X00009XkYPnSAN

.

I hope it will help you.

BR. Jeanne

Posted on February 15, 2018 at 20:28

Jeanne,

My problem was that the STM32CubeMx generates a LwIP project using the DTCM RAM (0x20000000). I had to modify the linker file to point to the AXI SRAM (0x24000000) instead.

There's a way to modify the memory region in the STM32CubeMx project configuration? I think that the default should be AXI SRAM for the H7.

   Ari.

H S
Associate III
Posted on March 15, 2018 at 15:28

I agree you with the suggestion to set the default memory region to AXI SRAM on H7 or to make it as configuration in CubeMX. I've searched many hours to find the issue for my SPI+DMA problem.

https://community.st.com/0D50X00009XkX4ZSAV