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
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 Sir,
I have written Sample Custom layer[Relu] in C how to run on DSP or EVE.
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