Posted on May 17, 2011 at 12:35Scuse it's a mistake i've forget to paste this lines /* activation de l'horloge sur le CAN ----*/ RCC_APB1PeriphClockCmd(RCC_APB1Periph_CAN, ENABLE); My Code test the whole of the interfaces of the STM32.. so i can't ...
Posted on May 17, 2011 at 12:35Hello Smart.avr, I have the impression that we are the only ones to use the CAN on STM32 :-]. I use the can with an another can node CANUSB working at 500kb/s (www.canusb.com), I do not think that it is a problem of AC...
Posted on May 17, 2011 at 12:35Hello, I still did not succeed in configuring the CAN, I try to send a frame but, only a bits is transmitted. In spec CAN only one ACK is needed at the end of the frame. /* CAN register init */ CAN_DeInit(); CAN_Str...
Posted on May 17, 2011 at 12:35 Hello, I'm using um0427 firmware library. I try to configure the baudrate at 500Kb/s for can interface, in ST example : /* CAN transmit at 500Kb/s and receive by interrupt in loopback mode*/ TestRx = ...
Posted on May 17, 2011 at 12:35I suppose that you want to remap the CAN on the GPIO D0/D1 //CAN Remappper sur D0 et D1 GPIO_PinRemapConfig(GPIO_Remap2_CAN, ENABLE); /* Configure CAN pin: RX */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0; GPIO_InitS...