Search found 1 match

by cookieESP
Sun Mar 25, 2018 1:36 pm
Forum: ESP32 Arduino
Topic: How to use PSRAM on ESP32-WROVER
Replies: 2
Views: 5359

Re: How to use PSRAM on ESP32-WROVER

I'm also wondering this. Can we easily access the PSRAM in an Arduino environment?

For the ESP8266 it was easy to use ESP specific functions using:

Code: Select all

extern "C" {
  #include "user_interface.h"
}
Can we use something similar to access PSRAM in an Arduino IDE?