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.
Tool/software:
Hi, I can compile and use example for cc2340R mcu using CCS or Theia.
Is the make/gmake compatible to be used using Cmake as I need to export it for multiple platform and build my own CI system?
If yes, have you any example?
Thank you
Hi luca,
Please consider the simplelink-lowpower-f3-sdk repository which is Cmake compatible and uses a Linux OS.
Regards,
Ryan
Hi Ryan, thank you for support.
I had a look to the SDK in the git repository and I have few questions:
1. It does contain same example as the downloadable version, could you reference for some example which use the cmake?
2. The repository does not contain .a files in third party, is there any reason, do we need to compile them on our own?
Thank you
Hi Ryan, an update, I found instruction in the read me file and now I can compile the libraries.
I do not find any reference or make file to compile the example projects using cmake.
I hope you can help me with this,
Thank you
Glad you were able to answer your own question, thanks for providing an update. Here are some repositories which use the aforementioned simplelink-lowpower-f3-sdk and include example project build instructions in their READMEs:
https://github.com/TexasInstruments/simplelink-ble5stack-examples
https://github.com/TexasInstruments/simplelink-prop_rf-examples
Regards,
Ryan