On Mac OSX (OSX 10.10) I have J-Link (V10) working with TI's CodeComposerStudio (CCS 7.3) and the Tiva launchpad TM4C123GH6PM (Tiva) - no problems there. I can run and debug the Tiva thru CCS or run standalone (powered through the J-Link).
By using the workaround in this Segger-forum post, I can get my simple blinky/RTT program to compile in CCS, and per the terminal output I see, can seemingly connect from a Mac Terminal to this running code via JLinkEXE and/or JLinkRTTClient but I cannot see any RTT output.
I have tried various combinations of the Tiva running under CCS debug and/or simply standalone (powered by the J-Link).
I will be happy to post any number of dumps for the various JLinkEXE and JLinkClient configurations I have tried, but first I thought I should verify some fundamentals:
JJ
By using the workaround in this Segger-forum post, I can get my simple blinky/RTT program to compile in CCS, and per the terminal output I see, can seemingly connect from a Mac Terminal to this running code via JLinkEXE and/or JLinkRTTClient but I cannot see any RTT output.
I have tried various combinations of the Tiva running under CCS debug and/or simply standalone (powered by the J-Link).
I will be happy to post any number of dumps for the various JLinkEXE and JLinkClient configurations I have tried, but first I thought I should verify some fundamentals:
- Am I missing some compiler setting and/or fundamental concept? (why didn't my simple RTT program compile right out of the box? that is, why did I have to use the above-linked work around posted for SystemView?)
- Is RTT supposed to work under OSX when the Tiva is flashed via the J-Link from the CCS IDE?
JJ