This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Could not find RTT Control Block - Systemview

I am trying to set up a Segger Systemview for trace FreeRTOS/ISR events while the application is running, but upon doing so, I see Could not find RTT Control Block.
Timeout: 20000 ms error.

Target interface = SWD at a speed of 4MHz, and RTT Control block = Auto Detection.

Parents Reply
  • What's the preferred way of applying a patch? I downloaded the patch files and run the following commands inside project/pca10056/s140/ses, and get an error: 

    error: invalid path '../../../../../../external/freertos/source/include/FreeRTOS.h'


    git diff ../../../../../../external/freertos/source/include/FreeRTOS.h ../../../../SystemView\ Patched\ files/FreeRTOS.h > rtos-conf.patch
    
    git apply rtos-conf.patch

Children
Related