Tool/software: Code Composer Studio
I build a EVE "Hello EVE", Load the out file to EVE core, It is just run, It do not stop in main function as C66x core, And it do not print the information, Could you tell me what happened? Thank U
Waiting on line
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 build a EVE "Hello EVE", Load the out file to EVE core, It is just run, It do not stop in main function as C66x core, And it do not print the information, Could you tell me what happened? Thank U
Waiting on line
Hi,
EVE SW comes with own make based build system for compiling it. It doesn't comes with CCS project files. If you want to create a CCS project you will have to go through the makefile changes to understand the build. Generally the way we work is we can use any IDE for development of the code and use make based build from command line to build the code.
Regards,
Anshu