2024-01-18 09:06 AM - edited 2024-01-28 08:24 AM
[EDIT - I had Rx Buffers length before which is still there. I mean Rx Buffers Address which has vanished)
Trying to walk the right path to get Ethernet working on a dev board, but using CubeMX as the basis (have looked at
A lot of other example posts have something like this (numbers may vary
However in the latest STM32CubeIDE or MX that Rx Buffers Address is now gone. Both the examples above have something for that in code, and in the linker script.
Anyone know why this changed recently? Or if any examples have been updated.
I have the Nucleo-H743ZI2 board to be exact.
Thanks
Solved! Go to Solution.
2024-01-30 04:55 AM
Hello,
After checking internally, the Rx Buffers Address was removed from ETH mode starting with version 6.6.0 since it is not used in H7 (tracked in internal ticket 129514).
Thank you,
Souhaib
2024-01-26 01:38 AM
Hello @musmuris
First let me thank you for posting!
Using the STM32CubeMX 6.10, the Rx Buffers Length exist in the ETH configuration.
Could you check please.
Thank you!
Souhaib
2024-01-28 08:22 AM - edited 2024-01-28 08:23 AM
Ack -found and posted the wrong picture and took the words from there. Spent so long looking at this and trying to get it working :(
Sorry - Just updated the initial post and image
2024-01-30 04:55 AM
Hello,
After checking internally, the Rx Buffers Address was removed from ETH mode starting with version 6.6.0 since it is not used in H7 (tracked in internal ticket 129514).
Thank you,
Souhaib