Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 I have som trouble to configure the eCan speed to 1 MBit.
When I configure the Can Bus with the TI ECan initialization file to 500 kBit/s, the can bus work fine. But when I change the speed by changing the BRPREG from 9 to 4, the Can dosen´t work
ECanaShadow.CANBTC.bit.BRPREG = 4; // 500kBit/s=9 // 1MBit/s=4
ECanaShadow.CANBTC.bit.TSEG2REG = 2;
ECanaShadow.CANBTC.bit.TSEG1REG = 10;
Do I have to change also TSEG1REG and TSEG2REG?
Thanks
Tom