PSRAM not working even after sdkconfig has it on!
Posted: Thu Jan 30, 2025 8:00 pm
In VSCODE I select PSRAM enabled and also chosen MALLOC_CAP_SPIRAM so ps_malloc must be used.
psramInit() fails.
when I right click on the function name and select GOTO DEFINITION it shows me this function!
bool psramInit() {
return false;
}
a hard coded fail... when I look into it further up in the file a few lines it due to the fact that
neither conditions are met #if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
when they are clearly selected SDK Config Editor, I click SAVE and clean build and compile and the same thing.
Anyone experience this?
psramInit() fails.
when I right click on the function name and select GOTO DEFINITION it shows me this function!
bool psramInit() {
return false;
}
a hard coded fail... when I look into it further up in the file a few lines it due to the fact that
neither conditions are met #if CONFIG_SPIRAM_SUPPORT || CONFIG_SPIRAM
when they are clearly selected SDK Config Editor, I click SAVE and clean build and compile and the same thing.
Anyone experience this?