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: CCS/CC2640R2F

Part Number: CC2640R2F

Tool/software: Code Composer Studio

1.  Do you provide functions (in C or C++) to read in signals from input pins of the board?  How do I include these functions into my C program?

2.  After writing my program, how do I compile it into code for the onboard processor?  I can run CCS and create a C program, but I don't see any way in CCS to compile it.  Do I use SCSWhere can I find an example that does this?  What tools do I use to do this?  

3.  When my program is ready and compiled, how do I flash (write) it onto the board?  Where can I find an example that does this?

4.  Once the program is on the board, how do I cause it to execute?

5.  What functions do you provide to put the program into sleep mode to preserve power?  How do I cause the program to come out of sleep mode at a chosen time?  Can I send a command via Bluetooth from my PC or iPhone to wake up the board processor? Where can I find an example that does this?

I am thinking that I need some combination of the “CCS” (Code Composer Studio), “SCS” (Sensor Control Studio), and SDK to do these things.   

I am further thinking that the “Project Zero” example for CC2640R2 is what will help, but your example here:

dev.ti.com/.../

does not help much - to begin with, I can't find the sample code.

Are there other places in your documentation that separately address each of the above tasks (1-5) and provide examples of doing them?