Page 1 of 1

FC6 dsPIC compiling to hex problem

Posted: Fri Dec 05, 2014 11:52 am
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

Re: FC6 dsPIC compiling to hex problem

Posted: Fri Dec 05, 2014 11:56 am
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.

Re: FC6 dsPIC compiling to hex problem

Posted: Wed Dec 10, 2014 9:43 am
by Chris_MIRA
Yes! all sorted now.
Thanks for your help :D
Chris