CC3230S: create cc3230s project from cc3235s

Part Number: CC3230S
Other Parts Discussed in Thread: CC3235S, SYSCONFIG, UNIFLASH

Tool/software:

Hi expert,

I want to create cc3230S project.

Can I

-import from ]sdk]\examples\rtos\CC3235S_LAUNCHXL\demos

-switch IC to cc3230s from sysconfig

-connect CC3235S_LAUNCHXL

-build the project

Also, I can switch back to CC3235s by change ic to cc3235s again if customer needs 5g band?

BR,

frank

  • This is doable but you will need to change more than just target.

    Make sure that the project is also pointing to the correct source files and includes.

    One way you can do this is by creating multiple target configurations on the same CCS project.

  • hi AB,

    can you specify which source file for CC3235s and cc3230s?

    Or you have recommended way to create the CC3230S project?

    BR,

    frank

  • Hi Frank,

    I think previous answer is not 100% correct. I am not a TI employee, but I will answer according my experiences with CC32xx devices:

    • I think it would be better to change target configuration especially for debug purpose, but you should be perfectly fine to run code build for CC3235S at CC3230S. You can even create same binary which can run at CC3235 and CC3230. But you should not call 5GHz sl_ API calls at CC3230. That means you will need to determine type of device at runtime.
    • There is no need to change anything regarding libraries or SDK files
    • It even could be possible to use same image from image creator (Uniflash or Sysconfig) at CC3230S and CC3235S devices. But it would be better to properly configure Sysconfig.

    Jan