cancel
Showing results for 
Search instead for 
Did you mean: 

Need a I2C driver to communicate STM32F101R8T6 to a MPU

KrishnaCarrier
Associate

Hi,

I have a STM32F101R8T6 based I2C slave device and now I want it to interface to a TI based MPU - AMX625 which is running on Linux OS.

My question - Is there any generic I2C driver available to communicate from AMX625 to STM32F101R8T6?

 

Thanks.

 

1 REPLY 1
Andrew Neil
Evangelist III

If it were generic, it would be purely about the I2C - the type of Slave device would be irrelevant.

So I'd be looking to TI for a generic I2C driver, and then you write your STM32 code to be compatible with that - much like RPi provides I2C support.

https://www.ti.com/product/AM625 has a 'Support & Training' link.