vPortRaiseBASEPRI Infinite Loop Posted by houaida on 2018-05-04 10:18 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