I'm using systemview 3.54 with FreeRTOS v10.3.1
I have applied the patch manually using all the patch files for FreeRTOS as guidance and have tripple checked the patch. I'm getting data into systemview but I must be missing something because it seems like the patch isn't enough to fully log everything that's happening in my code.
I am wondering if I'm overlooking a #define to enable the instrumented code. As you can see in the attached image I have communications with the st-link but items such as Task Create are only there because I added the calls described in 6.1 of the manual. Same with Task Block. I manually added that in my vTaskDelay. However, when attempting to add other items from 6.1 system view keeps crashing on me. Section 6.1 states that I shouldn't need to do this.This is making me think I'm overthinking this.
I have applied the patch manually using all the patch files for FreeRTOS as guidance and have tripple checked the patch. I'm getting data into systemview but I must be missing something because it seems like the patch isn't enough to fully log everything that's happening in my code.
I am wondering if I'm overlooking a #define to enable the instrumented code. As you can see in the attached image I have communications with the st-link but items such as Task Create are only there because I added the calls described in 6.1 of the manual. Same with Task Block. I manually added that in my vTaskDelay. However, when attempting to add other items from 6.1 system view keeps crashing on me. Section 6.1 states that I shouldn't need to do this.This is making me think I'm overthinking this.