I have a st32f205 and set up both Can 1&2.
Can 1, will send and receive.
Can 2, will send, not receive.
I can see the data with a tool, so I know the data is on the wire
but the ARM_CAN_EVENT_RECEIVE will not pick it up. The
ARM_CAN_EVENT_SEND_COMPLETE is working fine.
Here is my can2 had to remove all comments to fit in post. What
could I have done wrong?
#define CAN_CONTROLLER 2
#define _CA_Driver_(n) Driver_CAN##n
#define CAN_Driver
↧