FDCAN1 not working on PA11 and PA12
Hello everyone,
I tried to put Canopen node for stm32 into operation.
I used the standard pinning from STMCubeIde, i.e. pa 11 and 12.
But this does not seem to work.
void FDCAN1_IT1_IRQHandler(void)
{
/* USER CODE BEGIN FDCAN1_IT1_IRQn 0 */
/* USER CODE END FDCAN1_IT1_IRQn 0 */
HAL_FDCAN_IRQHandler(&hfdcan1);
is not called.
Is something known here?
Solution was to change the pins to PB9 and PB8. Now the function was called and the stack ran.
Is there a workaround to use pa11 and 12 anyway ?
Thanks for your support.
