Problem with LWIP generated with Cube_H7_V1.9.1
Hi!
The following was tested with Nucleo-H7ZI.
I have generated a project with basic defenition of freeRTOS and LWIP.
Once an ehternet cable is connected to the board the program collapses and goes to hardfault.
after comparing the LWIP code from current cube version to previous cube generation version that worked and still work i found that is one main difference: location of the ethernet receive buffers (ethernetif.c file, line number 87), in the problematic new version its set to 0x300400c0, in the version that works the value is 0x30040200.
Changing the value allows the code to run properly upon cable connection, moreover, i can ping the board and all seems to work well.
since this value is generated by cube i want to understand if Is this a known bug?
perhaps i am missing something?
thanks in advance.
