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.

CC1312R7: Which API can I use in SDK 5.30.* in SimpleLink SDK library to get SDK Version in Application

Part Number: CC1312R7
Other Parts Discussed in Thread: SYSBIOS

Hi, Is there any API which i can use in my application code to get the SDK version and kernel version used to build that application? 
Thanks.

  • Hi Kiran,

    For the TI-RTOS7 kernel, you can use the following include: ti_sysbios_BIOS_version (defined in BIOS.h).

    As of the SDK version, you would have to use a prebuild script, that could take into account the SDK path.

    Regards,

    Arthur