2018-05-24 06:10 AM
When I disable TCP of the lwIP in CubeMX and set the MEMP_NUM_TCP_PCB to 0, I can't compile without error
MEMP_NUM_TCP_PCB has to be > 0.
Seems like a bug?
2018-05-24 08:20 AM
Hello
stefan.raschhofer
,Please, we need some informationto check your issue:
Which device andCubeMx version are you using ?
Can you confirm please that this issue is reproduced with the latest version of CubeMx 4.1 ?
We will check this issue and come back to you asap.
Best Regards
Imen
2018-05-24 10:01 PM
Hi Imen,
yes, CubeMx 4.25.1.
It's for a STM32F777VI, Firmware Package STM32Cube FW_F7 V1.11.0.
Regards
2018-05-29 07:21 AM
,
,
Hi Stefan, ,
Yes I confirm, ' ♯ define ,LWIP_TCP 0' is no generated in lwipopts.h when the TC is disabled. ,
Please add it manually and it will be fixed for the 4.26.1
2018-05-29 11:19 PM
Ok. Thanks for the quick response.