Skip to content

Commit

Permalink
Turned on CAN automatic retransmission.
Browse files Browse the repository at this point in the history
This may cause problems when debugging CAN but solves problems when on a larger CAN network
  • Loading branch information
jsphuebner committed Oct 1, 2019
1 parent d41de0c commit 5c0b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/stm32_can.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void SetBaudrate(enum baudrates baudrate)
false, // TTCM: Time triggered comm mode?
true, // ABOM: Automatic bus-off management?
false, // AWUM: Automatic wakeup mode?
true, // NART: No automatic retransmission?
false, // NART: No automatic retransmission?
false, // RFLM: Receive FIFO locked mode?
false, // TXFP: Transmit FIFO priority?
CAN_BTR_SJW_1TQ,
Expand Down

0 comments on commit 5c0b70d

Please sign in to comment.