Hi,
I am using the Concerto F28M35x evaluation kit. I'm looking at the can_loopback_m3 example project found in:
controlSUITE\device_support\f28m35x\v130\F28M35x_examples_Master\can_loopback\m3\ccs.
I have connected CANView-USB to the board and am monitoring the board's CAN messages on a CAN Monitor on my computer. The project works fine at the bit rate it is set to originally, 500000. But if I change that to 125000 in the call to CANBitRateSet(), and change my baud on the CAN Monitor side to 125k, CANView detects overflow errors and I do not receive all the messages being sent, in fact I hardly receive any at all. Is there something else I need to change when I change the baud in the program? The M3's main clock is set up at 75 MHz and the CAN peripheral is clocked off the M3/Master subsystem clock.
Thanks,
Mike