Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling in VSCode with PlatformIO #523

Open
gemi254 opened this issue Dec 8, 2024 · 0 comments
Open

Compiling in VSCode with PlatformIO #523

gemi254 opened this issue Dec 8, 2024 · 0 comments

Comments

@gemi254
Copy link
Contributor

gemi254 commented Dec 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant