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.

TIDA-01624: Loading the Program to LAUNCHXL-CC2640R2 using CCS

Part Number: TIDA-01624
Other Parts Discussed in Thread: TMP117, LAUNCHXL-CC2640R2,

I have a LAUNCHXL-CC2640R2 and SparkFun TMP117 Temperature-Sensor "Foto 0".
I have connected them together and by using the "Portable Project" from (Simplelink_cc2640r2_sdk-Examples) i was able to read the Temperature values via I2C in the PuTTY Console.
My next Goal is to read the Temperature values via Bluetooth in the app on my smartphone.
Therefor i have imported the TIDA-01624 Software in CCS and then i have tried to build it(sdk 2.20.0.49)
Unfortinlly the build was not completed because of the Errors showin in the screenshoot "Foto 1".
Then i have changed the SDK version to (5.10.0.02) and i have reimported the Project and i have built it again.
The build was also not completed because of the Errors showin in the screenshoots "Foto 2&3".
To temporery get over this Problem i have commented the 2 Lines (109 & 110) which made the Errors and then i built it again. This time the build was sucssfully completed. Then i have connected the LAUNCHXL-CC2640R2 to my PC and i have run the Project.
After that i was not able to find this Project in SimpleLink-SDK-Explorer-App on my Phone and in the PuTTY Console there is nothing to see "Foto 4".
Do you have any Ideas to solve this Problem ?
Is that true that the TIDA-01624 Software was not written to run on the LAUNCHXL-CC2640R2  ?
If that is true, can you tell me if there are any software or Examples that i could use to achive my Goal ?

Thanks in advance

Tareq



  • Hi Tareq,

    I was able to download, import and successfully build the TIDA-01624 project on my computer on the 2.20.0.49 SDK. However, I had to make sure I placed the extracted tida_01624 folder inside the \simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\blestack directory before importing. Can you verify if the errors are still present if the folder is placed there before importing?

    Best Regards,

    Jan

  • Hello Jan,

    Thank you very much for you Answer.

    I placed the extracted tida_01624 folder inside the C:\ti\simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\blestack directory before importing. The same Problem is still there "Foto 1"

    Can i ask you which version of XDCtools are you using and also which verion of CCS ?

    I use CCS 10.3.1 and XDCtools : 3.50.7.20

    Best Regards,

    Tareq

  • Hi Tareq,

    I am using CCS 10.3.0 and XDCtools 3.50.8.24. Can you try changing to the XDCTools version I am using and retesting?

    Best Regards,

    Jan

  • Hi Jan,

    I was able to build and run the Project successfully by using CCS 8.2 and the sdk cc2640r2_sdk_2_20_00_49.

    While running the Project i was asked to update the firmaware of the XDS110 probe (Foto 6).

    I did that then the Programm was loaded successfully and i was able to find the Project BLEMedPatch in LightBlue App on my Smartphone .

    If i click on the Characteristic 5 the App will ask me to enter the Paaring cade. I dont know what this Code is and in the PuTTY-Console is still nothing to see.

    Do you know what is this Code is and where i will be able to read the Temperature values ?

    Thanks in advance

    Best Regards,

    Tareq

     

  • Hi Tareq,

    The passcode should be displayed on the UART output of the program. However, it if it is not, then try 123456. That code is the default code for this project.

    Best Regards,

    Jan