SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
The SimpleLink Wi-Fi device offers users the ability to read the internal device version number.
Example:
_i16 Status;
SlDeviceVersion_t ver;
pConfigLen = sizeof(ver);
pConfigOpt = SL_DEVICE_GENERAL_VERSION;
Status = sl_DeviceGet(SL_DEVICE_GENERAL,&pConfigOpt,&pConfigLen,(_u8 *)(&ver));
if( Status )
{
/* error */
}
Table 4-4 shows the possible values of the Chip ID field and the part number that this value represents.
Chip ID | Part Number |
---|---|
0x31000000 | CC3120 |
0x31100000 | CC3135 |
0x31000011 | CC3220R |
0x31000018 | CC3220S |
0x31100018 | CC3235S |
0x31000019 | CC3220SF |
0x31100019 | CC3235SF |
0x31120000 | CC3130 |
0x31120018 | CC3230S |
0x31120019 | CC3230SF |