I ran a example application under UDMA/examples in "ti-processor-sdk-rtos-j721e-evm-08_06_00_12/pdk_jacinto_08_06_00_31/packages/ti/build" using the build command " make -s -j BUILD_PROFILE=release BOARD=j721e_evm CORE=c7x_1 udma_memcpy_testapp_freertos " . I am able to see the output in CCS ( console window) but when I try to step in and see the code flow I am facing an issue like "No source available for "main() at Ubuntu_path\ti-processor-sdk-rtos-j721e-evm-08_06_00_12\pdk_jacinto_08_06_00_31\packages\ti\binary\udma_memcpy_testapp_freertos\bin\j721e_evm\udma_memcpy_testapp_freertos_c7x_1_release.xe71:{3} 0xa863df40{4}" and also no "LOCATE FILE" option is found.
Core used : C7x_1
Board name : SK-TDA4VM connected with debug probe
Can anyone please comment on this issue ?