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