
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 [SOLVED] Ozone always shows hardfault on RP2040/Pi-Pico.
PostHi Martin, glad to see you are up and running again. Happy debugging and best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] J-Trace and Ozone capabilities for function execution time.
PostHi scal8, good to see you are up and running again. Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] Ozone always shows hardfault on RP2040/Pi-Pico.
PostHi Martin, please have a look at kb.segger.com/Raspberry_Pi_RP2040. There it is stated Quote: “"the RP2040 includes a boot ROM which needs to be executed after reset in order to guarantee proper functionality." ” Please check if the knowledge base… -
SEGGER - AlexD -
Replied to the thread [SOLVED] Not expected behaviour when opening ELF file with Ozone.
PostHi Andy, thanks for the details. Might well be that Ozone gets a hick-up when handling file names as you did. We will check if we can reproduce that locally. Stay tuned, we will report back. Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread [SOLVED] Not expected behaviour when opening ELF file with Ozone.
PostHi andypandy, thank you for the flowers and good to see you are up and running again. Actually, Ozone should be able to cope with ELF files not coming with a file name extension. In that case ELF file detection is supposed to operate on the ELF file… -
SEGGER - AlexD -
Replied to the thread [SOLVED] Ozone always shows hardfault on RP2040/Pi-Pico.
PostHi enz, it appears to be the case that your Ozone project is not set-up correctly. If your Ozone project replicates your ES environment correctly, you will be able to debug your application with Ozone as well. I cannot tell where the issue lies. You may… -
SEGGER - AlexD -
Replied to the thread [SOLVED] J-Trace and Ozone capabilities for function execution time.
PostHi scal8, if you want to be quite exact, SystemView is your solution. In SystemView upon every monitored event a time stamp is generated. When using instruction trace, however, a time stamp is generated only every now and then. Ozone cannot do better… -
SEGGER - AlexD -
Replied to the thread [SOLVED] Not expected behaviour when opening ELF file with Ozone.
PostHi andypandy, in general loading an ELF file should work as you expect it. According to the given information the ELF file should be digestible by Ozone. You may check if changing the file extension to ".elf" does have a positive effect. If not, could…