Page 1 of 1

How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Mon Apr 25, 2022 7:45 pm
by johnboiles
I ordered 1000 ESP32-PICO-D4 chips and turns out they are the older ECO V1 version (not the latest ECO V3). According to the Espressif Product Selector (https://products.espressif.com/#/produc ... 32-PICO-D4) the latest version of these chips should be based on the ECO V3 silicon.

Is there a way to tell from part numbers or suppliers which chip revision I'm ordering before I order it?

Re: How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Tue Apr 26, 2022 1:01 am
by ESP_Sprite
Pico-D4 always is v1 silicon, from what I know. You probably want to migrate to Pico-V3, which always is V3 silicon. Do keep in mind that some things are changed between the two (check the V3 datasheet, it has a list of changes).

Re: How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Tue Apr 26, 2022 1:22 am
by ESP_krzychb
johnboiles wrote: Is there a way to tell from part numbers or suppliers which chip revision I'm ordering before I order it?
Expanding on ESP_Sprite's reply:
ESP32-PICO-D4 is a chip with V1 silicon.
ESP32-PICO-V3 denotes chips with V3 silicon.
Currently there are two options of ESP-PICO chip with V3 silicon:
ESP32-PICO-V3 - https://www.espressif.com/sites/default ... eet_en.pdf
ESP32-PICO-V3-02 - https://www.espressif.com/sites/default ... eet_en.pdf

Re: How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Wed Apr 27, 2022 12:36 am
by johnboiles
Thank you, that's very helpful! Would be good to update the product selector to be clear about this since right now it reads on the ESP32-PICO-D4 page "The ESP32-PICO-04 (sic) is a System-in-Package (SiP) device that is based on ESP32 with ECO V3 wafer" https://imgur.com/a/E28o1df

I absolutely need PSRAM for my application so I'm looking at the ESP32-PICO-V3-02. Am I correct in reading that only HSPI/SPI2 is available for customer use since it looks like SPI1 and VSPI/SPI3 are used for internal flash and ram? My application uses an external 64mb flash chip (on HSPI) and a display (on VSPI) though I suppose it's possible these could possibly work on the same bus.

Re: How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Thu Apr 28, 2022 6:49 am
by ESP_krzychb
I am sorry for the errors in the product selector. This has been corrected.

Both SPI0 and SPI1 are used for in-package flash and PSRAM of ESP32-PICO-V3-02.
SPI2 (HSPI) and SPI3 (VSPI) are free to use.

Re: How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Fri Apr 29, 2022 1:31 am
by ESP_Sprite
Do note that SPI3/VSPI will be used by the system if the PSRAM is ran at 80MHz. At lower frequencies and if you don't use PSRAM, that peripheral is free for you to use.

Re: How to order ESP32-PICO-D4 with ECO V3 revision

Posted: Fri Apr 29, 2022 8:02 am
by ESP_krzychb
More on VSPI or HSPI usage for PSRAM running at 80 MHz is in CONFIG_SPIRAM_SPEED.