[SOLVED] Why can't I view the information for these tasks? Did I miss anything?

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

  • [SOLVED] Why can't I view the information for these tasks? Did I miss anything?

    Wortk with S32K314 + FreeRTOS.

    In the Contexts window, some tasks cannot display information such as Name, Type, and Stack Information, but can display CPU load and other information.

    Why can't I view the information for these tasks? Did I miss anything?

    Only edit the following code.

    #ifndef BUFFER_SIZE_UP
    #define BUFFER_SIZE_UP (10240)//(1024) // Size of the buffer for terminal output of target, up to host (Default: 1k)
    #endif

    What shounld I do to solve this problem?Thanks. ?( ?( ?(
  • Hello,

    Thank you for your inquiry.
    Please note that this is not a support forum. If you have a SystemView support license and require a timely answer please contact us via our support channels as explained in my signature.

    If you do not have such license you can of course use this community forum for your inquiries, but there is no guarantee that you will get an answer.

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hello,

    Did you follow the following guide when setting up SystemView with FreeRTOS?
    wiki.segger.com/FreeRTOS_with_SystemView

    See especially the troubleshooting section.

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • arcrong wrote:

    Wortk with S32K314 + FreeRTOS.

    In the Contexts window, some tasks cannot display information such as Name, Type, and Stack Information, but can display CPU load and other information.

    Why can't I view the information for these tasks? Did I miss anything?

    Only edit the following code.

    #ifndef BUFFER_SIZE_UP
    #define BUFFER_SIZE_UP (10240)//(1024) // Size of the buffer for terminal output of target, up to host (Default: 1k)
    #endif

    What shounld I do to solve this problem?Thanks. ?( ?( ?(

    the answer is:
    #define SYSVIEW_FREERTOS_MAX_NOF_TASKS 8