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.

Trouble about programming TMS320C5515 EVM ECG_NonBIOS.out file and targeting.

Other Parts Discussed in Thread: ADS1298

Hi All,

I compilled ECG_NonBIOS.pjt file and after i loaded the program of ECG_.NonBIOS.out. 

But i couldn't get the right signal.

It says "Can't find a source file at "C:\WorkTI\SW\MDK\ECG_ADS1298\PG2\C5515EVM". 

Regards.

  • From you first picture, you are having problem during CCS connect. What Gel file are you using? You can use the C5515EVM_Onboard_Emulator.ccxml that comes in CSL 3.04. It uses the evm5515.gel in the same CSL folder.
    Regards.
  • Hi,

    Yes i used the C5515EVM_Onboard_Emulator.ccxml that comes in CSL 3.04 and evm5515.gel in the same csl folder. I connected the target and after building all, , loaded the program. But there was a warning said,

    **** Build of configuration Debug for project ECG_NonBIOS ****

    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
    'Building target: ECGSystem.out'
    'Invoking: C5500 Linker'
    "C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -vcore:3.3 --memory_model=huge -g --define="_DEBUG" --define="C55X" --display_error_number --diag_warning=225 --algebraic -z -m"ECGSystem.map" --stack_size=1000 -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/lib" -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" -i"C:/Projects/ADS1298_ECGSystem_C5515EVM/ADS1298ECGSystem_v1.12" -i"/lib" --reread_libs --display_error_number --warn_sections --entry_point=reset_isr --rom_model --sys_stacksize=1000 -o "ECGSystem.out" "../c5505.cmd" "./vectors.obj" "./util_circ.obj" "./sar.obj" "./pal_osprotect.obj" "./pal_osTime.obj" "./pal_osSem.obj" "./pal_osList.obj" "./llc_uart.obj" "./llc_spi.obj" "./lcd.obj" "./ddc_uart.obj" "./ddc_spi.obj" "./ddc_dma.obj" "./dda_uartCfg.obj" "./dda_uart.obj" "./dda_spi.obj" "./dda_dma.obj" "./cpu_clock_init.obj" "./InterruptHandlers.obj" "./I2C.obj" "./FIR_Filter.obj" "./ECG_Filter_Co-efficients.obj" "./ECGSystem_main.obj" "./ECGSystemInit.obj" "./ECGSystemFunctions.obj" "./ADS1298_Pacer.obj" "./ADS1298Init.obj" -l"rts55h.lib"
    <Linking>
    warning #10063-D: entry-point symbol other than "_c_int00" specified:
    "reset_isr"
    'Finished building target: ECGSystem.out'
    ' '

    **** Build Finished ****

    And an error says  

    Can't find a source file at "C:\WorkTI\SW\MDK\ECG_ADS1298\PG2\C5515EVM\ADS1298_ECGSystem_C5515EVM\ADS1298ECGSystem_v1.12\src/ECGSystem_main.c"
    Locate the file or edit the source lookup path to include its location.

    I couldn't find what is the problem?

    Regards.

  • The error message implies missing files. Have you tried creating new folder and serach path as this forum answr?
    e2e.ti.com/.../1408197
    Regards.