I am planning to use the Router FD as a speed converter to change from variable bit rate FD messages to fixed bit rate messages FD that are then input into an FPGA where they are sampled and stored. The FPGA is dumb and does not acknowledge the messages and is the only device on the second bus. I could add a second device to the bus, but it is overkill for just an acknowledgement bit driver.
Is it possible by using custom firmware in the Router FD to turn off the ACK mode of the transmitter so that the message is not resent when the ACK bit is not received?
Message output when no other devices on bus
Re: Message output when no other devices on bus
Hi,
please use the CAN_MSGTYPE_SINGLESHOT for a message which will not be retransmitted when there is no acknowledge. See /inc/can.h for more details.
best regards
Michael
please use the CAN_MSGTYPE_SINGLESHOT for a message which will not be retransmitted when there is no acknowledge. See /inc/can.h for more details.
best regards
Michael
Re: Message output when no other devices on bus
Hi Michael,
I did find that in the software after I posted the question. Thanks for the confirmation
Best regards
Dave
I did find that in the software after I posted the question. Thanks for the confirmation
Best regards
Dave