Loading...
 
Skip to main content

System Workbench for STM32


STM32F107VC LWIP DHCP / TCP Input Issue

I fixed it at last!

The thread wasn't starting because there wasn't enough memory. Fixed by increasing heap as follows:

_Min_Heap_Size = 0x2000; /* required amount of heap */
_Min_Stack_Size = 0x400; /* required amount of stack */

Why STM32Cube isn't doing this... who knows

 
Collapse/expand modules below