Search Results

Search results 1-2 of 2.

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

  • Hi, I'm trying to use both SystemView and Ozone to debug my application. As per this thread: [SOLVED] Use SystemView 3 alongside Ozone? I've disabled RTT in Ozone, but SystemView still does not work while Ozone is active. This is what happens: - I can use SystemView when Ozone is not in active debug session - When I set up SystemView to record while Ozone has loaded and halted the program, as soon as I start the program, SystemView stops recording and shows empty trace - I have disabled RTT in O…

  • Hey, so I've run some automated test process overnight, that basically with each test was instantiating a python process which used pylink to connect to JLink, read some SWO data and log it. That process was being terminated by a parent process. I needed to do it like this because unfortunately when the target MCU switches back and forth it's frequency (and SWO frequency too), the SWO readout never recovers even though it get's back to the correct frequency it was set to in the first place. In a…