Search found 5 matches

by MasterOfReality
Thu Feb 29, 2024 3:10 pm
Forum: ESP-IDF
Topic: ESP32-S3R8 with S25FL064L SPI Flash not working
Replies: 3
Views: 778

Re: ESP32-S3R8 with S25FL064L SPI Flash not working

Thank you very much for the suggestion, it worked!

It is a bit weird why the DIO is not working with this Flash IC.
Do you have any idea or suggestion why it was not working?
by MasterOfReality
Mon Feb 26, 2024 9:19 pm
Forum: ESP-IDF
Topic: ESP32-S3R8 with S25FL064L SPI Flash not working
Replies: 3
Views: 778

ESP32-S3R8 with S25FL064L SPI Flash not working

I have design based around ESP32-S3R8, which uses S25FL064L SPI Flash (datasheet: https://www.infineon.com/dgdl/Infineon-S25FL064L_64-Mbit_8-Mbyte_3-DataSheet-v09_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ee2d2846996 ) as the main flash. After I program the MCU with any sample code, I always receive log...
by MasterOfReality
Mon Feb 26, 2024 5:11 pm
Forum: Hardware
Topic: ESP32-S3R8 PSRAM GPIOs
Replies: 4
Views: 900

Re: ESP32-S3R8 PSRAM GPIOs

Thank you very much for your responses!
by MasterOfReality
Sun Feb 25, 2024 2:33 pm
Forum: Hardware
Topic: ESP32-S3R8 PSRAM GPIOs
Replies: 4
Views: 900

Re: ESP32-S3R8 PSRAM GPIOs

Is it possible to utilize GPIOs Input Enabled and Output Enable control signals, to disconnect the GPIO from the physical pad?
Or this will cause issues with the PSRAM?
image (2).png
image (2).png (45.82 KiB) Viewed 789 times
by MasterOfReality
Sat Feb 24, 2024 10:34 am
Forum: Hardware
Topic: ESP32-S3R8 PSRAM GPIOs
Replies: 4
Views: 900

ESP32-S3R8 PSRAM GPIOs

Hello there, I have custom design based on ESP32-S3R8, and by mistake I connected two pins used by the in-package PSRAM, GPIO36 and GPIO37, to another component in the design, which can utilize the state of those two pins to enter low-power mode and reset. Fortunately, the component can function pro...