I want to use NXP SAI configure I2S in driver level.
Currently, i just reference S32K344 example code but I2S in MCAL level.
Do you have any I2S example code or manual for S32K14?
Solved! Go to Solution.
Hi @ellie,
You can use the examples inside RTD 2.0.0 for a reference guide on the module (Sai_Ip_example_S32K344, I2s_Sai_example_S32K344, Flexio_I2s_Ip_example_S32K344), as well as the example in the latest RTD release, 4.0.0. (I2s_Example_Flexio_Master_Tx_Sai_Slave_Rx_S32K344).
Inside the installation path for the package, there is also a User Manual and Integration Manual for the respective module under the following path: C:\nxp\RTD\SW32K3_S32M27x_RTD_R21-11_4.0.0_HF01\eclipse\plugins\I2s_TS_T40D34M40I0R0\doc\RTD_I2S_UM/IM.pdf.
The User Manual describes in chapter 3.6 (Driver usage and configuration tips) initialization, different usages and modes for the I2S driver.
Best regards,
Julián
Hi @ellie,
You can use the examples inside RTD 2.0.0 for a reference guide on the module (Sai_Ip_example_S32K344, I2s_Sai_example_S32K344, Flexio_I2s_Ip_example_S32K344), as well as the example in the latest RTD release, 4.0.0. (I2s_Example_Flexio_Master_Tx_Sai_Slave_Rx_S32K344).
Inside the installation path for the package, there is also a User Manual and Integration Manual for the respective module under the following path: C:\nxp\RTD\SW32K3_S32M27x_RTD_R21-11_4.0.0_HF01\eclipse\plugins\I2s_TS_T40D34M40I0R0\doc\RTD_I2S_UM/IM.pdf.
The User Manual describes in chapter 3.6 (Driver usage and configuration tips) initialization, different usages and modes for the I2S driver.
Best regards,
Julián