This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS3137: CAN BUS configuration for baud rate

Part Number: TMS570LS3137
Other Parts Discussed in Thread: TMS570LC4357, , HALCOGEN

Hi

I configured the can bus baud rate with

can1939_init(canREG1, 2, BUS_RATE, FCPU, 1);

with

#define BUS_RATE 125 /* Baud Rate [Kbits/sec] del BUS */
#define FCPU 180 /* Frequenza CPU EST (180MHz) */

and CAN BUS works.

I tried with a faster baudrate (250,1000) but I was not able to have CAN worked.

Do you have a suggestion?

Thanks

Fabio