Hi,
For ISRs, we can use SEGGER_SYSVIEW_RecordEnterISR() combine with SEGGER_SYSVIEW_SendSysDesc("I#15=xxxxxxx"); to trace them easily.
But for function calls, in order to display them correctly, we need to write a description file, which is not always practical.
So what I done is hacked the ISR record function:
I know it's not a good idea to modify sources files of SystemView directly, could you provide a easy way to record function call like this ?
For ISRs, we can use SEGGER_SYSVIEW_RecordEnterISR() combine with SEGGER_SYSVIEW_SendSysDesc("I#15=xxxxxxx"); to trace them easily.
But for function calls, in order to display them correctly, we need to write a description file, which is not always practical.
So what I done is hacked the ISR record function:
Source Code
I know it's not a good idea to modify sources files of SystemView directly, could you provide a easy way to record function call like this ?