I have an ADS1220 connected to the spi bus of the Wrover kit, wired as follows:
Code: Select all
ADS1220 || Wrover-Kit
CLK > CLK
MISO > SD0
MOSI > SD1
CS > CMD
DRDY > IO16
If I connect the MISO and CLK and try to boot I get this messages on the serial port:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
If I disconnect CLK, then I get:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:952
load:0xffffffff,len:-1
ets Jun 8 2016 00:22:57
If I connect CLK and disconnect MISO:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:952
load:0x40078000,len:6084
load:0x40080000,len:7936
csum err:0x93!=0xd7
ets_main.c 371
ets Jun 8 2016 00:22:57
in any case the digital power of the ADS matters.
Any Idea of what can be the cause of this?