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.

CC2652RB: Read device Name with debugger

Part Number: CC2652RB

Hi Team,

I use CC2652R1B and CC2652RB controller with bim offchip. They need different bootloader to work correctly.

If the device will be flashed in production, I must know which controller type I want to flash ( CC2652R1B or CC2652RB).

Is there a way to read out the type of the controller with a debugger like xds110?

Best Regards

Eric Leitsch

  • Eric,

    You can use the SmartRF Programmer 2 CLI to do this. Use this command:

    ./srfprog.exe -ls auto

    and it will return the connected devices and attempt to read the device ID:

    Regards,

    Daniel

  • Eric,

    Here is the output showing that the tool can detect between the R and RB device:

    C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>srfprog -ls auto
    
    Texas Instruments SmartRF Flash Programmer 2 v1.8.2-windows
    -------------------------------------------------------------------------------
    
    
    -------------------------------------------------------------------------------
    
    Connected devices:
    
    ------------------
    
    0 Device: XDS110, ID:XDS-76543210
    
    Chip: CC2652RB
    
    Chip Revision: E (2.1)
    
    1 Device: Intel(R) Active Management Technology - SOL (COM3), ID:COM3
    
    Chip: Unknown
    
    2 Device: XDS110 Class Application/User UART (COM6), ID:COM6
    
    Chip: Unknown
    
    -------------------------------------------------------------------------------
    
    C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>
    C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>srfprog -ls auto
    
    Texas Instruments SmartRF Flash Programmer 2 v1.8.2-windows
    -------------------------------------------------------------------------------
    
    
    -------------------------------------------------------------------------------
    
    Connected devices:
    
    ------------------
    
    0 Device: XDS110, ID:XDS-76543210
    
    Chip: CC2652R
    
    Chip Revision: E (2.1)
    
    1 Device: Intel(R) Active Management Technology - SOL (COM3), ID:COM3
    
    Chip: Unknown
    
    2 Device: XDS110 Class Application/User UART (COM6), ID:COM6
    
    Chip: Unknown
    
    -------------------------------------------------------------------------------
    
    C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>