Does remap of CAN1 pins work on STM32-E407?
I bought a few Olimex STM32-E407 boards lately. I need to use the CAN1 bus. However, the default PA11, and PA12 have not populated, and I remapped to PD0 and PD1. The code always failed immediately at CAN_init (generated by STM32CubeMX). No choice, I remapped to PB8 and 9. The code works, but at PB8 and PB9, I have got no CAN_TX signals using oscilloscope. I suspect the signals are at PA11 and PA12. Has anyone experienced this?
Appreciate your comments.