Hello Experts,
I'm using S32K142 controller for POC purpose of our upcoming project.
I want to development some quite general requirement for our design. which is following :
step1: GPIO high --> DONE
step2: enable clocks of I2S. --> pending
step3: send data via I2C. --> pending (I2S clocks needs on parallely)
step4: send actual data on i2S. -> pending
when I checked with SDK, I got to know that I2S clocks are only visible during sending data else they are not enabled. but to fulfill step2 and step3 only clocks of i2S is required.
kindly share your suggestion how can I make sure to complete this requirement.
Regards,
Mohit M