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.

AWR2944EVM: CCS XDS110 debug sbl_qspi

Part Number: AWR2944EVM
Other Parts Discussed in Thread: AWR2944

I used CCS 12.5.0.00007 to debug the sbl_qspi_awr2944 code, but the load  program did not stop at the breakpoint of the sbl code, go directly to the application program and output hello world on the console. The running process does not seem to enter the sbl, but directly into the application. May I ask what causes it?

  • Hello xiongfei,

    The easiest way to debug SBL_QSPI, is to add the loop_forever code. You can see its implementation in the SBL_QSPI code. You can invoke it at the beginning of the code after the main() declaration:

    Then rebuild the application and reflash the device with the SBL and the application.
    Then you can go to load symbols:

    and load the sbl_qspi.out file generated. Then in the expressions watch window you can add the variable loop and change its value from 1 to 0. Then you can step line by line.

    Regards,
    Saswat Kumar