cancel
Showing results for 
Search instead for 
Did you mean: 

CAN communication between two NUCELO-F446RE ?

KBumS
Associate II

Hello! I'm using two STM32F446RE (NUCELO-64) boards through CAN communication, we want to perform CAN operation with one slave as master.

How do I know how to ensure that CUBEMX is communicating with each other?

 

#CAN​  #Example​ #STM32CubeMX​

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello, 

Even this is an old topic, this is my answer (in case someone else is landing at this post:)

1- There is no master/slave concept in CAN protocol. Any CAN node on the bus is a transmitter or receiver without any permission of another CAN node on the bus.

2- Check out these knowledge base articles: 

Using CAN (bxCAN) in Normal mode with STM32 microcontrollers (Part 1)

Using CAN (bxCAN) in Normal mode with STM32 microcontrollers (Part 2)

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
mƎALLEm
ST Employee

Hello, 

Even this is an old topic, this is my answer (in case someone else is landing at this post:)

1- There is no master/slave concept in CAN protocol. Any CAN node on the bus is a transmitter or receiver without any permission of another CAN node on the bus.

2- Check out these knowledge base articles: 

Using CAN (bxCAN) in Normal mode with STM32 microcontrollers (Part 1)

Using CAN (bxCAN) in Normal mode with STM32 microcontrollers (Part 2)

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.