cancel
Showing results for 
Search instead for 
Did you mean: 

STM8/128 Board CAN messages pending in mailbox

rr
Associate
Posted on July 01, 2016 at 13:17

my fCPU is16MHz.

In order to get 500K baudrate, I have programmed as follows:

CAN_SynJumpWidth = CAN_SynJumpWidth_1TimeQuantum;

 CAN_BitSeg1 = CAN_BitSeg1_8TimeQuantum ;

 CAN_BitSeg2 = CAN_BitSeg2_7TimeQuantum;

 CAN_Prescaler = 2;

On the other end, I use CANOE to view the transmitted messages, which is also configured to the same baud rate. But when I check the transmission status, the messages are still in the mailbox. It works in the loopback mode. What could I be missing?

Thanks

#bxcan #stm8/128
0 REPLIES 0