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.

Stepping through edma3 and vport driver source code

Hi

Anyone know of a way to tell the debugger where to find driver files vportdis.c, vportcap.c, bios_edma3_drv_sample_init.c, etc, rather than having to browse windows folders each time ccs pops up the window saying:

"Code Composer could not locate: your_file_name_here. Would you like to browse for it?"

Thanks

  • Typically if you are debugging a driver like this I find it easiest to just drag and drop the C files you plan on stopping in into your project. If you have a C file in your project that is duplicated in a library (say a video port driver library) than the C file in the project will take precidence and you will be able to debug it with relative ease.