SWPA230A May 2017 – June 2018 CC3120 , CC3120MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF
It is essential to determine whether the connected device is a CC3120 or CC3220. It is important because additional steps are required for the CC3220. The provided information indicates whether the device is a CC3220 (nonsecured), CC3220S, or CC3220SF (flash device).
The procedure for detecting the target follows:
If (chip type & 0x10) //the device is CC3220 flavor//
If (chip type == 0x10) //the device is CC3220 (nonsecured)//
If (chip type == 0x18) //the device is CC3220S (secured ROM)//
If (chip type == 0x19) //the device is CC3220SF (secured flash)//
else //the device is CC3220 flavor//
Figure 4 shows the Get Version Info command and the Version Info response.