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.
Hi Expert
We are using XDS110 debug with sbl_qspi_am263x-cc_r5fss0-0_nortos_ti-arm-clang in AM263x-CC EVM
(1)we load sbl_qspi_am263x-cc_r5fss0-0_nortos_ti-arm-clang.out
(2)the program running automatic
(3)we stop program, stop Bootloader_socSecHandover function
If we are using XDS110 debug with sbl_jtag_uniflash, we run the program, it will stop on main().
please guide us how to set program to run main() when debug sbl_qspi
BR
JAY
Hi Jay,
We have similar query answered for AM243x which has sbl_ospi here : Endlos loop debugging the SBL_OSPI_AM243X of sdk mcu_plus_sdk_am243x_08_03_00_05 - Arm-based microcontrollers forum - Arm-based microcontrollers - TI E2E support forums
For AM263x, the device has an example of sbl_qspi. Hope this is helpful for you ?
Let us know if this is okay or not ?
Best Regards
Aakash
Hi akash
Thanks for your feedback.
we following steps to debug sbl_qspi :
we can stop breakpoint one time which breakpoint need setting before run program,
After run program we can't set and stop breakpoint any more.
BR
JAY
Can you try using loop_forever() and then loading the symbols. You can hard-reset the board as well.
Hi Askash
After using loop_forever() and then loading the symbols, we can debug with sbl_qspi program
Thanks for your support!
BR
JAY