Ok. Thanks for the confirmation.
Then I will have to make do with what is available...
Search found 2 matches
- Thu Jun 29, 2023 10:04 pm
- Forum: ESP32 Arduino
- Topic: max contiguous memory allocation on ESP32 ?
- Replies: 3
- Views: 2195
- Wed Jun 28, 2023 8:25 pm
- Forum: ESP32 Arduino
- Topic: max contiguous memory allocation on ESP32 ?
- Replies: 3
- Views: 2195
max contiguous memory allocation on ESP32 ?
Hi, I would like to allocate a large buffer of 150KB on the ESP32 (without using the SPIRAM). I had a look at the documentation and it seems like it should be possible to allocate up to 160Kb in DRAM however I do cannot find out how to do that (from Arduino IDE). I tried static allocation via: stati...