Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Quote from SEGGER - Nino: “Hi Nino, Quote from pattyo: “* Is there a way to stop Ozone from trying to flash the target when the ELF file changes? ” If the application changes then it needs to be flashed with the new data, otherwise you would try to debug an incorrect application. Only if the application stays 1:1 the same it won't be reflashed. Generally J-Link will only reflash affected Flash sectors. Alternatively try using File.Load instead of File.Open. The reason for the question is that I …
-
I'm trying to get tracing working in Segger Embedded Studio. Steps I've roughly followed: * Create & configure a project for "externally built executable" * Run "Target->Attach Debugger" * Break/continue, etc. The Execution Profile window is showing information, but Execution Trace says No trace data. Is there an equivalent of the Ozone "Debug.ReadIntoTraceCache" function in Segger Embedded Studio? Thanks, Patrick
-
Hi, I've recently been running Ozone V2.56u Linux with a jTrace Pro and would like to ask a few questions.. * Is there a way to find a function in the instruction trace? * Is there a way to debug a dynamically loaded program? i.e. something loaded by an operating system. Alternatively, how can I load symbols from multiple ELF files? * Is there a way to stop Ozone from trying to flash the target when the ELF file changes? * Is there a way to enable data trace? * If I 'Collapse All' in the instruc…