Question
Use the CAN with the F469-Discovery
It's possible to use the CAN with the STM32F469I-Discovery?
I have saw that the CAN1 pins are used for the touchscreen (I2C), so i can't use it. I can use the CAN2, but it's a slave on the STM32F469.
I have read that if I want to use the CAN as a slave I need to enable the other CAN as master. But I can enable the CAN1 as master if the CAN1 pins are shared with another peripheral like I2C as is in this case?