Hi,
I want to use system view for free rtos debugging. I am using STMCube IDE and added free rtos patch file found from the web link. This patch is done by Mr.Daimonion (freertos community member)
I have got the following error when I applied patch for Free rtos Folder. Please let me know.
I have attached the the code and error screen shot.
PatchFile.c (10.5 KB)Please let me know how to use it. I am using the following RTOS configuration
7.5. FREERTOS
Interface: CMSIS_V1
7.5.1. Config parameters:
API:
FreeRTOS API CMSIS v1
Versions:
FreeRTOS version 10.0.1
CMSIS-RTOS version 1.02
And here is the path for the project

What does this line indicate and where I have to change in my code? There are different files with following paths
diff --git a/RTOS/FreeRTOS/Source/include/FreeRTOS.h b/RTOS/FreeRTOS/Source/include/FreeRTOS.h
diff --git a/RTOS/FreeRTOS/Source/include/task.h b/RTOS/FreeRTOS/Source/include/task.h
index 8c8653a…4c22958 100644
— a/RTOS/FreeRTOS/Source/include/task.h
+++ b/RTOS/FreeRTOS/Source/include/task.h
diff --git a/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c b/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
index b3bfe0a…e6dcae2 100644
— a/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
+++ b/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
diff --git a/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h b/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
index 27b9d35…4777a26 100644
— a/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
+++ b/RTOS/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
diff --git a/RTOS/FreeRTOS/Source/tasks.c b/RTOS/FreeRTOS/Source/tasks.c
index ff65773…b41aef9 100644
— a/RTOS/FreeRTOS/Source/tasks.c
+++ b/RTOS/FreeRTOS/Source/tasks.c
and some more…
Please let me know.
Regards,
Kumar