Other Parts Discussed in Thread: HALCOGEN, SEGGER
Hi everybody,
I'm using FreeRTOS with my TI Hercules project, generated by HalCoGen and I want to use the SEGGER SystemView to debug my project.
I'm having problems porting the tracing code to the kernel.
For example, the official Segger patch requires to modify the xPortSysTickHandler function which does not exist in the TI port.
We also need to define the SEGGER_SYSVIEW_X_GetInterruptId() function.
Any idea how to get the IRQ interrupt number?
Is there a guide on using the TI port of FreeRTOS with SystemView?
How can I port the TI kernel to use SystemView?
Regards,
Gabriel