Hello everyone,
Target is C6678, CCS v6...040 and UIA is 2_00_02_39
What I want to do is display on the Execution graph of System Analyzer user flags.
I explain :
right now I do
Log_write1(UIABenchmark_start, (IArg) "myTrace");
// user code
Log_write1(UIABenchmark_stop, (IArg) "myTrace");
and it shows up on the Execution graph as a line
Now I'd like to do
Log_write1(XYZ,"myflag");
with "myflag" showing up as discrete "event" on the Execution graph.
Just like when you do a Semaphore_post you see a little red flag on the Execution graph.
Is there any Log_event that allows me to do that ?
Regards,
Clement