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.

Compiler/TDA4VMXEVM: Running the program on R5F will crash

Part Number: TDA4VMXEVM

Tool/software: TI C/C++ Compiler

Hi,

I ran a program on MCU2_0. This program has a global variable of const char *. When the size of this variable is small, the program runs normally, but when the size of the memory pointed by the pointer becomes larger, the program crashes and the content of the string about 8k. Is this because my string is too large? If yes then how would i solve this.

Thanks