Hi, I've been trying to instrument a module in my codebase as per the SystemView user manual (UM08027).
It's on a baremetal application, which based from SEGGER materials, SystemView should support.
Ok, so far, I have done the following:
0. Configure SystemView in post mortem mode:
1. Call the following functions after MCU and BSP related init
MyModule is defined as:
2. On a certain ISR handler, call:
Now, in the SystemView host, I expected the register values to be printed on the timeline. Instead, I get this:
The ISR is captured fine, but the module events just displays Function #512, without the data displayed as specitied in the module description. Are there other things to be done besides the steps I did above?
It's on a baremetal application, which based from SEGGER materials, SystemView should support.
Ok, so far, I have done the following:
0. Configure SystemView in post mortem mode:
1. Call the following functions after MCU and BSP related init
MyModule is defined as:
Now, in the SystemView host, I expected the register values to be printed on the timeline. Instead, I get this:
The ISR is captured fine, but the module events just displays Function #512, without the data displayed as specitied in the module description. Are there other things to be done besides the steps I did above?
The post was edited 1 time, last by rechrtb ().