Hi All!
I use FreeRTOS in my project mcu R7FA6E10F2CFP) and in specific moment in code in function xTaskIncrementTick() in line:
xItemValue = listGET_LIST_ITEM_VALUE( &( pxTCB->xStateListItem ) );
I get a Default Handler. Fault Status shows:
.
I increased size of main stack and heap, and stack size of each tasks - did not help.
unfortunately I cant show you code, I can say in one task in which this error occure I have a switch-case automat. (program for ICT machine)
Regards and thank for help!