Search found 3 matches

by Yair.Raz
Wed Jan 29, 2025 3:20 pm
Forum: ESP-IDF
Topic: esp-idf-cxx components
Replies: 1
Views: 803

esp-idf-cxx components

Hello,

Has there been any update to this repository? I would like to use it in my project and I wanted to make sure it is up to date with the rest of the SDK.

Best regards,
Yair
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: 1744

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: 2219

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...