Error in Free RTOS List

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in Free RTOS List

819 Views
kaarthick
Contributor II

Hai,

I am using FreeRTOS in MCUXpresso. whenever my code reaches the line "pxIndex->pxPrevious = pxNewListItem;" after reset hard fault occurs. help me to find solution.

0 Kudos
Reply
1 Reply

756 Views
ErichStyger
Specialist I

Please share more details about this, at least a screenshot or better your application causing this.

I belive you simply have either a stack overflow (not enough stack allocated to tasks), a dangling pointer corrupting your data or otherwise an instable system.

I hope this helps,

Erich

0 Kudos
Reply