2023-10-04 12:07 AM - last edited on 2023-10-04 03:56 AM by Amel NASRI
Imported an example code of CAN loopback on STM32F446RE board,
Please guide me to check the signal in DSO(hantek Software),
I do not have a CAN analyzer please help me to get the signal in digital oscilloscope.
Solved! Go to Solution.
2023-10-04 06:05 AM
You can run the example with or without CAN analyzer. Loopback is intended to be used in standalone.
To detect the frame, put the probe on Tx pin and enable the oscilloscope trigger on falling edge.
2023-10-04 04:29 AM
Hello,
Could you please elaborate more on what do you want to do so we can help you?
As I understand you want to visualize the CAN frame using an oscilloscope. Using this firmware: Projects\STM32446E_EVAL\Examples\CAN\CAN_Loopback you can visualize CAN frames sent on CAN_Tx pin.
2023-10-04 04:38 AM
Yes I want to visualize CAN frame sent on CAN_Tx pin.
1. I have debug the project and connected CAN_Tx pin to Digital Oscilloscope without having CAN analyzer but i'am not able to see the frame in DSO.
2. does the Example code can be used without having CAN analyzer.
3.If yes What is the procedure to check the frame.
2023-10-04 06:05 AM
You can run the example with or without CAN analyzer. Loopback is intended to be used in standalone.
To detect the frame, put the probe on Tx pin and enable the oscilloscope trigger on falling edge.