Page 1 of 1

Fehlercode 0xFF

Posted: Thu Sep 11, 2025 3:26 pm
by HansJuergenHalder
Hello,

I have an ESP 32 WROOM and would like to get its internal LED to flash.

When compiling, I get the following error message:

Source name: C:\sonstiges\Flowcode\Flowcode10\Examples\Blink.fcfx
Title:
Description:
Device: ESP.ESP32.ESP32_WROOM_32
Generated by: Flowcode v10.1.2.40
Date: Wednesday, September 10, 2025 18:26:36
Users: 1
Registriert für: HansJuergenHalder (FREE_VERSION) Lizenzschlüssel:DF7JCQ
NICHT FÜR KOMMERZiELLE ANWENDUNGEN
https://www.flowcode.co.uk
Using FCD settings for compiler
Start des Compilers...
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ESP\Batch\esp32_build.bat "C:\Program Files (x86)\Flowcode v10\FC_ESP\\" "Blink" "C:\sonstiges\Flowcode\Flowcode10\Examples\" esp32s_sdkconfig esp32

C:\sonstiges\Flowcode\Flowcode10\Examples>REM CRC: 0796FC1E6A776AF9156B257209C35258CE7C28B3EC20AEA2C632DB392A0E4BFD5B3F53B21811978F7B21FE4085045A7E774D1D3D69D8A99EE7320EAE740A5DB60228F42835EF5B88138FDEE58A4EE9C3A4BAF1B34E38B68E0C3CAEE8E7DA6987B808018476405B65B199900461C78937B42DEF8219F63A24580137A2F6C8FDB7553324EFF791947E8AB6FFD612B81BAA97C798A8F1CFC189DE5D38517747C774AF2DD6F839BAECF83F7F994C7164CE77868F480396BDEF2F2C3050DA273BE4EE69F15C302679453617F9EA00A6A8712D05E485F25DB02304E4565E63FDA312627DD474674123A97D

C:\sonstiges\Flowcode\Flowcode10\Examples>REM REVISION: 15.0

C:\sonstiges\Flowcode\Flowcode10\Examples>REM GUID: 955EA920-4961-4C53-BA6B-EF4AF66BB4C2

C:\sonstiges\Flowcode\Flowcode10\Examples>REM DATE: 07\04\2025

C:\sonstiges\Flowcode\Flowcode10\Examples>REM DIR: FCD\ESP\Batch\esp32_build.bat Creating python config file "\Flowcode" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ESP\Batch\esp32_build.bat Hat den Fehlercode 0xFF gemeldet

Autoclose turned off

Re: Fehlercode 0xFF

Posted: Thu Sep 11, 2025 3:45 pm
by stefan.erni
Hallo HansJuergen

Did you install the ESP toolchain?

More infos here:

https://flowcode.co.uk/wiki/index.php?t ... _Toolchain

Re: Fehlercode 0xFF

Posted: Thu Sep 11, 2025 5:57 pm
by HansJuergenHalder
I have installed the ESP toolchain. The folder is approximately 2.23 GB in size.

Re: Fehlercode 0xFF

Posted: Fri Sep 12, 2025 8:34 am
by medelec35
Hello.
Your project compiles for me OK
Have you completed a full component database update?
Help > Library Updates...
Change Files in-use to Full database

What path have you got for the ESP32 location?
File > Global Settings.. > Locations Tab

Finally can you try deleting C:\FC_ESP\mtxesp32s_sdkconfig

Then compile your project again.

Re: Fehlercode 0xFF

Posted: Fri Sep 12, 2025 4:34 pm
by HansJuergenHalder
Hello,

Unfortunately, the proposed measures have not been successful.

Have you completed a full component database update
I have performed all updates.


What path have you got for the ESP32 location?
The storage locations is: C:\Program Files (x86)\Flowcode v10\FC_ESP\.
The folder was entered by the system as follows.


deleting C:\FC_ESP\mtxesp32s_sdkconfig
I deleted the mtxesp32s_sdkconfig folder.

Re: Fehlercode 0xFF

Posted: Fri Sep 12, 2025 8:09 pm
by medelec35
HansJuergenHalder wrote:
Fri Sep 12, 2025 4:34 pm
The storage locations is: C:\Program Files (x86)\Flowcode v10\FC_ESP\.
That is your issue.
C:\Program Files (x86) requires elevation which you won't get, hence the errors you are seeing.
The correct default location is on the C root drive.
Can you delete the ESP32 toolchain and reinstall to the default C drive i.e. C:\FC_ESP
Restart your project and make sure the path for ESP32 is also correct within File > Global Settings.. > Locations Tab