|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| SystemView_Description | %!s(int64=7) %!d(string=hai) anos | |
| SystemView_Src | %!s(int64=7) %!d(string=hai) anos | |
| .gitignore | %!s(int64=9) %!d(string=hai) anos | |
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| SConscript | %!s(int64=7) %!d(string=hai) anos |
segger debug utils, such as SEGGER's Real Time Transfer, SEGGER SystemView porting.
##How to use the Segger SystemView trace componment
By Arda.Fu 2016.8.10
Copy the 'description\SYSVIEW_RTThread.txt' to folder '%SystemView_Install_Folder%\Description\'.
Copy the folder 'trace' to folder '%RTT_ROOT%\components\trace'.
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
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.