2024-12-28 04:20 AM
Hi STM32 Community,
I am working on setting up bi-directional communication over FD CAN using the STM32CubeIDE with an STM32 micro controller (Nucleo-H753ZI). While I am successfully able to send data via the FD CAN TX interface and verify it on a CAN analyzer, I am encountering issues on the RX side.
I am unable to read the Rx Data array in the live expressions window during debugging. The debugger throws the following error:
Failed to execute MI command:
-var-create - * Rx Data
Error message: No symbol "Rx Data" in current context.
I also verified that the CAN analyzer is sending data correctly.
To assist with troubleshooting, I have attached my project as a ZIP file. Please feel free to validate the code, test it on your end, or provide insights on potential areas of misconfiguration.
Thank you for taking the time to assist me. Any advice, code validation, or debugging tips would be greatly appreciated!
Micro controller Board: Nucleo-H753ZI