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