ArdaFu 5f56fea075 [trace] fix readme spell error. 9 лет назад
..
SystemView_Src_V240 3b0d7b35d5 [trace] Add Segger SystemView trace componment. 9 лет назад
SConscript 3b0d7b35d5 [trace] Add Segger SystemView trace componment. 9 лет назад
readme.md 5f56fea075 [trace] fix readme spell error. 9 лет назад

readme.md

##How to use the Segger SystemView trace component

1. Copy description file

Copy the '.\SystemView_Src_Vxxx\Description\SYSVIEW_RTThread.txt' to folder '%SystemView_Install_Folder%\Description\'.

2. Enable trace component

Enable RT_USING_HOOK and add RT_USING_TRACE define in your bsp's rtconfig.h

// <bool name="RT_USING_TRACE" description="Enable trace" default="true" />
#define RT_USING_TRACE

3. Connect to target board debug interface

Segger SystemView only support Segger J-Link and Segger J-Link OB. If you using the origin development boards from vendor, you can upgrade the on board debugger to J-Link OB.

4. Intergration (Porting) limitation

  • Can only trace thread, scheduler and interrupt.
  • Tracing RT-Thread IPC component is not supported.