View previous topic :: View next topic |
Author |
Message |
Flaviofrc
Joined: 04 Mar 2008 Posts: 7
|
ECAN on dsPIC33 with 2 ECAN modules |
Posted: Thu Jun 28, 2012 6:00 am |
|
|
Dear,
I need to implement a "hub" using a CAN dsPIC33FJ64GP706. I was thinking of using interrupts MESSAGES CAN to filter by entering and leaving the CAN1 CAN2, but this was inefficient. Apparently this feature can use a dsPIC address buffer to buffer CAN1 CAN2 without going through the CPU, is this really possible? If possible how to do this? Or what would be the best way to implement this "hub"?
Thank you. _________________ Flavio R. Caruso
www.stareletronics.com.br |
|
|
walat
Joined: 13 Mar 2013 Posts: 5
|
Change your dspıc33 |
Posted: Tue May 14, 2013 6:14 am |
|
|
Change your dspic33xx because there isn't dsPIC33xx LIBRARY :(
there is only:
#include <can-18xxx8.c>
#include <can-18F4580.c>
#include <can-PIC24.c>
#include <can-PIC24.h>
#include <can-dsPIC30.c>
#include <can-dsPIC30.h>
Last edited by walat on Sat Jun 01, 2013 7:16 am; edited 1 time in total |
|
|
Flaviofrc
Joined: 04 Mar 2008 Posts: 7
|
|
Posted: Tue May 14, 2013 6:53 am |
|
|
Dear Walat,
Thank you very much for your answer.
I solve the problem developing my personal library, I spent a lot of time but it worked.
Best Regards,
Flavio _________________ Flavio R. Caruso
www.stareletronics.com.br |
|
|
|