Dual CAN STM32F105
To implement a "bridge" devise between two independent CAN buses, the STM32F105R8 chip was chosen. From the specifications it follows that it has 2 CAN buses, but going deeper into it I realized that they share a lot of resources among themselves.
could you help me clarify the following:
1. can this chip, from a software/hardware point of view, support 2 CAN buses operating at different speeds CAN1=250kbps and CAN2=500kbps for example?
2. the delay in sending messages from CAN1 to CAN2 is critical for this device, could someone let me know if problems can arise with this?
3. are there any restrictions on the maximum number of TX/RX messages (CAN_IDs) for two buses? As far as I understand, CAN filters are shared to CAN1 and CAN2...
Thanks in advance everyone for your help!
