LWIP - udp_new() returns PCB as NULL
Hi,
I decided to upgrade my STM32CubeMX to the latest version 6.9.1.
my project was generated first with STM32CubeMX 6.5.0 - so I had to copy the IOC manually.
I checked multiple times that all configuration is the same like it was, and it is.
when I'm calling the LWIP method udp_new() I'm getting NULL and than I can't send any UDP message.
I did a debug and notice this is happening under "do_memp_malloc_pool" function in the memp.c file
this is not happening in the old code generation.
it there special configuration that I'm not aware of?
thanks for the help!
