WDT timeout in bootloader for ESP32s2
-
- Posts: 9749
- Joined: Thu Nov 26, 2015 4:08 am
Re: WDT timeout in bootloader for ESP32s2
See the ESP32-S2-Wrover datasheet, and specifically the note for GPIO26: "By default, IO26 is connected to the CS pin of the PSRAM and cannot be used for other functions."
Re: WDT timeout in bootloader for ESP32s2
I have just got it from the datasheet.
Is there a way do disable PSRAM SPICS1 so that GPIO26 can be used for general purpose?
Notice:
• By default, IO26 is connected to the CS pin of the PSRAM and cannot be used for other functions.
• For peripheral pin configurations, please refer to ESP32-S2 Datasheet.
Is there a way do disable PSRAM SPICS1 so that GPIO26 can be used for general purpose?
-
- Posts: 9749
- Joined: Thu Nov 26, 2015 4:08 am
Re: WDT timeout in bootloader for ESP32s2
Well, the issue is not in the ESP32, the issue is that you still physically have the PSRAM connected to that pin. Using it as a GPIO means that whenever that GPIO is low, the PSRAM will listen on commands on the SPI bus and respond to them... which is a bit of a problem as normally the flash also tries to communicate there, and the psram will 'overwrite' its responses. So in practice: generally no, that pin is not usable as GPIO on a module with PSRAM.
Who is online
Users browsing this forum: Baidu [Spider] and 104 guests