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.

CCS/CC2640R2F: Convert 7*7 CC2640R2F code to 4*4mm compatible

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hello Sir, Madam

I am using CC2640R2F launchpad for basic development.

Now with my customize board i want to develop application which has 4*4 mm (32 pin).

How to modify CC2640R2_LAUNCHXL.h CC2640R2_LAUNCHXL.c and Board.h file accroding to 4*4 mm board of C2640R2F.

  • Hi Malkar,

    What version of the SimpleLink CC2640R2 SDK are you using?

    In general, you should be able to delete the CC2640R2_LAUNCHXL board files and replace them with 4x4 board files (found in SDK_INSTALL_DIR\source\ti\blestack\boards\CC2640R2DK_4XS)
  • Hi,

    I would take a look at the CC2640R2DK_4XS.c/CC2640R2DK_4XS.h files instead of modifying the _LAUNCHXL files.

    You can find the files in the SDK under source\ti\blestack\boards\CC2640R2DK_4XS\

     

    You also need to change your Predefined Symbol, CC2640R2_LAUNCHXL to CC2640R2DK_4XS


    Best Regards,

    R.M