Search found 4 matches

by olivertrepte
Fri Jun 21, 2024 7:27 am
Forum: ESP-IDF
Topic: Want to compile for ESP32S3 not ESP32
Replies: 6
Views: 1633

Re: Want to compile for ESP32S3 not ESP32

I got it to work by running "New project" in the Welcome to Espressif IDF extensions graphical interface rather than following the command line procedure outlined by Espressif. Thanks for assistance!
by olivertrepte
Tue Jun 18, 2024 9:25 am
Forum: ESP-IDF
Topic: Want to compile for ESP32S3 not ESP32
Replies: 6
Views: 1633

Re: Want to compile for ESP32S3 not ESP32

Yes, I am using VS Code, but I can't find where to change the environment target setting there. Any ideas?
by olivertrepte
Tue Jun 18, 2024 6:29 am
Forum: ESP-IDF
Topic: Want to compile for ESP32S3 not ESP32
Replies: 6
Views: 1633

Re: Want to compile for ESP32S3 not ESP32

Thanks! I have tried it but get: >idf.py set-target esp32s3 Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing action: fullclean Executing action: set-target Set Target to: esp32s3, new sdkconfig will be created. Target 'esp32s3' specified on comm...
by olivertrepte
Mon Jun 17, 2024 11:41 pm
Forum: ESP-IDF
Topic: Want to compile for ESP32S3 not ESP32
Replies: 6
Views: 1633

Want to compile for ESP32S3 not ESP32

I have a Waveshare ESP32S3 A7670E board and am trying to get hello_world from the ESP-IDF to work. I can compile but when trying to flash, it tells me A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument? I am at a loss to understand where I should configure the environment...