Components that cannot be used

For general Flowcode discussion that does not belong in the other sections.
monie
Posts: 73
http://meble-kuchenne.info.pl
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Components that cannot be used

Post by monie »

Hello everyone

ECHO40P flashes for about 10 seconds and then the LED lights up constantly....

look here:
mLoader.jpg
mLoader.jpg (10.49 KiB) Viewed 2935 times
Look here:
Compiler messages.pdf
(57.65 KiB) Downloaded 540 times
See here too: C:\Program Files (x86)\Flowcode v10\tools\mLoader\mLoader.exe reported error code 0x32

Monie

medelec35
Matrix Staff
Posts: 2086
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 644 times
Been thanked: 702 times

Re: Components that cannot be used

Post by medelec35 »

Hi Monie It looks like you are selecting the wrong device.
You need to have the 8bit PIC Toolchain and Select ECIO40 for the target device.
It looks like you are selecting ECIO40P16 which is not 8bit ECIO40.
I assume your hardware only has ECIO40P and not ECIO40P16?
They use two different types of microcontroller.
Martin

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Components that cannot be used

Post by monie »

Hello everyone

Thank you very much for responding to the post.

Although I use 8 bit ECIO40P Compiler messages work, error message comes.

When compiling get notification = Error results:
Error results.jpg
Error results.jpg (51.81 KiB) Viewed 2914 times
Look here:
Compiler messages.pdf
(55.79 KiB) Downloaded 430 times
Flowcode v10 code:
FlowcodeECIO_Test.fcfx
(6.68 KiB) Downloaded 430 times
Have also tried with ECHO BASE BOARD and with Led Board:
1: E-blocks application board - EB061
2: Matrix EB004, E-Block LED Evaluation Board
3: ECIO40P

But no luck getting the devices above to work with flashing links

Monie

jgu1
Posts: 813
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Re: Components that cannot be used

Post by jgu1 »

Hi Monie!

First, why don't you answer what Martin and all other who want to help you and tell you, or ask what to try and do?

The picture you have att. is not the same as the program you also att. When I try to program your testprogram, it compile by me as it should, no problem.

Have you installed the Toolchain as Martin suggest?

I have att. the USB driver (older) you also need for compiling. Try to install for both the 28 and 40 deviceses.
With my testprogram the led D1 on the Eico should flash with one second, and work by me. After press compile you have to press the reset on the Eico.

Br Jorgen
Attachments
Flowcode1.fcfx
(7.68 KiB) Downloaded 421 times
ECIO_driver.zip
(2.28 MiB) Downloaded 274 times

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Components that cannot be used

Post by monie »

Hello everyone
Regarding Flowcode v10

When compiling get notification = Error results!

See below!
Compiler messages ESP32 toolchain not working.pdf
(66.17 KiB) Downloaded 467 times
Section of "Compiler messages ESP32" below
---------------------------------------------------------------
Executing action: all (aliases: build)
Running ninja in directory C:\Users\sun\OneDrive\Dokumenter\ESP32\FlowcodeESP-IDF\build
Executing "ninja all"...
ERROR: C:\Espressif\python_env\idf5.0_py3.7_env\Scripts\python.exe doesn't support asyncio. The issue can be worked around by re-running idf.py with the "--no-hints" argument.

Build Failed

C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ESP\Batch\esp32_build.bat reported error code 0x1

Autoclose turned off

FINISHED
----------------------------------------------------------------

All Compiler messages ESP32 toolchain:
Compiler messages ESP32 toolchain not working.pdf
(66.17 KiB) Downloaded 467 times
I have run import and export to update the inv og ESP-IDF but still iget this error?

As test code is used:
ESP_blink_test.fcfx
(7.66 KiB) Downloaded 314 times
How can I solve the problem when compiling the codes?

Do you have a suggestion?

BR
Monie

chipfryer27
Valued Contributor
Posts: 1688
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 583 times

Re: Components that cannot be used

Post by chipfryer27 »

Hi

At the very top of this forum is a post that very clearly has a title of your latest problem. Perhaps read that....?

viewtopic.php?f=3&t=1923

monie
Posts: 73
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time

Re: Components that cannot be used

Post by monie »

Where to save the active project I have made?

Post Reply