Re: ESP32 I2S input and output interface
Posted: Tue Oct 25, 2016 4:39 pm
I used it as reference. I2S registers described in ESP31_RTOS don't match up with registers described in esp-idf sdk.
For example, using ESP31_RTOS, I2S_CONFIG register setups modes of operation and clock, but esp-idf defines two new registers to setup clocks(sample rate) and another for delays.
It's starting to be waste of time, so I wait for documentation or example code.
For example, using ESP31_RTOS, I2S_CONFIG register setups modes of operation and clock, but esp-idf defines two new registers to setup clocks(sample rate) and another for delays.
It's starting to be waste of time, so I wait for documentation or example code.