Ozone Examples
Prime Sieve On Simulated Cortex-M4
The Cortex-M4 example has been prepared to simulate an ST STM32F407VE, as can be found on our Trace Reference Board. The application is a simple prime number sieve, which has been prepared using the included Embedded Studio project.
To start the Simulator, simply open the included project "CortexM-PrimeSieve-Ozone.jdebug" and start the debug session.
Prime Sieve On Simulated RV64
The RISC-V 64-bit example has been prepared to simulate a Microchip MPFS025T. As with the Cortex-M4 sample a prime-sieve application is used as demonstrator.
Tracing On STM32F407VE Trace Reference Board
This example demonstrates instruction tracing with J-Trace and code analysis with Ozone. It is the starting point and reference for working with J-Trace.
More information may be found here: Tracing on ST STM32F407 (SEGGER Cortex-M Trace Reference Board)