Integrating STM32 MCU for Automotive CAN Bus Data Logging in Custom Dashboards
Hello ST Community,
I am working on an automotive telemetry and dashboard integration project using an STM32 series microcontroller (STM32F4/H7) to process real-time CAN bus telemetry data from vehicle OBD-II interfaces.
We are testing sensor readouts and data logging configurations for custom vehicle diagnostic builds over at John Autos.
I have a few technical questions regarding CAN transceiver power states and interrupt priority handling:
-
What is the recommended DMA configuration to handle high-frequency CAN messages without dropping frames during burst transmissions?
-
Are there specific low-power mode considerations when keeping the MCU connected to the vehicle's constant 12V battery line via a step-down regulator?
Any insights or HAL driver examples would be greatly appreciated!
