Search found 2 matches

by marccof
Thu Jun 29, 2023 10:04 pm
Forum: ESP32 Arduino
Topic: max contiguous memory allocation on ESP32 ?
Replies: 3
Views: 2195

Re: max contiguous memory allocation on ESP32 ?

Ok. Thanks for the confirmation.
Then I will have to make do with what is available... :)
by marccof
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...