2022-07-29 12:31 AM
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?
2022-07-29 01:43 AM
Are you sure your EVAL board is the one ACKing the messages?
2. Is it possible to detect the presence / absence of ACK in bus monitor mode?
that i dont know
2022-08-01 05:24 PM
Thank you.
I will continue my investigation of bus monitor mode.