Posted on April 25, 2017 at 08:56 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 27, 2017 at 05:01
Finally we got the solution.
The problem was, the wrong configuration of the alternate function.
GPIO_AF_CAN2
// has to be replaced with
GPIO_AF_9
That's all.
Posted on April 26, 2017 at 16:03Hello Imen,I added the code of the initialization routine.There you can see, that the GPIO clock is enabled. See line 28 and following.The function 'RCC_GetGPIOClock' simply checks the port, provided by the (propriet...