Posted on July 17, 2013 at 11:35
Hi,
I have a problem with my CAN configuration, I try to interface the STM32 with a NI USB/CAN.
The problem is the baudrate configuration I think, see my code below :
GPIO_InitTypeDef GPIO_...
Posted on July 18, 2013 at 11:14
Ok,
Now I have selected :
the source => HSE
Set HSE Value to 8MHz
Set PCLK1 to HSE/4
Now HSE=160MHz, PCLK1=40MHz.
I have set my CAN config to :
CAN_InitStructure.CAN_BS1 = CAN_BS1_14t...