ESP32-S3_Mini not compiling

Any bugs you encounter with Flowcode should be discussed here.
BenR
Matrix Staff
Posts: 1742
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 443 times
Been thanked: 604 times

Re: ESP32-S3_Mini not compiling

Post 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?

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP32-S3_Mini not compiling

Post 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
S3_24_1.c
(112.55 KiB) Downloaded 8 times
Program for Atom S3 with display:
S3_24_1.fcfx
(17.54 KiB) Downloaded 15 times

BenR
Matrix Staff
Posts: 1742
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 443 times
Been thanked: 604 times

Re: ESP32-S3_Mini not compiling

Post 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?

medelec35
Matrix Staff
Posts: 1452
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: ESP32-S3_Mini not compiling

Post by medelec35 »

Hi Stefan.
S3_24_1.fcfx compiles successfully for me using IDF v5.1.3
Martin

BenR
Matrix Staff
Posts: 1742
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 443 times
Been thanked: 604 times

Re: ESP32-S3_Mini not compiling

Post 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.

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP32-S3_Mini not compiling

Post 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
S3_24_1p_idf_513.msg.txt
(30.18 KiB) Downloaded 10 times
Here a list of my component.
They should all be up to date
Snag_86d70b.png
Snag_86d70b.png (62.97 KiB) Viewed 132 times

medelec35
Matrix Staff
Posts: 1452
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: ESP32-S3_Mini not compiling

Post 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
successful SPI.png (84.7 KiB) Viewed 127 times
Martin

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP32-S3_Mini not compiling

Post 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.

BenR
Matrix Staff
Posts: 1742
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 443 times
Been thanked: 604 times

Re: ESP32-S3_Mini not compiling

Post 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.

Post Reply