This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1224: jumping to abort when a variable length array is executed as shown.

Part Number: TMS570LS1224

hi, 

i have defined an array as :  uint8_t list_array[size]; in a function. 

when this line gets executed, the control is jumping to exit. c file and suspends the program execution.

  

  

how to use variable length arrays?