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/TMDX5535EZDSP: c55_caf_02.00.02.04 debug problems

Part Number: TMDX5535EZDSP

Tool/software: Code Composer Studio

I use CCS6.2.0 & DSP/BIOS5.42.0.07 to run (debug) the example code, when I press "Pause"

CCS show "No source available for "IDL_loop() at C:/ti\c55_caf_02.00.02.04\build\ccsv5\Debug\CSL_USB_IsoFullSpeedExample_Out.out:{3} 0x20cf8{4}" "

or show "No source available for "FXN_F_run() at C:/......"

My steps as below:

1. Install "C55_Connected_Audio_Framework-02.00.02.04-Setup" to c:/ti/c55_caf_02.00.02.04

2. open CCS6 & select workspace c:/ti/c55_caf_02.00.02.04

3. Import CCS project, press Select all and then finish

4. Project->Build all, Build success

5. View->Target Configurations, Import target configuration "c:/ti/c55_caf_02.00.02.04/build/ccsv5/c5535_ezdsp.ccxml"at User Defined

6. Open c5535_ezdsp.ccxml, gel file select ""c:/ti/c55_caf_02.00.02.04/c5505evm_pg20.gel" and the save

7. ZEDSP board remove SD coard, connect J3, J4 and connect J1 to PC, and then J2 connect to PC

8. Run->debug, Edit c5535_ezdsp.ccxml->Program->Workspace, select CSL_USB_IsoFullSpeedExample_Out, and then press apply & continue

9. Relunch, it will run to main(), press run and then suspend, the error will appear

why the error appear and EZDSP board could not work normal?

How could i run the example normal at CCS6?

I hope you can help me, thanks.

  • Hi Yu,

    Yu Abby said:

    CCS show "No source available for "IDL_loop() at C:/ti\c55_caf_02.00.02.04\build\ccsv5\Debug\CSL_USB_IsoFullSpeedExample_Out.out:{3} 0x20cf8{4}" "

    or show "No source available for "FXN_F_run() at C:/......"

    These are not really errors but debugger messages informing you that the debugger was unable to find the related source to open for source line debugging. The reasons for this can vary, such as the program being compiled so that the debug symbols does not contain that information or simply the source files are missing or moved from the expected location. I believe IDL_loop is something related to the BIOS kernel. Perhaps the other symbol also. 

    ki

  • Thank you for your reply.

    I think the example can't work normal, because PC can't connect to USB, I will research the problem, thank you.