Posted on March 27, 2015 at 18:29
Dear all,
I'm currently trying to work around the CAN bus on the NUCLEOF091RC board, with the STD_Peripheral library.
I have been facing some issues with the Can_Init function. It returns the fol...
Posted on March 29, 2015 at 16:04
Finally, i found out the solution to solve my problem.
Using these two lines to put the GPIOB 8 and 9 in alternate function mode doesn't work.
GPIO_PinAFConfig(GPIOB, GPIO_Pin_8, GPIO_AF_4);
GPIO_...