This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SIMPLELINK-CC13X2-26X2-SDK: Cannot set MAX_RTG_SRC_ENTRIES higher than 255

Part Number: SIMPLELINK-CC13X2-26X2-SDK
Other Parts Discussed in Thread: SYSCONFIG, Z-STACK

I'm trying to configure a MAX_RTG_SRC_ENTRIES higher than 256 but this always fails with the following error:

I event tried forcing "srcRtgTableIndex_t" to be an uint16_t with the following changes, but the error is still the same:

Something I find very suspicious is that the error contains the path: "C:\.conan\ac47fe\1\source\ti\zstack\stack\nwk\nwk_globals.h". Since I'm compiling on Mac, which doesn't have a C: drive this cannot be true (and indicates to me it isn't using the nwk_globals.h from my SDK location).

  • Hi Koen,

    Thank you for reporting this.  I am encountering similar issues with my Windows machine for any nwk_globals.h typedef which is changed to a uint16_t.  Upon further inspection, it appears that these resources are used by the source Z-Stack library files (libZStack_nwk_all*.a from source\ti\zstack\lib\ccs\m4f directory for example) which means they cannot be redefined by the application project.  This is not made clear from the pre-definition options or SysConfig, thus I will report this behavior to the Software Development Team.

    Regards,
    Ryan

  • Thanks for the reply Ryan, hope this will be fixed soon!