Page 1 of 1

psram使用

Posted: Sat Jul 24, 2021 1:06 pm
by 111hll
怎么定义全局数组到esp32s2外挂的psram中

Re: psram使用

Posted: Mon Jul 26, 2021 7:57 am
by ESP_Gargamel
可以给变量加上 EXT_RAM_ATTR 的属性,但需要在 menuconfig 中先把 “Allow .bss segment placed in external memory” 打开。这个功能暂时在 S2 上没完整实现,相关问题请在 https://www.esp32.com/viewtopic.php?f=25&t=22392 帖子中跟进。