https://forum.pjrc.com/threads/60558-TDM-Out-sending-data-even-if-inputs-not-connecteddds
| for (int i=0; i < 16; i++) { | for (int i=0; i < 16; i++) { | ||||
| block_input[i] = nullptr; | block_input[i] = nullptr; | ||||
| } | } | ||||
| memset(zeros, 0, sizeof(zeros)); | |||||
| memset(tdm_tx_buffer, 0, sizeof(tdm_tx_buffer)); | |||||
| // TODO: should we set & clear the I2S_TCSR_SR bit here? | // TODO: should we set & clear the I2S_TCSR_SR bit here? | ||||
| config_tdm(); | config_tdm(); |