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.

Interface between CAN Analyzer and Debug Server Scripting

Hi,

Since the EzDSP28335 has CAN port available, I want to know if there is any way to automate the CAN data from Host machine to EzDSP (I mean my software) and receive CAN messages from EzDSP using debug server scripting.

Thank you,

Bhavin

  • Bhavin,

    The Debug Server will be able to automate the program load, execution, set breakpoints, dump memory, etc. However, the task of receiving and transmitting data between the board and the PC via a CAN bus is entirely outside of the scope the Debug Server... 

    However, you can always add other libraries/packages to your script that properly access and control the PC CAN interface - this would help the automated data collection you desire.You can use also Java and Perl for that - check section 18 of the DSS page.

    Hope this helps,

    Rafael