LwIP heap memory in DTCMRAM
Hi there!
I already configured LwIP package and make it work on a NUCLEO-H755ZIQ following @Adam BERLINGER gude in the Knowledge base section:
Well, trying to move the LwIP heap memory to a larger memory location I experienced a n unexpected issue:
When I locate the heap in the DTCMRAM of the M7 core, communication will no more work at all(no ping, no tcp connection...).
Locating it in D1 (AXI RAM) or D3 RAM all work as expected.
I checked also the MPU configurations ad all seems correct, it seems that in DTCMRAM there is a different behavior.
Just for my comprehension, there is something wrong in locating such heap into the DTCMRAM?
Thanks in advance!
iTTy

