Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, I am trying to use System View with 16 bit MCU (MSP430). I want to record user events in "Post Mortem mode". I have been able to compile and run my application with the SEGGER_* files. When I read the _UpBuffer[] before it is full, it works. I can see my events in the SystemView GUI. However, when my device runs for longer time, such that there is wrap around in _UpBuffer[], then I can't get any events. The problem appears to be that no sync information is written to the _UpBuffer[]. Woul…