Good day to all!
I use PicoCore™MX8ULP and I have some questions about the sgtl5000 and I3C0 bus, I hope for your support.
I'm trying to control an audio codec from the m33 core.
Standard sgtl5000 control functions from fsl drivers (for example SGTL_Init() and some others) use i2c entities, however on my board the codec is connected to i3c0, I know that i3c is backward compatible with i2c, but I don't quite understand how to do this using functions from fsl drivers.
Question. To use i3c0 with the codec, will it be necessary to rewrite the existing functions using i2c for interaction? If not, maybe there are some examples of code using i3c0 for sgtl5000 on PicoCore.
Thank you in advance.