2
我正在嘗試使IAR Embedded Workbench for ARM的Profiler插件正常工作。我已經在文檔中設置了所有內容,但是當我啓動C-Spy並啓動插件時,出現錯誤。我嘗試不同的仿真器和各給一個不同的錯誤:IAR EW for ARM Profiler
套件含有Segger SAM-ICE JTAG仿真器 - 在調試日誌中出現以下內容:
Thu May 27 12:43:04 2010: Profiler: No cycle counter could be found. Profiler will only count function calls.
Thu May 27 12:43:04 2010: Failed to set breakpoint at 0x001411F2
Thu May 27 12:43:04 2010: Profiler: Could not set enough breakpoints.
的J-Link Pro的仿真器 - 彈出出現以下窗口:
No More Breakpoints Available
Available breakpoints: 2048
看起來仿真器不支持插件。有沒有人成功使用過這個插件?如果是這樣用哪個模擬器?
有沒有人知道我可以使用的替代方法或解決方案(即在代碼中)?它最好符合以下條件:
- 儘可能提高內存效率,因爲我的應用程序中只剩下很少的RAM。
- 能夠很好地使用RTOS。