Tool/software:
Hello,
I need to implement an I2C bus in my design, using the MSPM0L1105 as the master/controller.
Based on the MPSM 'code academy' examples, implementing an I2C bus using this MCU requires working with lower level I2C commands:
https://dev.ti.com/tirex/explore/node?node=A__Adk.xJzQkkC7nuidYK5bXg__MSPM0-ACADEMY__2f1Egw1__LATEST
The commands in this example are working down at the polling/FIFO level. I don't need this level of control. Commands at the i2c_read/i2c_write level would save me a lot of time, and are the standard across multiple platforms.
Am I simply missing these higher level functions, or is there a reason why these functions have not been implemented in the API? I can write them myself, just seems like something that would already exist.
Thanks
Jesse