Search found 1 match
- Sat Jul 04, 2020 1:45 pm
- Forum: ESP32 Arduino
- Topic: How to use EXT_RAM_ATTR in Arduino IDE
- Replies: 0
- Views: 1659
How to use EXT_RAM_ATTR in Arduino IDE
Hi, I want to use and compile and link a program which needs to EXT_RAM_ATTR macro In Arduino IDE v1.8.12 After researching I knew that I need to change somethings in esp config. CONFIG_SPIRAM_USE_MEMMAP=y CONFIG_SPIRAM_ALLOE_BSS_SEG_EXTERNAL_MEMORY=y and also I enabled psram in Tools menu of Arduin...