recommended FreeRTOS configuration

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • recommended FreeRTOS configuration

    Hi,

    in the SystemView Documentation you suggest:

    To get the best results INCLUDE_xTaskGetIdleTaskHandle INCLUDE_pxTaskGetStackStart should be defined as 1 in FreeRTOSConfig.h.

    INCLUDE_pxTaskGetStackStart does not exist in FreeRTOS and you also don't seem to use it in your systemview code for the target.



    BUT you do use the symbol "INCLUDE_uxTaskGetStackHighWaterMark" which is probably important to note as recommended in the documentation.
  • INCLUDE_pxTaskGetStackStart exists in the patched version of FreeRTOS which has all the other hooks in it for SystemView to get a full trace through the scheduler.

    I agree however that the code appears not to then use it .. so I'm not quite sure what it was for.