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.

LAUNCHXL-F28069M: I2C : C2000™ microcontrollers forum

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: MOTORWARE, C2000WARE

Hello,

I am trying to set up I2C communication between STM32 mcu and the launchpad but I am not sure as to how to go about it. Motorware does not have any I2C API so is there any solution to establish the communication between the boards. What will be the best approach to set up I2C protocol using motor ware ?

Thanks,

Anushka

  • Hi Anushka,

    You could start by looking at the i2c_eeprom example within C2000ware, located at the directory below:

    C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2806x\examples\c28\i2c_eeprom

    Keep in mind that this example and the driver utilized is intended for an EEPROM slave device. If you find it difficult to work with and pull what you need into your own application I can dig up some more resources for you.

    Are you intending on using the C2000 device as a master or slave? Also what I2C frequency are you planning on using?

    Best,
    Kevin