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.

  • Hello, Thank you for your feedback, I found the solution for our project with items in previous post. And btw, I have another question about ozone, please give me a idea. I'm trying to debug a i.MX8QM chip and I saw in setup of Ozone v3.28 supported for IMX8QM, so I did some setup based on setup wizard such as Device, Core, Elf file. After finishing configuration, I select "Download and reset Program" but only debug symbol in elf file is loaded to Ozone, and binary code didn't program to memory …

  • Hello everyone, Currently, I'm using JTrace and Ozone for my project to measure execution time automation base on jlinkscript, I have some question relate to it, please help 1. How can I start or stop tracing application in C code? 2. How to measure execution time of functions and sub-functions in application (bare metal application)? For Ex : I have a function like this, C Source Code (20 lines) I can export log of execution time for functions A, B, C. But how can I create a log with call graph…