2006-03-09 11:40 AM
2006-03-08 02:11 PM
I am using ADS to debug my str710 board. I want to download my program to ext sram 0x62000000.I using the scat file as below.
But I can't go to main function and the debug says ''DBT Warning 00135: Cannot set breakpoints in literal pools'' When i try to step to B __main. I don't what's wrong! When relink the program to cpu sram 0x20000000 It works well.[ This message was edited by: dom on 09-03-2006 03:42 ]2006-03-09 11:40 AM
Hi Zouh,
I can download the code to 0x62000000. I don't why. I am using ADS. When I step to __main. The Debug log says--DBT Warning 00135: Cannot set breakpoints in literal pools But when I relink the code to 0x20000000.It works well.