I am using code composer 4.2 with OMAP-L137 EVM. I have a sample DSPLink application running on the board, and I try to connect to it in Code Composer 4, load the symbols, and debug.
All of that seems to be working well.
However, I cannot get to the RTA menu (it shows up with no text in it) and when I try to do this, Code Composer gives me out of memory. I have bumped up the memory settings to 1024mb (Xmx=1024mb) but still get the same results.
Steps to re-create:
1) Modify dsplink example message to pause with infinite loop.
2) Build, copy to evm, and PC.
3) Run gpp message program on EVM to get it started.
4) Run code composer 4, launch ti debugger.
5) Load the symbols from message.out
5) Try to access RTA menu to bring up printf window.
6) CCSv4 Crashes w/ out of memory error.