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.

Anyone has a full example of i2c with HALCoGen driver?

Other Parts Discussed in Thread: HALCOGEN, BQ27510

I'm looking for a working example of a Hercules microcontroller with an external IC using the HALCoGen i2c driver.
I've found the examples that come with HALCoGen where the i2c module is using the loopback to talk to itself,
and Christian from TI has kindly pointed me to a working implementation that's not using the HALCoGen driver and API functions.

I'm looking for a real-world example project where a Hercules processor (type not critical) talks to a chip using the i2c peripheral as MASTER, with its intitial set-up configured in HALCoGen, and using the HALCoGen driver functions to initiate communication, send data and read results.