rusefi / rusefi-hardware

14 stars 19 forks source link

digital inputs board: CAN TX #157

Open rusefillc opened 1 year ago

rusefillc commented 1 year ago

https://github.com/rusefi/rusefi-hardware/tree/main/digital-inputs/firmware firmware should be sending (and later transmitting) CAN stuff at 500Kb in order to control hardware under test

rusefillc commented 1 year ago

@dron0gus I've pushed something but logic analyzer does not show happy CAN outbound traffic. Is it CAN registers, pin init or something else?

https://github.com/rusefi/rusefi-hardware/commit/160935062495c95033a3ee4b34da6a16801284e3

rusefillc commented 1 year ago

image

rusefillc commented 1 year ago

20220930_152249

dron0gus commented 1 year ago

CAN needs xmitter to be attached - it listens to what is transmits. I see no xmitter on photo. CAN needs at least two nodes - other end should ack valid messages. Without ack HW will go to error state or infinity transmit loop. CAN needs load resistor.