Skip to main content
Visitor II
March 9, 2006
Question

debug on ext sram

  • March 9, 2006
  • 2 replies
  • 696 views
Posted on March 09, 2006 at 20:40

debug on ext sram

    This topic has been closed for replies.

    2 replies

    aialinuxAuthor
    Visitor II
    March 8, 2006
    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 ]

    aialinuxAuthor
    Visitor II
    March 9, 2006
    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.