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.

CCS/TMS570LC4357: tms570lc43

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

hello!

first of all i'm a newbie to CCS & 

i have been trying to implement CAN communication between hercules tms 570 lc43xx  and arduino uno. so i thought of sending & receiving any word.  The software's which i used to transmit the message was halcogen & code composer studio 7.3.0 (CCS) .    I  generated the code in halcogen & included the include & source library in the CCS with the same project name as in halcogen. After changing the settings as given in CAN tutorials : hercules (video)

link: https://www.youtube.com/watch?v=TrKQN-sor-s

I checked out for a code to transmitting a word in HL_sys_main.c in the source lib of my project .I checked out the terminal settings & changed it . but when i  try to run & debug it .......it shows that i didn't include a dynamic library & its not specifying what lib that is. Oh i forgot to mention i'm not using any interrupts in my code

need help to know where i'm wrong.

thanks for the help.

MANDY..... 

  • Hello Mandy,

    We include several examples of CAN code in the Halcogen examples. These are included in the help topics as a step by step instruction and also in the examples directory as source. Have you had a look at these to see if they might help?

    Also, which file is it saying that you are missing? Can you post a screen shot of that error message?
  • yep i've took the message transmitting code from configuring a CAN node on hercules ARM safety MCU's. After making changes in halcogen i've included them in the same file.

    its shows a loading error which says cannot locate the file in D > CAN> DCAN.out file ......

    i even disabled the antivirus & firewall too for it to run.

  • Hello Mandy,

    It looks like the project was not setup correctly and that your include paths are not correct. Can you do a screen grab of the include paths under project properties?

    Also, this application note might be helpful --> How to Create a HALCoGen Based Project For CCS (Rev. B)