Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

OMAP L137: Executing ARM code from SDRAM using Code Composer Studio

$
0
0

Hello All,

I am facing problem while executing the ARM(OMAPL137) binary from SDRAM using Code Composer Studio.

I have modified the linker file to point all sections to SDRAM locations. But when i am loading the binary file the Code composer studio reporting an error as mentioned below:

ARM9_0: Breakpoint Manager: Retrying with a AET breakpoint
ARM9_0: Trouble Setting Breakpoint with the Action "Process CIO" at 0xc001bb70: Error 0x00000008/-1066 Error during: Break Point,  Cannot set/verify breakpoint at 0xC001BB70  
ARM9_0: Breakpoint Manager: Retrying with a AET breakpoint
ARM9_0: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0xc001a564: Error 0x00000008/-1066 Error during: Break Point,  Cannot set/verify breakpoint at 0xC001A564  
ARM9_0: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0xc001c048: Error 0x00000008/-1066 Error during: Break Point,  Cannot set/verify breakpointat 0xC001C048 

Linker File:

SDRAM address starts at 0xC0000000

SECTIONS
{
.cinit>SDRAM
.pinit>SDRAM
.const>SDRAM
.switch>SDRAM
.text>SDRAM
.bss>SDRAM
.far>SDRAM
.stack>SDRAM
.svcstack>SDRAM
.irqstack>SDRAM
.fiqstack>SDRAM
.sysmem>SDRAM
.cio>SDRAM
.intvecs>SDRAM
.data>SDRAM
}
 
 
Can you please suggest if any additoinal setup is needed in order execute the ARM code from SDRAM (using CCS).
 
Thanks & Regards
Srinivas 

Viewing all articles
Browse latest Browse all 17527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>