cancel
Showing results for 
Search instead for 
Did you mean: 

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

Kirtan
Associate II

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 2
Ozone
Principal

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

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.