Skip to main content
Visitor II
July 3, 2024
Question

Need a I2C driver to communicate STM32F101R8T6 to a MPU

  • July 3, 2024
  • 1 reply
  • 577 views

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.

 

This topic has been closed for replies.

1 reply

Andrew Neil
Super User
July 3, 2024

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.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.