Hi
I'm using CCS6 for application development on Tiva4C Connected Launchpad. The programming language is C++ (so new calls malloc). Under the project options I enabled the heap so every dynamic memory allocation is redirected to "malloc" and "free" provided by TI runtime library.
How can I trace the pointer of the newly allocated memory (and maybe its size)? Is there any JTAG debugger option or defining some hook or whatever else...
Regards,
Norbert