
SEGGER - AlexD Administrator
- Member since Jan 12th 2021
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - AlexD -
Replied to the thread Hard fault happened once application elf download and run by Ozone on S32K312 MCU.
PostHi Hudson, there are 2 things participating in your scenarios: 1) The ELF file 2) The Ozone project file If the Ozone project file is exactly the same in both your projects for IAR and GreenHill, then the root cause must be sought in the ELF file. It… -
SEGGER - AlexD -
Replied to the thread [SOLVED] Windows Dark Theme.
PostHi OzoneDarkThemeWhen, having a dark theme for Ozone is already on our internal wish-list, but at this point in time I cannot comment on when this feature will be released. Best regards -- Alexander Dexel -
SEGGER - AlexD -
Replied to the thread Performance degradation when debugging bare metal BCM2837 (aarch64, Cortex-A53).
PostHi ram.techen, thank you for the additional information. We will see if we can reproduce that locally. Since all our engineers are busy these days this might take some time. We will keep you posted here. Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread Performance degradation when debugging bare metal BCM2837 (aarch64, Cortex-A53).
PostHi ram.techen, Sorry, but this is not helpful here. You are providing logs from 2 different firmware versions. As stated before, due to a different firmware a completely different runtime behavior may be expected. If I got you right, you do have a… -
SEGGER - AlexD -
Replied to the thread Performance degradation when debugging bare metal BCM2837 (aarch64, Cortex-A53).
PostHi ram.techen, from the given information hardly anything can be said. You change the source code and a smart compiler might make a completely different assembly code from that. So a completely different runtime experience might be expected. Since you… -
SEGGER - AlexD -
Replied to the thread [SOLVED] Idea: svd database.
PostHi balance3164, this information might be useful for other customers looking for a particular SVD file. Thank you for sharing it here. We might consider it, once we go for implementing the item on our wish list. Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] Idea: svd database.
PostHi balance3164, a similar feature is already on our internal wish list, but at this point in time I cannot comment on when it will be made available. For the time being please contact the silicon vendor of your device for that information. For the core… -
SEGGER - AlexD -
Replied to the thread [SOLVED] Rust missing sources.
PostHi balance3164, good to hear you are up and running again. Concerning your 2nd inquiry: Ozone does not (yet) support the full scale of Rust features. What would be the type of `dp`? Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] Rust missing sources.
PostHi balance3164, Per default `rustup` will install libraries only in pre-built form. I assume that this is why you see only a part of the sources. So you need to make available the sources for the libs as well. For that you may try the following… -
SEGGER - AlexD -
Replied to the thread Performance degradation when debugging bare metal BCM2837 (aarch64, Cortex-A53).
PostHi ram.techen, from the logs I cannot see what you are describing. In particular I looked into the `JLINK_Step` commands and found that they consume quite the same time in both slow and fast case. The command execution time is 4.836ms vs 4.718ms 4.501ms… -
SEGGER - AlexD -
Replied to the thread [ABANDONED] Running in Ozone causes different values to be loaded into registers.
PostHi OroArmor, Ozone does not change registers on its own behalf. It does so only if told by the user, e.g. in the context of the Ozone project file. Could you please provide a J-Link log and an Ozone log of the bad case where you see the incorrect value… -
SEGGER - AlexD -
Replied to the thread Trace logs visible in JLinkSWOViewer but not in Ozone.
PostHi oskar, did you enable SWO capturing in Ozone's terminal window? Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] Local Data view is extended to be able to display data type.
PostHi Torsten, there is a horizontal scrollbar for the whole window, and in addition it is possible to freely change the column width. Having a scrollbar on a per-column basis is not planned. Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] Data Breakpoint does not stop execution.
PostHi dirk.gehring, did you read the section 5.9 in the user's manual? Did you set all fields accordingly? Does your hardware support data break points? If so, could you please provide a J-Link log as well as an Ozone log recorded during the same session…