Hi,
where is "Trace and Profile" tab in Kinetis Design Studio? In CodeWarrior it is places in Debug Configuration. That features are not supported in KDS?
I am using K60 - TWR_k60n512.
page13:
http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4506.pdf
解決済! 解決策の投稿を見る。
The CodeWarrior Trace and Profiling are not part of Kinetis Design Studio.
Trace and Profiling are supported by commercial IDE's for Kinetis, see IDEs for Kinetis MCUs|Freescale
If you want to do trace/profiling (on a different level, with source instrumentation), then this might be useful for you:
Poor Man’s Trace: Free-of-Charge Function Entry/Exit Trace with GNU Tools | MCU on Eclipse
Code Coverage for Embedded Target with Eclipse, gcc and gcov | MCU on Eclipse
Erich
The CodeWarrior Trace and Profiling are not part of Kinetis Design Studio.
Trace and Profiling are supported by commercial IDE's for Kinetis, see IDEs for Kinetis MCUs|Freescale
If you want to do trace/profiling (on a different level, with source instrumentation), then this might be useful for you:
Poor Man’s Trace: Free-of-Charge Function Entry/Exit Trace with GNU Tools | MCU on Eclipse
Code Coverage for Embedded Target with Eclipse, gcc and gcov | MCU on Eclipse
Erich