Hi,
The FD router is responding correctly to messages with BRS flag set to 0 (I believe this uses data rate = baud rate) and fails when BRS is set to 1. The reported error seen in CANoe which is sending the message is: Not acknowledge error, dominant error flag, BitPosition = 561. The data rate is set to 2mbps while the baud rate is 500kbits.
My current guess is that the router is attempting to receive the data portion of the message at the wrong speed and causing this error. If this explanation makes sense how do I update the data rate on the router?
Thanks,
Cameron
Router not responding to messages with BRS bit set to 1
- PEAK-Support
- Sales & Support
- Posts: 1646
- Joined: Fri 10. Sep 2010, 19:34
Re: Router not responding to messages with BRS bit set to 1
When the BRS is set to 1 - you need to be sure that the Data Bitrate Setting fit to 100% to the rest of your CAN Nodes.
Check on your CANoe how exact the 2MBit settings are and use the timing (tseq1/2 , SP etc.) in your own code on the Router FD. (see can_user.h )
Check on your CANoe how exact the 2MBit settings are and use the timing (tseq1/2 , SP etc.) in your own code on the Router FD. (see can_user.h )
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
Re: Router not responding to messages with BRS bit set to 1
Thanks for the quick reply.
My CANoe settings are as so in the: As for the second point, I'm now looking into the can_user.h code but my knowledge base isn't enough that I understand the timing structure or what was meant by SP.
Is there a document or example project available that I can use to learn this from?
My CANoe settings are as so in the: As for the second point, I'm now looking into the can_user.h code but my knowledge base isn't enough that I understand the timing structure or what was meant by SP.
Is there a document or example project available that I can use to learn this from?
- O.Hartkopp
- Posts: 40
- Joined: Fri 22. Nov 2013, 19:47
Re: Router not responding to messages with BRS bit set to 1
Hi!
As Mr. Wilhelm stated "Check on your CANoe how exact the 2MBit settings are and use the timing (tseq1/2 , SP etc.)"
You need to open the dialog with the "+" buttons to see the detailed bitrate settings that have to match in all CAN nodes.
As Mr. Wilhelm stated "Check on your CANoe how exact the 2MBit settings are and use the timing (tseq1/2 , SP etc.)"
You need to open the dialog with the "+" buttons to see the detailed bitrate settings that have to match in all CAN nodes.
Re: Router not responding to messages with BRS bit set to 1
Ah, I had misunderstood what was meant.
This makes much more sense.
Thank you.
This makes much more sense.
Thank you.