cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube IDE support with SystemView

PSaga.1
Associate II

Hello,

I am new to STM32 family and have been using STM32Cube IDE for the past 2 months. I am working on FreeRTOS based project and am looking to use SEGGER's Systemview. I am trying to follow the steps given but am unable to patch FreeRTOS folder and it shows the files does not exist even though they exist (image attached). Does STM32Cube IDE support SEGGER's Systemview?

Regards,

Prudhvi Sagar0693W000007CQNXQA4.png

3 REPLIES 3
Pavel A.
Evangelist III

This is likely because the FreeRTOS files are not located under your source directory, as it may look in Eclipse project view.

They are actually in the CubeIDE/CubeMX library repository and grafted into your CubeIDE project by Eclipse "linked files", or someone added another layer of Linux symbolic links.

So, point your compare/patch tool to the real location.

-- pa

PSaga.1
Associate II

Hello Pavel,

Thank you for the reply. I have checked my project directory, the RTOS files do exist there yet the IDE is unable to find it. Any way i can diagnose the issue?

Regards,

Prudhvi Sagar

Are the paths relative?? try /org/Source/... not org/...