Hello,
I'm testing AM263x with Code Composer studio 12.2 and launchpad LP-AM263x.
For this purpose we imported some examples from the available SDK (version 8.5.24) in the Code Composer studio, e.g fsi_loopback_dma_nortos.
The examples use the prebuilt libraries from the SDK.
Our problem is, that Code Composer studio cannot find the assembler sources, wen we debug library code.
We configured the lookup pathes to the library sources correctly.
For C-files from the library, the debugger can find the sources, but assembler files are not found from the debugger.
Here, e.g. the function _system_pre_init
What is the problem? What can I do, that the assembler files are found by debugger? Please help