I'm trying to set up a 33333 bus that uses a single wire for can.
Took a bit to get the 33333 configured but now it seems to have
issues with receiving. Putting a break point at
CAN2_SignalObjectEvent's checks never triggers. This set up below is
for a dual wire CAN, do I need to combine the RX/TX to make it work
for single wire? How would I go about this?
#define CAN_CONTROLLER2 1 // CAN Controller number (can 1 is pa12/11) (can 2 is pb12/13)
//------------------
↧