STM32H723VET6 Ethernet doesnt work
As the subject states I am trying to get Ethernet work on the VET6 Microcontroller. I have tried to configure my microcontroller like the Ethernet example project provided on Github for the STM32H723GT. I have tried the exact code on the H723GT Nucleo Board and it instantly works. The only changes I made were the Heap for FREERTOS which i changed to heap3 and I configured ip-adress etc. to my needs. However when I configure the VET6 with the same parameters it doesnt work. I dont get any errors when flashing the program on the microcontroller, but when I debug the code the programm runs into a hardfault error during the configuration of LWIP. I have already tried reconfigurating the memory in CubeMx, but this doesnt work either. I have also read that I have to reconfigure the memory in the flash script, but by changing the adresses of Rx descriptor etc. in the flash script i can't even build the code.
I think I have tried all the things that are mentioned in the README for STM32H723GT, but it doesnt work. Please comment if anyone can find a solution to this issue. Im sure that it is some sort of memory issue, but I cant fix it.
