Hello,
There is only one CAN bus routine in the official SDK called "fmstr_can". According to the source code, it should be used with FreeMASTER software, but I don't have the hardware device supported by this software.
I need to use some functions of the CAN bus, but I can't find how to use them in the source code, including CANID shielding, receiving interrupt function, etc.
I want to know how to configure the code to achieve the above function.
Hello, HL_G
You can refer to the readme.txt in the project to set up a connection between the development board and Freemaster on the PC.
To receive the interrupt function and CANID operations you can focus on the following code and the contents of the freemaster_can.c source file.
Hope these help you!
BR
Xu Zhang