CubeIDE v1.16 Ethernet STM32f745Z
Hi,
I have an old design, it run well from many years, to minimize the test we are stay on stm32CubeIDE 1.7. I use FreeRTOS, CMSIS_V1 and Lwip
This summer I try to move to CubeIDE 1.16 (FreeRTOS, CMSIS_V2 and Lwip). some data declarations mistakes (GCC10 I suppose), all is done now.
I find solution to have RxDesc and TxDesc at the correct address (0x2004c000/0x2004c0a0).
Now CubeIDE, in Mx windows IOC file ask me "The ETH can work only when RAM is pointing at 0x24000000"...
It is really request, or just a funny request or a misunderstanding? The STM32F745Z (320Ko RAM) has from 0x20000000 to 0x2004FFFF.
I have find some example on H7….. I have use it…, it was good to solve RxDesc and TxDesc …. But
Today the compile is OK, when I make a Tcp_connect…. No connection….
I try to debug, th config is make in 10m/s…. My design must be in 100m/s
In the 1.7 version we can select the ETH speed , in my case 100mb/s , FullDuplex and disabled autonego….. I can find this parmaters on 1.16…
Many thanks for your idea….support…. help
Best regards,
Eric
