Good day to all!
I use PicoCore™MX8ULP and I have several questions about the audio codec, I hope for your support.
As you know imx8ulp has A35 and m33 cores, my friend working with the A35 core outputs audio data to the codec (as I understand it sgtl5000) using SAI4 PTF pins.
As far as I know, it is impossible to use SAI4 from m33 core (correct me if this is not so), the documentation states that PTCs are also connected to the codec (as I understand it is about SAI1), so can I use SAI1 to transfer audio data to the codec while the A35 core and SAI4 are enabled? (or is it necessary to make sure that SAI4 is disabled?)
Second question: without using the A35 core to initialize the codec from the m33 core, the documentation talks about I2C_D, did I understand correctly that this will be I3C0 located on the PTA(14,15) pins?
Thank you in advance.