Inter-processor communication (IPC) over CAN Bus

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inter-processor communication (IPC) over CAN Bus

Jump to solution
1,257 Views
amleng
Contributor IV

Is it possible to have IPC over CAN bus. In MQX Reference  manual I found _ipc_add_io_ipc_handler() can get  IO_CAN_COMPONENT as the parameter component but I didn't see any example code. In addition, #define 
IO_CAN_COMPONENT is commented in psp library.

0 Kudos
1 Solution
841 Views
DavidS
NXP Employee
NXP Employee

Hi Sina,

The IPC examples we have are for serial and Ethernet.  Any hardware interface can be ported to.  We just haven't ported the IPC example code to every possible peripheral.

Hopefully our examples will allow you to port to a CAN interface.

Regards,

David

View solution in original post

0 Kudos
1 Reply
842 Views
DavidS
NXP Employee
NXP Employee

Hi Sina,

The IPC examples we have are for serial and Ethernet.  Any hardware interface can be ported to.  We just haven't ported the IPC example code to every possible peripheral.

Hopefully our examples will allow you to port to a CAN interface.

Regards,

David

0 Kudos