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/CC3235MODASF: Porting code from cc3235s to CC3235MODASF

Part Number: CC3235MODASF
Other Parts Discussed in Thread: CC3235S, CC3235SF, UNIFLASH

Tool/software: Code Composer Studio

Hi Team ,

 I want to port AWS plugin code of cc3235s to CC3235MODASF. we were working on cc3235s and we made a long code as per our requirement, this code is merged code of many small codes. now we want to port the same code to the CC3235MODASF. I am sure definitely there would be a short method to do so.

kindly support.

Thanks,

sarju bhatnagar

  • Hi Sarju,

    All of your application code should be portable. The only difference between the CC3235S and CC3235SF variants are the memory. To update a CCS project, go to your project properties, change the variant to switch targetConfig files for the debugger, and add a new linker .cmd file from any CC3235SF example.

    If you have a UniFlash ImageCreator project, you will need to create a new CC3235SF project and manually copy your settings and user files over.

    Keep in mind that CC3235 devices use the same software device pins as the CC3235MOD. You can see table 7.2.1 Module Pin Descriptions in the CC3235MOD datasheet for how these software device pins relate to the module package pins.

    Best regards,

    Sarah

  • Hi Sarah,

    Thanks you so much for your reply. 

    it worked.

    Thanks again,

    sarju