Posted on May 17, 2011 at 13:33[Topic solved] Thanks to all, especially armmcu.engineer. After I added the GPIO_Speed to the TX configuration it works. Here the corrected function: Code:static void sv_INIT_init_CAN(void) { GPIO_InitTypeDef GPIO_Ini...
Posted on May 17, 2011 at 13:33Hello, I am trying to setup the CAN1 module for the STM32F107VC with the library functions (v3.1.2) but I always get ''InitStatus = CANINITFAILED;'' in the ''stm32f10x_can.c''. Code:/*stm32f10x_can.c*/ /* ... */ /*uint...