2024-02-24 09:05 AM
Hi, i have build up Normal mode program For CAN on board (stm32f103c8t6) setup. It is showing that data is transmitting but when I tested on board there no Data
Can you tell me what is the problem??
Solved! Go to Solution.
2024-02-24 12:05 PM
>>Can you tell me what is the problem??
This isn't a magic show, you'll need to present your software and hardware in a way others can understand what you have created.
CAN will need a transceiver to get to a bus, and the bus will need a responding device also attached to it.
In Loop-Back mode you could use a scope on the CAN_TX pin to see a signal.
2024-02-24 12:05 PM
>>Can you tell me what is the problem??
This isn't a magic show, you'll need to present your software and hardware in a way others can understand what you have created.
CAN will need a transceiver to get to a bus, and the bus will need a responding device also attached to it.
In Loop-Back mode you could use a scope on the CAN_TX pin to see a signal.
2024-02-25 04:23 AM
I have created bus to
2024-02-25 04:24 AM
The board I am using it will not work for loopback mode
2024-02-25 05:55 AM
Still seems to lack any material presentation of what you're doing