Search found 2 matches

by Yair.Raz
Fri Jul 12, 2024 11:48 pm
Forum: ESP-IDF
Topic: Using all of ESP32-S3-WROOM2 memory in my application
Replies: 2
Views: 1123

Using all of ESP32-S3-WROOM2 memory in my application

I'm using the "ESP32-S3-WROOM-2-N32R8V" module in my design (also in my ESP32-S3-DevKitC-1.
The module has 32MB Octal SPI Flash and 8MB Octal SPI PSRAM.

How can I enable these memory in my software development/configuration so it will be available to the code (and also to data)?

Best regards,
Yair
by Yair.Raz
Fri Jul 12, 2024 11:43 pm
Forum: ESP-IDF
Topic: Using the built-in USB/JTAG interface for my design
Replies: 2
Views: 1439

Using the built-in USB/JTAG interface for my design

I'm using the ESP32-S3-VROOM-1 module in my design. I would like to use the built-in USB/JTAG interface (via GPIO19 and GPIO20) as a USB CDC serial port (for connecting to a host PC) and as a JTAG debug interface. I know that there is a driver that allows me to use this interface as a UART. My quest...