Search found 3 matches

by sumant
Mon Sep 20, 2021 8:33 am
Forum: General Discussion
Topic: PSRAM support in SDK for ESP32S3
Replies: 6
Views: 6763

Re: PSRAM support in SDK for ESP32S3

Hello Rudi, We got it ESP32-S3-WROOM-1-N8R2 module from esp sales app. I have set the following: 1. PSRAM CLK IO number -- we set it to 30 is it correct or is it something else? 2. PSRAM CS IO number -- we set it to 26 is it correct or is it something else? 3. It is Quad mode PSRAM so we set it to Q...
by sumant
Mon Sep 20, 2021 2:34 am
Forum: General Discussion
Topic: PSRAM support in SDK for ESP32S3
Replies: 6
Views: 6763

PSRAM support in SDK for ESP32S3

Hello, I am using ESP32S3 module, ESP32-S3-DevKitC-1. Though in module there is PSRAM but when I try to configure it through the menuconfig it does does work. So may be in SDK PSRAM support is still not available. May I know some when this PSRAM support for ESP32S3 will be available in SDK? Thanks.
by sumant
Fri Sep 17, 2021 4:41 am
Forum: General Discussion
Topic: ESP32S3 openocd debugging
Replies: 1
Views: 2346

ESP32S3 openocd debugging

I am trying to configure openocd for debugging with ESP32S3 module. I am using ESP32-S3-DevKitC-1. I am using eclipse for my debugging. My configuration to start server on cmd prompt is openocd.exe -f interface\esp_usb_jtag.cfg -f board\esp32s3-builtin.cfg and I use GDB Hardware debugging onn eclips...