Search Results

Search results 1-9 of 9.

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

  • Hi AlexD; That's OK。 you can close this topic. Thanks.

  • Hi, to reproduce the issue; 1, download the attached file and unzip 2, put DataGraph.axf into C:/ 3, open DataGraph.jdebug using ozone 4, download and run, capture data for more than 180s and pause the program, save snapshot 5, load the saved snapshot 6, change the time-scale of timeline window form 1s to 2s or 5s, data graph display corruption should be seen. tools: jlink ultra v4, ozone 3.36, stm32f103 eval board. forum.segger.com/index.php/Attachment/6022/ forum.segger.com/index.php/Attachmen…

  • Hi Glad to help. Thanks for your team work.

  • Hi, AlexD Thanks for your reply. The saved data graph is valuable in our pruduct development, sometimes we need to review this data after weeks/months, but when we reload the saved snapshot, the graph could be changed because of elf file change. In most scenarios, we don't need to restore the memory/registers/debug state, but we need to restore the graph, it's very important to us. I hope your team can add menu like 'save/load data graph', which restore the data when it is been saved, this could…

  • Hi, there are some issues about saving snapshot: assuming I add variable 'x' to timeline window and capture some data and save snapshot,then I delete 'x' in my codes(x is deleted from elf file), after reload the saved snapshot, 'x' is deleted from timeline window too, 'x' data is lost. or I do not delete 'x', I just add more variables to my codes(the RAM location of 'x' is changed to another address), after reload the saved snapshot, curve of 'x' is different from when it is been saved('x' is mi…

  • Hi AlexD: steps to reproduce the issue: 1,downlaod the 3 files attached, and unzip 2,put the following 2 files to C:/ OzoneStuck-C.axf OzoneStuck-C++.axf 3,open OzoneStuck-C++.jdebug using Ozone, download and run, Ozone will hang for seconds. 4,open OzoneStuck-C.jdebug, download and run, Ozone should run smoothly. tools and conditions: any stm32f103 eval board should be ok; jlink ultra v4, ozone v3.36 SWD 20MHz, timeline window sample rate is max; OzoneStuck_Keil_Proj.zip is the keil project tha…

  • [SOLVED] Ozone crash report

    kejian2000 - - Ozone related

    Post

    Hi AlexD: glad to see your reply! in fact, I do not save the same snapshot multiple times, I just capture some data and save, and capture new data and save...so on, ozone always crashes after saving multiple times. I do it just for this report.

  • 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 c…

  • [SOLVED] Ozone crash report

    kejian2000 - - Ozone related

    Post

    Ozone crashes when save snapshot: 1, create new project using default settings(SWD, 4MHz...) 2, open the timeline window 3,add some variables to Graph and capture some data 4, pause the program and save snapshot 5,repeat step 4 for more than 5 times, crash should happen ver of Ozone is 3.36, early versions have the same bug