Tool/software: Code Composer Studio
I want to connect a LaunchPad F28379D to a CAN communication device; is there free API for C2000 to ease the coding/decoding of the CAN messages (the format of each signals are described by a DBC file)?
Samuel
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I want to connect a LaunchPad F28379D to a CAN communication device; is there free API for C2000 to ease the coding/decoding of the CAN messages (the format of each signals are described by a DBC file)?
Samuel
Hello Samuel,
I am not aware there is a free codec for DBC files which use a proprietary format from Vector.
If you use Mathworks' Simulink product, their Vehicle Network Toolbox may be used for C2000, but you would have to check with Mathworks on their website as I do not have experience with that.
Otherwise, as a workaround (decoding only, and offline), you could use the demo version of Vector's CANoe tool (link) and the dbc++ editor to extract the tx or rx information you need.
Best regards,
François.