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
PostOzone 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…
-
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 ?