Part Number: MSP432P401Y
How do check what version of TI RTOS I'm using using in my CCS ?
Is the version of TI RTOS related to SDK version ?
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.
Part Number: MSP432P401Y
How do check what version of TI RTOS I'm using using in my CCS ?
Is the version of TI RTOS related to SDK version ?
Hi Madan,
The TI RTOS kernel is included in the SDK - the latest version of the SDK is available here:
https://www.ti.com/tool/SIMPLELINK-MSP432-SDK#downloads
BR,
Leo
Thanks. Does it mean that SDK version represents the TI RTOS version.
I'm using simplelink_msp432e4_sdk_4_20_00_12. Does it mean TI RTOS version is 4.20.00.12 .
How do say if someone asks me what version of TI RTOS are you using ?
Hi Madan,
The TI RTOS version is in the release notes for SysBios of the SDK. You should be able to find it in your ti directory structure at a path similar to this one:
file:///C:/ti/simplelink_msp432p4_sdk_3_40_01_02/docs/tirtos/sysbios/release_notes_bios_6_80_00_10.html
In this case, it's the 3.40.01.02 version of the SDK with SysBios version 6.80.00.10.
BR,
Leo