FreeRTOS with SystemView

From SEGGER Wiki
Revision as of 18:10, 5 September 2017 by Johannes (talk | contribs) (Created page with "SystemView can be used to record applications which use FreeRTOS V8 or V9. To properly display execution of the FreeRTOS scheduler, the FreeRTOS source needs to be slightly mo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SystemView can be used to record applications which use FreeRTOS V8 or V9. To properly display execution of the FreeRTOS scheduler, the FreeRTOS source needs to be slightly modified. Follow these instructions to configure your system for recording with SystemView.

Supported Software

SystemView has been tested with FreeRTOS V8.2.3 and FreeRTOS V9.0.0. Newer versions should work accordingly.

Example Projects

These example packages include the modified FreeRTOS code as well as an example project, ready for use with SystemView. The example projects are created with Embedded Studio and can be used with almost any Cortex-M4 device. If you have trouble with your application and SystemView check for differences with the examples. If you need a starting point to create new applications, feel free to base them on the examples.