2023-12-20 03:25 AM
I'm new to CAN protocol, even though have theoretical knowledge of CAN and J1939. Still not able to implement it using STM32F103.
MCU - STM32F103C8T6
Transceiver - SN65HVD230
CAN - J1939
I want to receive Raw CAN data from truck, store it to buffer and parse Parameter group number from CAN ID (CAN message).
How can i implement it ?
2023-12-22 07:39 AM
Hello @Lakshay_Sharma and welcome to the Community :),
Please take a look to this CAN example, maybe help you to start with CAN.
Note that, this example runs on STM32F103xG devices and has been tested with STM3210E-EVAL RevD board.
I hope this help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.