2018-12-05 12:29 AM
Is there anybody who can ran ethernet communication correctly with stm32h7 nucleo?
2019-08-11 09:01 PM
You mention "You have to insert assembler code in the startup function to use RAM domain D3" -- can you link to what @Community member has shared with you? He's a prolific poster here and the site is absolute garbage for trying to find or link to anything.
It looks like the only real changes that @Imen DAHMEN 's ethernetif.c in this thread make are to specifically place the descriptors and buffer memory in a particular linker segment. Were there any other tricks in that file?
Thanks,
-A.
2019-08-12 07:59 AM
Perhaps this one https://community.st.com/s/question/0D50X0000A7XIH1SQO/want-to-store-data-in-sram-d2-domain-what-is-missing-to-avoid-hard-fault
2020-02-12 06:44 AM
Hi All,
Just to recieve an update on the firmware bug for ethernet. Is it fixed ? I am trying to ping ethernet to PC but not able to send any packets in NucleoH743ZI board.
2020-02-12 02:07 PM
My fixes and improvements to ST's STM32H7 ETH driver and lwIP ethernetif.c are at https://community.st.com/s/question/0D50X0000C6eNNSSQ2/bug-fixes-stm32h7-ethernet.
Source code and documentation attached.
I don't use evaluation boards or build example code.
You'll have to port my changes yourself.