see post:Ozone hangs with timeline open when sample rate is set to Max
I have similar problem,
1, create a simple test project using IAR or Keil (othe compilers surport both C and C++ should have the same problem)
2, define a variable named 'a' for example in the project, compile the project using C++ compiler(a option of IAR/Keil)
3, add 'a' to timeline window of ozone, and set sample rate to MAX
4, run the program to observe 'a'
5, ozone hangs after step 4, but if compile the project using C compiler ozone works smoothly.
SWD is running at 20MHz
ver of ozone is 3.36, early versions have the same problem.
tools is jlink ultra v4
I have reproduced the problem with IAR and Keil, Cortex-M0/M3
I agree with grb212: the timeline was re-parsing the singleton-reference every sample, causing the delay.
I have similar problem,
1, create a simple test project using IAR or Keil (othe compilers surport both C and C++ should have the same problem)
2, define a variable named 'a' for example in the project, compile the project using C++ compiler(a option of IAR/Keil)
3, add 'a' to timeline window of ozone, and set sample rate to MAX
4, run the program to observe 'a'
5, ozone hangs after step 4, but if compile the project using C compiler ozone works smoothly.
SWD is running at 20MHz
ver of ozone is 3.36, early versions have the same problem.
tools is jlink ultra v4
I have reproduced the problem with IAR and Keil, Cortex-M0/M3
I agree with grb212: the timeline was re-parsing the singleton-reference every sample, causing the delay.