Search found 4 matches

by digitalLumberjack
Sat Jul 13, 2024 10:24 am
Forum: Hardware
Topic: ESP32-S3 with 64MB external flash
Replies: 4
Views: 2203

Re: ESP32-S3 with 64MB external flash

So I can now write and read data on the GD25B512MEYIGR chip with the idf.py flash commands, and esptool read_flash and write_flash. esptool.py --port /dev/ttyACM0 read_flash --flash_size 64MB 0x0 0x10000 test esptool.py v4.8.dev4 Serial port /dev/ttyACM0 Connecting.... Detecting chip type... ESP32-S...
by digitalLumberjack
Fri Jul 12, 2024 11:27 am
Forum: Hardware
Topic: ESP32-S3 with 64MB external flash
Replies: 4
Views: 2203

Re: ESP32-S3 with 64MB external flash

Hello again :) So I changed the chip with a GD25B512MEYIGR that is detected by the esp32s3: esptool.py --port /dev/ttyACM0 flash_id esptool.py v4.8.dev4 Serial port /dev/ttyACM0 Connecting... Detecting chip type... ESP32-S3 Chip is ESP32-S3 (QFN56) (revision v0.2) Features: WiFi, BLE Crystal is 40MH...
by digitalLumberjack
Tue Jul 09, 2024 6:55 am
Forum: Hardware
Topic: ESP32-S3 with 64MB external flash
Replies: 4
Views: 2203

Re: ESP32-S3 with 64MB external flash

Thanks for the information.

Is GD25B512MEYIGR fully supported ?

Is there a source code I can refer about fully supported chips ?
by digitalLumberjack
Mon Jul 08, 2024 4:12 pm
Forum: Hardware
Topic: ESP32-S3 with 64MB external flash
Replies: 4
Views: 2203

ESP32-S3 with 64MB external flash

Hello, I made a PCB with ESP32-S3 and a 512Mb external SPI flash (F35SQA512M-WWT - 512Mb - up to 133Mhz) I already did several other esp design with external flash but it seems I missed something on this one: - I have GPIO 45 pulled down so the VDDSPI = 3.3V - the SPI flash is connected to the ESP32...