Posted on March 26, 2015 at 16:23actually i got it working with: CAN_InitStructure.CAN_SJW = CAN_SJW_1tq; CAN_InitStructure.CAN_BS1 = CAN_BS1_7tq; CAN_InitStructure.CAN_BS2 = CAN_BS2_3tq; CAN_InitStructure.CAN_Prescaler = 40;
Posted on March 26, 2015 at 16:14Clive, I am working on a CAN project that will be able to detect the CAN bit rate by reconfig the CAN settings (Prescaler, BS1, BS2 and SJW..). My problem is: I cannot achieve 33.3K bit rate with the current PLL se...
Posted on August 24, 2014 at 03:55thanks, I working on a project that will auto detect the CAN baud rate without changing the system clocks. I guess I will have to reconfig the PLL during runtime.thanks,
Posted on August 24, 2014 at 01:16what if you have a CAN baud rate of 33.3K? where you cant have a even divisible number?I am having trouble setting the timing with a APB clk of 42Mhz.thanks, Tony