Search found 1 match
- Mon Apr 16, 2018 10:26 am
- Forum: General Discussion
- Topic: Unable to receive data in pcm short mode
- Replies: 0
- Views: 2099
Unable to receive data in pcm short mode
I need to implement the cascading function of the es7243 chip here. I find that the esp32 can send data in the pcm short mode but cannot accept data. The configuration code is as follows: i2s_config_t i2s_config = { .mode = I2S_MODE_MASTER | I2S_MODE_TX |I2S_MODE_RX , // Only RX .sample_rate = SAMPL...