Closed carlocaione closed 6 months ago
Wait for development team to check. Appreciate your patience since reply could be delayed.
Found the solution. We can used two different FLEXCOMM ports with signal sharing, using one for TX and the other one for RX.
I'm trying to understand whether this is an API or hardware limitation.
I want to use the I2S controller in TX and RX mode at the same time but all the APIs seems to suggest that you can configure the controller either for TX or for RX (see for example
I2S_RxInit()
vsI2S_TxInit()
).Is this simply an API limitation or is there anything in hardware preventing that?