I'm reviewing an instruction trace capture using the Instruction Trace view, and the 'link to disassembly' option works but 'link to source' doesn't. The function, filename, and line number displayed in the trace is correct, but the source view never updates or highlights.
Does this work for anyone else? If not, can we make this a bug report?
Thanks,
Scott
Hello SCOTT MILLER,
Could you please tell me more information , I will reproduce it , then report .
Which chip do you used ?
What about the version of MCUXpresso IDE?
What about the project , a demo code ?
BR
Alice
Hi Alice,
It's MCUX 10.2.1 with an MK22FN1M0AVLH12. I played around with it a little more and found that it was linking properly to *some* source files. I think the difference might be that the files it was working with had relative paths (e.g., '../FreeRTOS/' while the non-working ones had absolute paths (e.g., 's:/code/core/').
Scott