Support for TI ARM compiler.

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

  • Support for TI ARM compiler.

    In order to get to work with the CC3200 I have had to add the following section at line 100 in "SEGGER_SYSVIEW_Conf.h" v2.40(a).

    Maybe you would like to add this support to the default distribution?

    Thanks

    Andre

    C Source Code

    1. #elif defined(__TI_ARM__)
    2. #if (defined(__TI_ARM_V6M0__))
    3. #define SEGGER_SYSVIEW_CORE SEGGER_SYSVIEW_CORE_CM0
    4. #elif (defined(__TI_ARM_V7M3__) || defined(__TI_ARM_V7M4__))
    5. #define SEGGER_SYSVIEW_CORE SEGGER_SYSVIEW_CORE_CM3
    6. #endif
  • Hello Andre,

    Thanks for the code, we will add it to the SystemView sources as well.

    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.