DSPRelated.com
Forums

urgent problems with tms320c6711 DSP starter kit

Started by pealmago October 22, 2007
Hi all,
i´m a freshman in the DSP world and yesterday i was using my
tms320c6711 Board making some stuff of my thesis, in a moment i put a
breakpoint in a part of .c file and then press build all, i don´t know
why but before that when i try to load a .out file the code composer
studio show me this error

"Error: File Load
Data verification failed at address 0x80000000.
Please verify target memory and memory map
Accept cancel”

if i press accept this same error appear but with another address.
if i press cancel i get this message

"Can't Set Breakpoint at 0x80002b8c: Error 0x00000008/-2042 Error
during: Break Point, Cannot set/verify breakpoint at 0x80002B8C
Sequence ID: 7 Error Code: -2042 Error Class: 0x00000008
Breakpoint Manager: Attempting to set a hardware breakpoint instead"

i don´t have any idea of what happen, i´m realy realy need help with this.

Thanks

pealmago,

On 10/21/07, pealmago wrote:
> Hi all,
> i´m a freshman in the DSP world and yesterday i was using my
> tms320c6711 Board making some stuff of my thesis, in a moment i put a
> breakpoint in a part of .c file and then press build all, i don´t know
> why but before that when i try to load a .out file the code composer
> studio show me this error
>
> "Error: File Load
> Data verification failed at address 0x80000000.
> Please verify target memory and memory map
> Accept cancelbr /> >
There are messages on this subject in the archives.
0x80000000 is the begining odf SDRAM. You probably do not have the
EMIF setup correctly - this is normally performed in a GEL file when
applications are loaded from CCS.
When you have 'load problems' at the begining of an address space you
can use CCS to 'view->memory' at the address. Manually modify the
location and then hit 'refresh'. You will likely see that you cannot
write to the location. This would confirm an EMIF setup problem.

mikedunn
> if i press accept this same error appear but with another address.
> if i press cancel i get this message
>
> "Can't Set Breakpoint at 0x80002b8c: Error 0x00000008/-2042 Error
> during: Break Point, Cannot set/verify breakpoint at 0x80002B8C
> Sequence ID: 7 Error Code: -2042 Error Class: 0x00000008
> Breakpoint Manager: Attempting to set a hardware breakpoint instead"
>
> i don´t have any idea of what happen, i´m realy realy need help with this.
>
> Thanks
>
>