Question
[H723] STM32H743I-EVAL CAN communication bus monitor mode
I'm trying bus monitor mode because I want to monitor CAN communication (it doesn't return ACK itself).
environment
STM32H743I-EVAL and self-made board
STM32CubeMX 6.3.0
Keil uVision5
Source excerpt
hfdcan-> Init.FrameFormat = FDCAN_FRAME_CLASSIC;
hfdcan-> Init.Mode = FDCAN_MODE_BUS_MONITORING;
1. Is there a way to not return an ACK outside of bus monitor mode?
2. Is it possible to detect the presence / absence of ACK in bus monitor mode?
