Page 2 of 2
Re: ESP32-S3_Mini not compiling
Posted: Wed Apr 10, 2024 10:18 am
by BenR
Hi Stefan,
That is very odd. I've just taken a look at your latest project file C3_24_1 but it's an empty project, is that the correct file?
Re: ESP32-S3_Mini not compiling
Posted: Wed Apr 10, 2024 10:33 am
by stefan.erni
Hi Ben
Sorry Ben, I have post the test program from the ESP32 C3.
Here is the matching ESP32 S3 program and C-code
regards
Stefan
C-Code
Program for Atom S3 with display:
Re: ESP32-S3_Mini not compiling
Posted: Wed Apr 10, 2024 7:43 pm
by BenR
Hi Stefan,
Sorry to say the C code produced by my Flowcode is idential but the code is compiling successfully.
Is anyone else able to reproduce Stefan's compilation errors?
Re: ESP32-S3_Mini not compiling
Posted: Wed Apr 10, 2024 10:23 pm
by medelec35
Hi Stefan.
S3_24_1.fcfx compiles successfully for me using IDF v5.1.3
Re: ESP32-S3_Mini not compiling
Posted: Thu Apr 11, 2024 10:05 am
by BenR
We've replicated the issue in IDF version 4.4 but not in v5.1. As the S3 wasn't really supported in 4.4 I think this is to be expected.
Please can you send us the .msg.txt file from your IDF v5.1 compilation and we'll try and investigate further but always tricky when we can't replicate the issue.
Re: ESP32-S3_Mini not compiling
Posted: Thu Apr 11, 2024 10:50 am
by stefan.erni
here the msg file from the notebook with IDF-5.13. Compiling is working in spi software mode but not with hardware spi
Here a list of my component.
They should all be up to date

- Snag_86d70b.png (62.97 KiB) Viewed 5522 times
Re: ESP32-S3_Mini not compiling
Posted: Thu Apr 11, 2024 1:18 pm
by medelec35
Hi Stefan.
To be on the safe side have you done a Full database component update?
I did the compiling in SPI mode.

- successful SPI.png (84.7 KiB) Viewed 5517 times
Re: ESP32-S3_Mini not compiling
Posted: Thu Apr 11, 2024 2:26 pm
by stefan.erni
Hi Martin
Yes, I do a full database update every time. I only have the components that appear in the project published. Maybe you can take a screen shot of your components, then we can compare we have the same version.
But on all my computers I can't compile with SPI hardware.
I also did a quick test with a C3 (just in ESP32-IDF 4.4) and there also only possible SPI in software mode.
It is good that with the ESP32 and ESP32-pico it works perfectly with hardware SPI.
Re: ESP32-S3_Mini not compiling
Posted: Fri Apr 12, 2024 10:11 am
by BenR
Hello Stefan,
On your IDF v5.1 machine please can you try doing a full clean compile by deleting the build files folder from your Flowcode project directory. Just to see if that makes a difference at all.