Loading...
 
Skip to main content

System Workbench for STM32


vPortRaiseBASEPRI Infinite Loop

Hello

Did you mean this
configASSERT( uxQueueLength > ( UBaseType_t ) 0 );

if( uxItemSize == ( UBaseType_t ) 0 )
{
/* There is not going to be a queue storage area. */
xQueueSizeInBytes = ( size_t ) 0;
}


And how did you solve it please ?? I am in the same problem