Question
How to make FDCAN_TXFD/RXFD works on STM32H743?
Posted on September 18, 2017 at 12:33
While generating STM32H743 project by CubeMX, I noticed that FDCAN1 can be either 'master mode' or 'full-duplex mode', and they map to different pairs of signal pins ( FDCAN1_TX/RX and
FDCAN1_
TXFD/RXFD ).I found that
FDCAN1_
TX/RX works in both modes, butFDCAN1_TXFD/RXFD did not work in any mode.
The problem is that I have a need to make FDCAN1_TXFD/
FDCAN1_RXFD work, would anyone give me any advice? Thanks in advance!
