Skip to main content
Associate II
July 18, 2025
Question

Integrating SEGGER SystemView with CMSIS-RTOS v2 (FreeRTOS) on STM32

  • July 18, 2025
  • 2 replies
  • 736 views

Hello,

I'm working on an STM32 project using FreeRTOS with the CMSIS-RTOS v2 wrapper, and I’d like to integrate SEGGER System View to monitor and analyze my tasks. However, most of the tutorials and blog posts I’ve found only cover integration with native FreeRTOS, not with CMSIS-RTOS v2.

Could anyone guide me on how to properly set up SEGGER System View with CMSIS v2? Any sample code, steps, or documentation references would be greatly appreciated.

Thank you!

2 replies

Ozone
Principal
July 18, 2025

Not that I can offer much assistance in this regard, but Segger has a forum as well : https://forum.segger.com
It wouldn't do any harm to ask over there as well. Although it seems their own embOS has more support, as it has a dedicated sub-forum.

Andrew Neil
Super User
July 26, 2025

As @Ozone suggests, this sounds like a question for Segger - not really anything specific to ST or STM32

 

PS:

 


@Kirtan wrote:

Any sample code, steps, or documentation references would be greatly appreciated.


See: https://www.segger.com/products/development-tools/systemview

Which points to the User Manual: https://www.segger.com/downloads/systemview/ 

 

Segger's specific SystemView forum: https://forum.segger.com/board/10-segger-systemview-related/

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.