Fehlercode 0xFF

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
HansJuergenHalder
Posts: 7
http://meble-kuchenne.info.pl
Joined: Sat Dec 12, 2020 12:32 am

Fehlercode 0xFF

Post 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
Attachments
Blink.fcfx
(7.68 KiB) Downloaded 6 times

stefan.erni
Valued Contributor
Posts: 1074
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 201 times
Been thanked: 228 times

Re: Fehlercode 0xFF

Post by stefan.erni »

Hallo HansJuergen

Did you install the ESP toolchain?

More infos here:

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

HansJuergenHalder
Posts: 7
Joined: Sat Dec 12, 2020 12:32 am

Re: Fehlercode 0xFF

Post by HansJuergenHalder »

I have installed the ESP toolchain. The folder is approximately 2.23 GB in size.

medelec35
Matrix Staff
Posts: 2095
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 650 times
Been thanked: 705 times

Re: Fehlercode 0xFF

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

HansJuergenHalder
Posts: 7
Joined: Sat Dec 12, 2020 12:32 am

Re: Fehlercode 0xFF

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

medelec35
Matrix Staff
Posts: 2095
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 650 times
Been thanked: 705 times

Re: Fehlercode 0xFF

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

Post Reply