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/TDA2: Run Sample C code on DSP or EVE

Part Number: TDA2

Tool/software: Code Composer Studio

Hello Sir,

I have written Sample Custom layer[Relu] in C how to run on DSP or EVE.

Thanks 

Madhav  

  • Hi Madhav,
    Can you provide more information. Are lookin for help in compling the code or linkingiwth your applications etc?
  • Hello Sir,

    I am trying to Run ReLu(as custom layer example) on DSP or EVE or ARM processor.

    My ReLu Layer will be expecting Output from one Sub-Network and output to the next Sub-Network running on other core.

    Firstly, So i need to know how to run the custom layer which is written in C code on DSP/EVE/ARM core separately, then i ll try to link the subnetworks to my custom layer.

    Thanks,
    Madhav
  • You can compile the C code using TI compilers for DSP/EVE and then you run them standalone (refer EVE SW user guide) or in the complete system with SDK (refer SDK user guide)

    Refer Top Level SDK documentation to navigate to various user guides

  • Hello sir,

    I have compiled c code using TI compiler for EVE target.

    when i am trying to run on TDA2x board getting this error file cant able to load.

    whether i need to write linker file to configure with memory.

    ARP32_EVE_1: Trouble Reading Memory Block at 0x6100 on Page 0 of Length 0x4: (Error -1065 @ 0x6100) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.0.903.2)
    ARP32_EVE_1: File Loader: Verification failed: Target failed to read 0x00006100@Program
    ARP32_EVE_1: GEL: File: C:\Users\Madhav\workspace_v8\rlu\Debug\rlu.out: Load failed.

    Thanks ,
    Madhav

  • refer below EVE doc for running code on EVE with required GEL files

    modules\docs\eve_sw_getting_started.pdf