2025-07-26 12:56 PM
Hello,
I'm planning to use the STM32F413VGT3 in my project. It says it has three CAN buses. Can I use these three lines independently? Some of my research (ChatGPT) indicates that the third CAN line is not a standard CAN bus. I'd appreciate any clarification on this matter.
Best regards.
Solved! Go to Solution.
2025-08-18 2:52 AM
Hello @erdinc ,
You can use the three CAN instances independently.
CAN3 is a standard CAN 2.0B interface exact replication of CAN1 and it is independent from CAN1/CAN2. CAN2 is slave to CAN1 from architectural point of view (not from protocol standpoint).
Hope that answers your question.
2025-07-26 1:03 PM
The differences between the three CAN instances are listed here:
2025-07-26 2:13 PM
Thanks for the information.
I can use all three buses at the same time, is that correct?
2025-08-18 2:52 AM
Hello @erdinc ,
You can use the three CAN instances independently.
CAN3 is a standard CAN 2.0B interface exact replication of CAN1 and it is independent from CAN1/CAN2. CAN2 is slave to CAN1 from architectural point of view (not from protocol standpoint).
Hope that answers your question.