Page 1 of 1

PCAN-GPS FD baudrate 250k

Posted: Mon 7. Oct 2024, 20:44
by t.adams
Hello,

I have adjusted the 00_Standard_Firmware to our specs, but now I want to change to 250k baudrate with standard CANopen protocol (non CANopen FD), how can be this done?

Thanks!

Re: PCAN-GPS FD baudrate 250k

Posted: Tue 8. Oct 2024, 13:17
by PEAK-Support
Simply change the parameter for your need (250K) in

Code: Select all

\inc\can_user.h
If you do not use the Bit Rate Switch of the CAN-FD Message Structure, and not use DLC>8, the unit works as a CAN2.0a/b node with your defined Nominal Bitrate.
The Data Bitrate will never be used if you do not set the BRS Flag.