I uploaded sketch, and I barely see led light instead of bright flashes - When I measured voltage on gpio11 - it shows 1.57V.
So what's wrong with using:
Code: Select all
int ledPin = 11;
Code: Select all
int ledPin = 11;
Code: Select all
SHD/SD2 17 GPIO9, SD_DATA2, SPIHD, HS1_DATA2, U1RXD
SWP/SD3 18 GPIO10, SD_DATA3, SPIWP, HS1_DATA3, U1TXD
SCS/CMD 19 GPIO11, SD_CMD, SPICS0, HS1_CMD, U1RTS
SCK/CLK 20 GPIO6, SD_CLK, SPICLK, HS1_CLK, U1CTS
SDO/SD0 21 GPIO7, SD_DATA0, SPIQ, HS1_DATA0, U2RTS
SDI/SD1 22 GPIO8, SD_DATA1, SPID, HS1_DATA1, U2CTS
Would really like to use these for sdcard limited r/w operations. Possible with separate cmd lines? Or maybe SD card cmds are mutually exclusive with flash commands?ESP_Angus wrote:This is correct, unfortuntely. It is possible to use these pins to share other devices on the SPI bus of the SPI flash if you're very careful (use a separate CS line, only talk to the other SPI device(s) while the SPI flash cache mapping is disabled). But in general it's best to not use them.
The diagram you linked was not created by Espressif, but I've emailed the author with a couple of suggestions about extra labels.
Users browsing this forum: No registered users and 142 guests