Associate
September 21, 2018
Question
Does STM32F373 work in CAN Slave mode?
- September 21, 2018
- 7 replies
- 4231 views
I am trying to implement CAN between two STM32F373, with one as master and another as slave. The problem I am facing is that it cannot be configured in slave mode. I am using Cube MX to create the initial configuration.
When I configure in slave mode CAN pins doesn't appear

When I configure master mode the CAN pins appear as below

Code also doesn't contain CAN initialization routines, when Master mode is dis-selected. I have kept the generated main files as attachment.
