2017-11-06 02:11 AM
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.
2017-11-06 02:58 AM
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.
2018-02-15 08:54 AM
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
2018-02-15 12:28 PM
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.
2018-03-15 08:28 AM
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.