Hello,
i have just started testing the SystemViewer on EmbOS 4.14 on a STM32 (ARM Cortex M3) device.
I have two main questions:
- Which is the best debug compilation to use when SystemViewer is enabled?? _dp?? __dt?? i can still see some overflows (CPU clock 50MHz, JTAG 12,5MHz).
I assume that using a lighter compilation could help with this. BTW, I usually use _dp.
- How can "fast interrupts" be considered by the SystemViewer?? I have tried to include them by:
SEGGER_SYSVIEW_SendSysDesc("I#xx=FASTINTERRUPT_IRQHandler"); But it doesn´t work.
I noticed that including a SYSVIEW call like "SEGGER_SYSVIEW_OnUserStart(1);" the fast interrupt activity can be logged. But still the viewer considers it as part of Idle Task usage.
Regards,
Josema.
i have just started testing the SystemViewer on EmbOS 4.14 on a STM32 (ARM Cortex M3) device.
I have two main questions:
- Which is the best debug compilation to use when SystemViewer is enabled?? _dp?? __dt?? i can still see some overflows (CPU clock 50MHz, JTAG 12,5MHz).
I assume that using a lighter compilation could help with this. BTW, I usually use _dp.
- How can "fast interrupts" be considered by the SystemViewer?? I have tried to include them by:
SEGGER_SYSVIEW_SendSysDesc("I#xx=FASTINTERRUPT_IRQHandler"); But it doesn´t work.
I noticed that including a SYSVIEW call like "SEGGER_SYSVIEW_OnUserStart(1);" the fast interrupt activity can be logged. But still the viewer considers it as part of Idle Task usage.
Regards,
Josema.