Page 1 of 1

CAN block on 33fj256MC710 target

Posted: Thu Mar 24, 2011 10:34 pm
by ambersil
I'm evaluating the 3.4c blocket (Matlab 2010a) on a 33fj256mc710 target. When I place te CAN configuration block on a model it states "No CAN Peripheral on 33fj256MC710'", which doesn't seem to be correct. Any ideas?

Re: CAN block on 33fj256MC710 target

Posted: Thu Mar 24, 2011 10:53 pm
by ambersil
Ah - I see that the blockset doesn't support ECAN - only CAN.

Reading the forum it looks as if ECAN was on the roadmap back in 2008, but still hasn't made it into the blockset.

Re: CAN block on 33fj256MC710 target

Posted: Sat Mar 26, 2011 12:00 am
by LubinKerhuel
The slug team provide me with all the sources to do quickly the ECAN module. However, I still haven't done it yet, even if I started few month ago.
Anyway, you might use ECAN peripheral using the C call function and the c sources code provided by the slug team (you should fine on the forum a git repository with theses sources, or a post from Bryant Mairs (bmairs) )

Lubin

Re: CAN block on 33fj256MC710 target

Posted: Wed Mar 30, 2011 11:45 pm
by ambersil
Thanks for the pointer Lubin, I'm sure the SLUGS code will be a great help.

Re: CAN block on 33fj256MC710 target

Posted: Thu Mar 31, 2011 12:21 am
by LubinKerhuel
See post http://www.kerhuel.eu/forum/viewtopic.p ... 1525#p1525 for link to a git repository with ECAN projects from Bryant Mairs.