Trying to interface to a CMX655D codec via I2S.
I have all the right signals int the right places and have checked all the IRQ are enabled in the NVIC and Flexcomm. Despite this I have no IRQ being generated.
Just wondering if there are any examples of I2S Record (Rx) all the SDK examples are play (Tx).
Regards
解決済! 解決策の投稿を見る。
Hi
Please refer MCUXpresso I2S SDK demo code
SDK_2.8.2_LPCXpresso55S69\boards\lpcxpresso55s69\driver_examples\i2s
Hope this helps,
Jun Zhang
Hi
Please refer MCUXpresso I2S SDK demo code
SDK_2.8.2_LPCXpresso55S69\boards\lpcxpresso55s69\driver_examples\i2s
Hope this helps,
Jun Zhang
Thanks Jun Zhang,
I was looking at the wrong SDK, which is why I could only see Tx.
Regards