Hello! I try to use I2S with DMA and without the CODEC Module, using the I2S functions. ->I Open the driver: I2S_Driver_handle = DRV_I2S_Open(DRV_I2S_INDEX_0, (DRV_IO_INTENT_WRITE | DRV_IO_INTENT_NONBLOCKING));-> result ok ->I set the baud rate and add fi..
↧