SEGGER_SYSVIEW_SECTION / SEGGER_SYSVIEW_BUFFER_SECTION naming bug

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

  • SEGGER_SYSVIEW_SECTION / SEGGER_SYSVIEW_BUFFER_SECTION naming bug

    Hi,

    There is bug regarding name SEGGER_SYSVIEW_SECTION that is used in file "SEGGER_SYSVIEW_ConfDefaults.h ":


    C Source Code

    1. // Place the SystemView buffer into its own/the RTT section
    2. #if !(defined SEGGER_SYSVIEW_SECTION) && (defined SEGGER_RTT_SECTION)
    3. #define SEGGER_SYSVIEW_SECTION SEGGER_RTT_SECTION
    4. #endif




    I think it should be:

    C Source Code

    1. // Place the SystemView buffer into its own/the RTT section
    2. #if !(defined SEGGER_SYSVIEW_BUFFER_SECTION) && (defined SEGGER_RTT_SECTION)
    3. #define SEGGER_SYSVIEW_BUFFER_SECTION SEGGER_RTT_SECTION
    4. #endif




    Best Regards,
    Lukasz Antczak

    The post was edited 1 time, last by Lukasz Antczak ().

  • Hi Lukasz,

    Could you update to the latest version of SystemView?
    There the code is correct.
    Which version are you using?

    Best regards
    Johannes
    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.