I was not able to use realloc using energia so I imported the proyect to CSS v7.
It seems there is something wrong or not done about realloc under Energia.
CSS v7 is using the Ti compiler instead of GCC and it has realloc and it works.
But when using CCSv7 with the imported sketch, the Serial.print commands do nothing.
Even If I debug step by step it just ignores Serial.print commands without showing anything anywhere.
I activated the serial terminals inside CCSv7 to see the output and I also have the normal output and the console.
I can work around if I fi