This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Logs in CCS 6.1

Other Parts Discussed in Thread: EK-TM4C1294XL, SYSBIOS

On my CCS 6.1 environment I do not have logs for EK-TM4C1294XL.

System configuration:
 EK-TM4C1294XL
 Windows 7,
  Stellaris Virtual Serial Port (COM4)
  Stellaris ICDI DFU Device
  Stellaris ICDI JTAG/SWD Interface
 CCS 6.1
 TI-RTOS - installed from CCS App Center
Steps:
 1. Create project: Ti_RTOS Examples\EK-TM4C1294XL Evaluation Kit\Driver Examples\Ti Driver Examples\Empty Examples\Empy Project    
 2. Modify project empty.c
  2.1.#include <xdc/runtime/Log.h>
  2.2.Void heartBeatFxn(UArg arg0, UArg arg1) add:
    Log_info0("heaertBeatFxn");
 3. empty.cfg\Products\UIA\LoggingSetup is checked and uses LoggerStopMode. Have all the default settings.
 3. Run project in Debug mode
 4. Tools\RTOS Analyzer\Execution Analysis
  4.1. A new window with Execution Analysis Congfiguration is open. Select Ok. This window does not appear all the time.
 5.Live Session and Execution Graph is empty.
   5.1. I do not have logs and graphs. In Live Session I can stop\start but nothing happen.
   5.2. RTOS Object View is populated and I have objects there.