Search Results
Search results 1-5 of 5.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello @nino can you please confirm the query made in my previous comment regarding the SystemView version that seems to conflict with the FreeRTOS v10.4?
-
I checked with FreeRTOS community and looks like there needs to be changed made in the SystemView to accomodate the changes in FreeRTOS kernel 10.4 since the kernel uses an array of task notifications per task instead of just a single notification per task. Can you please update on this?
-
Hello Thanks for the response. Upon compiling, I see the following external/freertos/source/tasks.c:4740:50: error: macro "traceTASK_NOTIFY_TAKE" passed 1 arguments, but takes just 0 8> In file included from ../../../../../../external/freertos/config/FreeRTOSConfig.h:213,8> from ../../../../../../external/freertos/source/include/FreeRTOS.h:57,8> from /Users/Projects/BLE/nRF5_SDK_17.0.2_d674dde/external/freertos/source/tasks.c:37:8> ../../../../../../external/freertos/config/SEGGER_SYSVIEW_FreeRT…
-
I have been trying to integrate Segger SystemView into my project but haven't had any luck so far. After manually applying the patch and including a #include "SEGGER_SYSVIEW_FreeRTOS.h", I start seeing a lot of undefined reference errors. For instance, "SEGGER_SYSVIEW_RecordExitISR" is defined in SEGGER_SYSVIEW.c , and SEGGER_SYSVIEW.c is already included in the preprocessor of the Segger IDE project. /app_timer_freertos.o: in function `app_timer_start':1> /Users/Projects/BLE/nRF5_SDK_17.0.2_d67…
-
I'm following this wiki to integrate SystemView into my application for tracing RTOS. I put the patch file inside freertos/source directory, and running the patch command results in the following: patch -p1 -r . < FreeRTOS_10_4_3.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -rupN org/config/FreeRTOSConfig.h new/config/FreeRTOSConfig.h |--- org/config/FreeRTOSConfig.h 2020-12-15 19…