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: Nnon CCS examples: How to build

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

I am used by now building CCS examples, but I have seen some that have a different format.

A single directory with a makefile. They all throw up an error in the make file. How can one build it ?

\ti\tirtos_cc13xx_cc26xx_2_21_00_06\examples\TI\CC2650DK_4XS\pinShutdown

  • Hi Nicholas,

    Have you read section 3.1.2 "Creating Examples to Build via a Command Line" in the Getting Started Guide in TI-RTOS. We ship the examples already, but this shows how to generate them and build them. You may need to change the top-level tirtos.mak (e.g. compiler location).

    When you build the examples, you may need to change the makedef file in the board specific examples also (e.g. again the compiler location).

    Can you please include the errors you are getting?

    Are you using CC2650 or CC2640R2?

    Todd