Search Results

Search results 1-5 of 5.

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

  • [SOLVED] Ozone crash

    jarek - - Ozone related

    Post

    Ozone keeps crashing when tracing nRF52832 using J-Trace. See dump file attached

  • Thanks for the link. I got the example running just fine, however on my nRF52832 project the callback does not seem to be working. See my jdebug file below void OnProjectLoad (void) { Project.SetDevice ("nRF52832_xxAA"); Project.SetHostIF ("USB", ""); Project.SetTargetIF ("SWD"); Project.SetTIFSpeed ("4 MHz"); Project.SetTraceSource ("Trace Pins"); Project.SetTracePortWidth (4); Project.AddSvdFile ("Cortex-M4.svd"); Edit.SysVar (VAR_TRACE_MAX_INST_CNT, 2000000000); Edit.SysVar (VAR_TRACE_TIMESTA…

  • Adding a breakpoint at the beginning of main() does the job. After a reset execution stops at the breakpoint and, after resuming execution trace data is being collected. Is there a way to script this operation? Detect a halt on a breakpoint and call Debug.Continue() automatically ?

  • Thanks. Will give it a go.

  • I'm collecting trace data using J-Trace and Ozone. It is meant for Code Coverage purposes and our test procedures involve several Soft Resets. After a Soft Reset the orange TRACE LED on J-Trace is active, however Ozone stops receiving trace data. Is there a ways for Ozone to keep collecting data after a Soft Reset ?