Page 2 of 2

Re: Confirmations about ESP32 peripherals

Posted: Fri Apr 01, 2016 9:45 am
by metRo_
metRo_ wrote:
WiFive wrote:
metRo_ wrote:BTW what is HS1d0-d7 HS1clk HS1cmd ?
8-bit SDIO
Is this SDIO free? Do you think it is possible to use it to drive an LCD using DMA?
and by software can I write to a register and the data is sent out to HS1d0-d7 ? It is faster then clock the 8 bits out.

Re: Confirmations about ESP32 peripherals

Posted: Tue Apr 05, 2016 10:33 pm
by metRo_
Where can I get more information on the sd card interface? I tried Xtensa LX6 documentation but doesn't found any public document. Which would be the maximum clock on this interface?

Re: Confirmations about ESP32 peripherals

Posted: Wed Apr 06, 2016 4:05 am
by ESP_Sprite
No idea about the SPI, but the ESP32 is going to have a modified I2S module. The DMA capabilities that has will stay, but it will also be able to output/input parallel data so you can e.g. send images to a parallel LCD using DMA.

Re: Confirmations about ESP32 peripherals

Posted: Sat Dec 10, 2016 3:48 pm
by star_7
ESP_Sprite wrote:No idea about the SPI, but the ESP32 is going to have a modified I2S module. The DMA capabilities that has will stay, but it will also be able to output/input parallel data so you can e.g. send images to a parallel LCD using DMA.
I want to use I2S module,to read input data.but esp32_datasheet did not say specifically how to use I2S,Can you tell me the specific configuration steps to use?How to operate the register steps?thank you

Re: Confirmations about ESP32 peripherals

Posted: Sun Dec 11, 2016 7:41 am
by ESP_Sprite
Sorry, the I2S chapter of the TRM is still in editing. We'll try to update it ASAP, but it'll probably take at least a few more weeks.