I'm having problems with an LWIP TCP client on STM327508DK. The communications fail after a few messages.
Hi all,I am working with a stm32f7508dk. My code is running XIP on 1-bank QSPI.Here is the MEMORY definitions in my linker file: MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K /* FLASH (rx) : ORIGIN = 0x8000000, LENGTH ...