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
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.....
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)