DSPRelated.com
Forums

Re: hi

Started by Mike Dunn August 15, 2005
Mayank,
 
The error message seems to incate that for some reason a breakpoint was trying to be cleared at memory address 0xD2D40280.  I do not have a DM642 EVM memory map in front of me, but the seems like it might not be within your code space.
 
Take a look at the following:
1. the physical mem map for the DM642 EVM.
2. the contents of the linker command file [it should not refer to memory not in #1].
3. the map file generated by the compiler to see if it is placing anything at that address [if #2 is correct, it will not use that address].  If you are using any asm code - it could be incorrect.
 
I would guess that the error occurred when you were setting or clearing a breakpoint, loading a program, or doing a 'go main' [for the last 2 operations CCS will try to set breakpoints]
 
mikedunn

mayank agarwal <m...@yahoo.com> wrote:
Hi all,
what is the reason of aapearance of the errors like
the one given below.Is this the problem in code or
hardware settings.Please suggest some ways how can i
avoid seeing this error.I am DM642 emulator board with
CCS 2.20.
Trouble running Target CPU: Error 0x0000000C/-2044
Error during: Register, Break Point, No breakpoint at
0xD2D40280
Error: Error 0x0000000C/-2044 Error during: Register,
Break Point, No breakpoint at 0xD2D40280
Error: Error 0x0000000C/-2044 Error during: Register,
Break Point, No breakpoint at 0xD2D40280
Error: Error 0x0000000C/-2044 Error during: Register,
Break Point, No breakpoint at 0xD2D40280
Thanks and Regards,
Mayank
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/c6x/

<*> To unsubscribe from this group, send an email to:
c...@yahoogroups.com

<*