You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to program an ESP32-S3 WROOM N16R8 camera using vscode and platformio. Although everything seems to work fine, the board isn´t able to recognize PSRAM..
In the error log i see.
Startup Failure: Insufficient PSRAM for app
I'm trying to program an ESP32-S3 WROOM N16R8 camera using vscode and platformio. Although everything seems to work fine, the board isn´t able to recognize PSRAM..
In the error log i see.
Startup Failure: Insufficient PSRAM for app
My settings in platformio.ini are..
[env:esp32S3dev]
platform = https://github.com/platformio/platform-espressif32.git
platform_packages=
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.5
framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.1/esp32-arduino-libs-idf-release_v5.1-33fbade6.zip
framework = arduino
build_src_filter = +<*> -<./new>
board = esp32-s3-devkitc-1
monitor_filters = esp32_exception_decoder, default
upload_speed = 2000000
monitor_speed = 115200
monitor_dtr = 1
monitor_rts = 1
Anyone tried to compile using vscode having this issue ?
Thanks
The text was updated successfully, but these errors were encountered: