Loading...
 
Skip to main content

System Workbench for STM32


vPortFree() Hangs due to Assertion Failure

I found it. This line should have been:

pEchoMsg = malloc( sizeof( Msg_t ) );

Not enough memory was allocated.