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.

ARM-M4 Boot.asm location could not be the one needed

Hello.

In order to evaluate startup time of SBL in TDA3 using PROCESSORSDK 3.08, I would like to debug _c_int00.

After loading in M4 (IPU1_0) the code with symbols (xme4 file), and running , when jump to _c_int00, boot.asm is not located.

As usual, it is shown a window to properly select the path for that file.

The thing is that the path that this window shows for a path is really strange (seems to point to a temporal folder).

Three questions:

As I am using ti-cgt-arm_16.9.2.LTS/, should the boot.asm the path pointing to the one included in that compiler?
Code Composer gets path of boot.asm only from .xem4 content or there are other/aditional information?

As I would expect pointing to the ones included in TI compiler, where I can find and assure that used that?