DSPRelated.com
Forums

AW: Error JTAG emulator

Started by Burgwedel, Friedrich June 5, 2003
The error message indicates that the emulator uses the external memory
interface to write to external memory and fail on the verify operation
afterwards.

1. Do you really have external memory at adress 0xC0000 .. 0xCDFFF as your
LDF indicates?
2. Do you really want to place the stack (the heap also, but that's another
thing) in off-chip memory?

If so, your off-chip memory (most probably SDRAM) seems to be not correctly
initialized. In case of SDRAM -- did you remember to start the SDRAM
controller and set wait state control in the loader?

Friedrich

-----Ursprgliche Nachricht-----
Von: sanjana0706 [mailto:]
Gesendet: Mittwoch, 4. Juni 2003 23:11
An:
Betreff: [adsp] Error JTAG emulator Hi all
I am trying a debug my code using emulator and get the message
saying..Data verification failed at address: 0x0c0000
Expected: 0x000668a0, Found: 0x00000000

i think probably due to my following part of my code...and my ldf..
segment("seg_dmda")float dm val[50]={
#include"make.dat";
};

and the ldf...

seg_rth {TYPE(PM RAM) START(0x00008000) END(0x000080ff) WIDTH(48) }
seg_init { TYPE(PM RAM) START(0x00008100) END(0x000810f) WIDTH(48) }
seg_pmco { TYPE(PM RAM) START(0x00008110) END(0x00008fff) WIDTH(48)
}
seg_pmda { TYPE(PM RAM) START(0x00009800) END(0x00009fff) WIDTH(32)
}

#ifdef __cplusplus
seg_ctdm { TYPE(DM RAM) START(0x0000C000) END(0x0000C0ff) WIDTH(32)
}
seg_ctdmend { TYPE(DM RAM) START(0x0000C100) END(0x0000C1ff)
WIDTH(32) }
seg_dmda { TYPE(DM RAM) START(0x0000C200) END(0x0000Cfff) WIDTH(32)
}
#else
seg_dmda { TYPE(DM RAM) START(0x000C0000) END(0x000CCfff) WIDTH(32)
}
#endif
seg_heap { TYPE(DM RAM) START(0x000Cd000) END(0x000Cdbff) WIDTH(32)
}
seg_stak { TYPE(DM RAM) START(0x000Cdc00) END(0x000Cdfff) WIDTH(32)
} Im using 21065l
But i could not figure out what the problem could have been....
Thnaks
sanjana

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you
want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://groups.yahoo.com/group/adsp

Other Groups: http://www.dsprelated.com/groups.php3 ">http://docs.yahoo.com/info/terms/