Closed sepotvin closed 2 years ago
(I have removed my previous comment as it was not helpful or entirely correct)
I apologize @sepotvin I had myself all mixed up when I originally commented.
The SVD currently being used by the ESP32 PAC is not the same one that is found in this repository. The SVD found here has both I2S0
and I2S1
in it.
I have a fork of the repository using the official SVD for the time being, which can be found here: https://github.com/jessebraham/esp32
I2S0 is defined as I2S and I2S1 is missing in the esp32 PAC based on the svd for esp32. The same workaround that was created for I2C0 and I2C1 should probably be applied to I2S also.