"send failed" with ECIOprog and .hex file from flowcode V7

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

"send failed" with ECIOprog and .hex file from flowcode V7

Post by sundgau »

Hello,

I have a problem with ecioprog and flowcode7.
I can not send .hex program with ECIOprog; I have the message "Send failed" ...

My program works with the compilation in chip directly under flowcode.

What the matter?

Bruno
Attachments
Screen Shot 11-15-17 at 03.27 PM 001.PNG
(16.96 KiB) Downloaded 1793 times

sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

Re: "send failed" with ECIOprog and .hex file from flowcode V7

Post by sundgau »

Ok, I just understood that you have to use the "mloader.exe" program!
Sorry!
Bruno

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: "send failed" with ECIOprog and .hex file from flowcode V7

Post by Benj »

Is everything working correctly using mLoader?

It could be that the .hex file you're sending has not been built for the ECIO target? In Flowcode check that your target device is set to ECIO28P or ECIO40P and not the 18F device. The ECIO targets shift the .hex file so that it is compatible with the in-built USB bootloader.

User avatar
Jay Dee
Posts: 398
Joined: Tue Aug 18, 2009 6:42 pm
Has thanked: 121 times
Been thanked: 154 times
Contact:

Re: "send failed" with ECIOprog and .hex file from flowcode V7

Post by Jay Dee »

Hi,
Just to confirm.. what is the intended use of ECIOprog?

I just assumed this was an external programmer for sending to ECIO products, which by default have the bootloader enabled?

I also have a program that compiles and sends correctly in FC7 (device type is ECIO28)
But if I try to send the same .hex file I also get the 'Send Failed'.
J.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: "send failed" with ECIOprog and .hex file from flowcode V7

Post by Benj »

Hello,

ECIOprog is now legacy and was the original programming software for ECIO. This has now been fully replaced with mLoader which is supplied with Flowcode in the tools folder or can be downloaded separately here.

http://www.matrixtsl.com/resources/getr ... php?id=884

User avatar
Jay Dee
Posts: 398
Joined: Tue Aug 18, 2009 6:42 pm
Has thanked: 121 times
Been thanked: 154 times
Contact:

Re: "send failed" with ECIOprog and .hex file from flowcode V7

Post by Jay Dee »

Ah ha! Thanks for clarification Ben. All good. J.

Post Reply