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/TDA3XEVM: CCS/TDA3xEVM/EVE

Part Number: TDA3XEVM


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,

       Have you followed the steps mentioned in eve_sw_getting_started.pdf? You need to reset EVE core once before loading the binary.

    Regards,
    Anshu

  • I build a new project of eve in CCS7.4, eve_sw_getting_started.pdf have not information for this , Do you have other UserGuides for this situation!
    1. How can I get UserGuides to develop program just running in EVE core by CCS7.4?
    2. Will you abandon the CCS to develop the multi-Core application for ADAS?
    3. One CCS project just for on core, Can I Create One Project for multi-Core in CCS?
    4. Do you have a IDE for debug of multi-core application?


    Thank U
    Waiting for you 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