User Activity

I'm using the STM32F765VIT in a custom board and Trying to test CAN1 CAN2 and CAN3. Is it possible for me to send CAN data from CAN1 to CAN2/CAN3 and vice versa? I have CAN transceivers in them if you had that doubt. I'm trying to send data from CAN1...
in STMCubeMX it says that CAN1 and CAN3 are master and CAN2 is slave. I need to use all three CANs as slave.Would it be possible to do that? If i can do that would i just be configuring the CAN1 and CAN3 as master in STMCubeMX and continue to use the...