Olimex Support Forum

Microcontrollers => PIC => Topic started by: FlameWatcher on December 29, 2013, 12:56:17 AM

Title: CAN bus With Maxi Web Display
Post by: FlameWatcher on December 29, 2013, 12:56:17 AM
I am having trouble getting the CAN bus working along with the display on the Maxi Web board.
I noticed that these are separate projects but I cannot figure out the reason.
I checked the pins and it seems to me that CAN2 (I only need one bus) will not collide with display but
in practice I cannot get the two to initialize at the same time.

Am I missing something?

If I call:
CANEnableModule(CAN2,TRUE);
the display will not work?