Question
Endless loop at configASSERT( pxQueue->uxItemSize == 0 );
Hi all
I'm pretty sure this was already a topic, but i haven't found a solution yet. Since i'm a beginner i definitely need some help here.
I'm sending UDP data with LWIP and FreeRTOS. It works, but after some (random) time the code gets stuck at

configASSERT( pxQueue->uxItemSize == 0 );
I tried some settings but nothing helps. It is stopping even if I do not send data .
Any ideas?
Cheers
