Skip to main content
Visitor II
April 10, 2020
Question

Freertos patch file error with segger system viewer

  • April 10, 2020
  • 1 reply
  • 1515 views

Hi,

I want to use segger system viewer with STM32F4 discovery board. I installed required J-link files and added required segger system viewer files. I am using STMCube IDE with HAL.

Here is the free rtos version configuration I have set.

API:

FreeRTOS API CMSIS v1

Versions:

FreeRTOS version 10.0.1

CMSIS-RTOS version 1.02

But when I add the patch file to freertos folder it is showing unmatched patch segment.

What does that mean? This is my path of patch file.

Middlewares\Third_Party\SEGGER\Patch

How to understand that patch file and convert it as compatible with STMCUE ide. Here I am attaching my code and error screen shot. The patch file is for Freertos version 9 but I want it for Freertos version 10 (latest)

Please help me out.

I have seen this link in the community. Can any one know how to use patch file for the Freertos.

https://community.st.com/s/question/0D50X00009XkXFZ/segger-systemview-with-freertos

    This topic has been closed for replies.

    1 reply

    Visitor II
    November 24, 2020

    Hii Kumar,

    What you can do, open that patch file and check the folder structure for FreeRTOS.h File.

    make the path exactly same as mentioned in file and also name of the folder.

    This may help to solve the problem.