Skip to main content
Visitor II
December 20, 2023
Question

Receive CAN data using STM32F103

  • December 20, 2023
  • 1 reply
  • 1134 views

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 ? 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    December 22, 2023

    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