Solved
Information about evaluating Ethernet using the STM32Cube initialization code generator
- January 27, 2022
- 4 replies
- 1473 views
Hello,
I use STM32H735DK.
And I'm creating an Ethernet project using STM32CubeMX
However, the following sample software did not have an .ioc file
--
STM32Cube_FW_H7_V1.9.1\Projects\STM32H735G-DK\Applications\LwIP\LwIP_UDP_Echo_Server
--
I created a new project and generated an .ioc file using STMCubeMX.
However, Ethernet did not work in the project.
LinkerScript.ld is the same as H7_V1.9.1 and
I checked for differences with the sample software.
There was a difference
Added the following code, as a result Ethernet worked
--
__HAL_RCC_D2SRAM1_CLK_ENABLE();
--
Where can I find this setting in STMCubeMX?
Best regards
