Search found 2 matches
- Tue May 20, 2025 10:05 am
- Forum: ESP-IDF
- Topic: ESP32S3, not able to understand SRAM limit
- Replies: 0
- Views: 281
ESP32S3, not able to understand SRAM limit
I have an ESP IDF project based on the ESP32-S3 Mini. According to the datasheet, the S3 should be having 512 KB of SRAM, but when I compile my project the memory usage summary says I have a total of 341760 bytes for DRAM and 16384 bytes of IRAM. I'm not able to understand where the rest of the RAM ...
- Sat Jan 04, 2025 8:35 pm
- Forum: ESP-IDF
- Topic: Facing issues with SPI (Master) on ESP32C3
- Replies: 0
- Views: 913
Facing issues with SPI (Master) on ESP32C3
Hello!
I'm trying to establish communication between an ESP32C3 and an STM32 microcontroller, where the ESP32 behaves as the master, and STM32, the slave.
For testing purposes I am using the SEEEDStudio XIAO ESP32C3 dev kit.
All I'm trying to do is send and receive a byte via SPI (full duplex mode ...
I'm trying to establish communication between an ESP32C3 and an STM32 microcontroller, where the ESP32 behaves as the master, and STM32, the slave.
For testing purposes I am using the SEEEDStudio XIAO ESP32C3 dev kit.
All I'm trying to do is send and receive a byte via SPI (full duplex mode ...