Search found 1 match

by Nienowb
Fri Sep 10, 2021 7:28 am
Forum: Hardware
Topic: Large external memory with an ESP32-C3
Replies: 3
Views: 4520

Re: Large external memory with an ESP32-C3

I was wondering if malloc() will use PSRAM with

-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
Or do i have to use ps_alloc() or whatever? If the answer is "it depends", where do I go in menuconfig to enable that?