Resolved! STM32H723 LWIP TCP with RTOS for custom bootloader not working with some buffer sizes
Hello I have a Nucleo-H723ZG and I'm trying to build a custom bootloader with CMSIS v2 that need a TCP connection. Since it needs to receive 1KB of data through TCP I've made the receive array long 1024 bytes, but this size crashes the whole LWIP mak...