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.

RTOS/LAUNCHXL-CC2650: Setting up I2C interface on this platform to talk to Tiva C series connected Launchpad 1294XL

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650

Tool/software: TI-RTOS

Hi

I would like to set up Tiva C Launchpad 1294XL to have access tp Blue tooth via LAUNCHXL-CC2650.. The I2C interface is preferred for the application in mind. Please give pointers on the same.

Are there examples or code to set up the I2C bus on Launchpad for CC2650

Thank you

  • You can find out of box example for I2C setup here :

    Even though the example code is on sensortag platform, but the code applies to all the different platform.

  • In addition please note there is no I2C slave driver provided for the CC26xx so you will need to implement the slave function on the TivaC. If you are establishing communication with another MCU, we recommend using UART or SPI as the communication bus.

    Best wishes