FC6 dsPIC compiling to hex problem

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

Moderator: Benj

Post Reply
Chris_MIRA
Posts: 186
Joined: Wed Jan 23, 2013 3:43 pm
Has thanked: 2 times
Been thanked: 21 times
Contact:

FC6 dsPIC compiling to hex problem

Post by Chris_MIRA »

Hi,
The attached programme is "work in progress" in terms of functionality, but in simulation things function as expected. The programme compiles to C but when compiling to HEX, throws up an Error, it doesn't seem to like the calling of a macro. Ive no idea why this is, am I doing something silly, is the problem related to the ECIO ds pic (my chosen platform) or is it a compiler bug?
Please help :-)

regards,
Chris
Attachments
COOL-E_MIRA ECU.fcfx
(59.71 KiB) Downloaded 186 times

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: FC6 dsPIC compiling to hex problem

Post by Benj »

Hi Chris,

The CAN1 component is missing the Remap settings for MOSI, MISO and SCK. I think if you assign these then the program should then compile correctly for you.

Chris_MIRA
Posts: 186
Joined: Wed Jan 23, 2013 3:43 pm
Has thanked: 2 times
Been thanked: 21 times
Contact:

Re: FC6 dsPIC compiling to hex problem

Post by Chris_MIRA »

Yes! all sorted now.
Thanks for your help :D
Chris

Post Reply