cancel
Showing results for 
Search instead for 
Did you mean: 

debug on ext sram

aialinux
Associate II
Posted on March 09, 2006 at 20:40

debug on ext sram

2 REPLIES 2
aialinux
Associate II
Posted on March 08, 2006 at 23:11

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 ]

aialinux
Associate II
Posted on March 09, 2006 at 20:40

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.