Search found 6 matches

by damian
Wed Aug 29, 2018 12:04 pm
Forum: Hardware
Topic: CAP1 and CAP2 rc circuit functionality
Replies: 4
Views: 6384

Re: CAP1 and CAP2 rc circuit functionality

Thanks krzychb.
by damian
Wed Jul 04, 2018 2:15 pm
Forum: Hardware
Topic: Multiple SPI slave: MISO tristate output?
Replies: 5
Views: 9172

Re: Multiple SPI slave: MISO tristate output?

After some current measurements it seems that the MISO output stage is driven low or high depending on the level of CS (driven, not pulled up or down). So, no automatic tristate when CS is high... Behavior updat e: if there's a transaction queued by the spi slave driver, MISO remains driven low even...
by damian
Tue Jul 03, 2018 11:56 am
Forum: Hardware
Topic: Multiple SPI slave: MISO tristate output?
Replies: 5
Views: 9172

Re: Multiple SPI slave: MISO tristate output?

Of course my question was about the ESP32 implementation of the spi slave interface. Anyway, I saw that once the bus is initialized by spicommon_bus_initialize_io the MISO line has a bizarre behavior: when CS is high MISO output is driven low when CS is low and no transaction is in progress MISO out...
by damian
Sat Jun 30, 2018 8:37 am
Forum: Hardware
Topic: Multiple SPI slave: MISO tristate output?
Replies: 5
Views: 9172

Multiple SPI slave: MISO tristate output?

I need to connect multiple ESP32 as SPI slave in parallel configuration. One master drives MOSI, CLK, and multiple CS, on the other hand slaves are connected to the same MOSI and MISO bus. Now the question is: is the MISO output automatically trisated when the CS of a specific slave becomes high? If...
by damian
Sat Jun 30, 2018 8:21 am
Forum: Hardware
Topic: CAP1 and CAP2 rc circuit functionality
Replies: 4
Views: 6384

Re: CAP1 and CAP2 rc circuit functionality

After some experiments I saw that the removal of this RC circuit doesn't affect anything visible (I note that I don't use deep sleep in my application).
However I hope that the functionality of this circuit will be explained in an upcoming release of the official technical documentation.
by damian
Thu Mar 08, 2018 10:00 am
Forum: Hardware
Topic: CAP1 and CAP2 rc circuit functionality
Replies: 4
Views: 6384

CAP1 and CAP2 rc circuit functionality

I have doubts about the function of the RC circuit connected to CAP1 and CAP2. The only words about it are in ESP32 Hardware Design Guidelines : Removing the RC circuit may slightly affect ESP32 in Deep-sleep mode So the rc circuit is involved in the 8MHz internal oscillator used in deep-sleep mode?...