You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on the way to write a CAN controller driver for the LiteBSD PIC32MZ on the Olimex PIC32-EMZ64.
May main problem at the moment is assigning the CAN signals CAN-RX and CAN-TX to the correct pins which are according to the schematic RC13 and RC14. I have added the lines in sys/mips/conf/EMZ64.pic32:
But the difficulty is the code required in canprobe(). I like to use the code as in mips/dev/uart.c but have problems understanding it.
Someone interested in it and can help?
Heinz
The text was updated successfully, but these errors were encountered:
I'm on the way to write a CAN controller driver for the LiteBSD PIC32MZ on the Olimex PIC32-EMZ64.
May main problem at the moment is assigning the CAN signals CAN-RX and CAN-TX to the correct pins which are according to the schematic RC13 and RC14. I have added the lines in sys/mips/conf/EMZ64.pic32:
But the difficulty is the code required in canprobe(). I like to use the code as in mips/dev/uart.c but have problems understanding it.
Someone interested in it and can help?
Heinz
The text was updated successfully, but these errors were encountered: