Other Parts Discussed in Thread: MSP430F2619
Tool/software: Code Composer Studio
Operating System: Windows 10 64-bit
CCS Version: 7.2.0.00012
Board: MSP430F2619
Emulator: MSP-FET430UIF
I am a code composer and embedded programming beginner, so please bear with me. I am trying to automate the trace functionality in CCS so that I can get the trace information (address, data bus, and control signals) for all my code as it runs, not just 8 lines. Is there any way to access the data within the trace window and send it to a text file as well as automate it so I can get the trace data for my whole program?
I've looked into the DSS and GEL file documentation but I can't find any way to access the data within the trace window GUI. Would the GUI composer be able to do that? I read that the trace buffer in the EEM is inaccessible to the CPU otherwise I was thinking that you could access the memory locations where the trace buffer data is stored.
Thanks!