I am currently working on Atmel eb55 kit with Amontec Jtag Key.
I have followed the procedure given in the tutorial by Jim Lynch(rev 3) and customized it accordingly to suit my application on AT91M55800A.
After running the OpenOCD . when i run the debugger . it runs in the console window of ECLIPSE. But there is no integration. ( I am unable to see stepping in the code window, no registers can be seen in Eclipse… but i am able to step it using the eclipse console )
Thanks,
Mihir
Hello Mihir.
I’ve seen this happen when you get the wrong version of Eclipse and Zylin-modified CDT mixed together. Did you use the very latest version of Yagarto?
Also, make sure your installatioin of YAGARTO is a clean one (erase all previous Eclipse and CDT files from your system, clean up the path specifications in the Windows - Control Panel - System - Environment - Path".
Did you remember to program the flash before debugging it? Sorry for this insulting question, but I make this mistake myself all the time!
If this doesn’t help, consider sharing your debugger start-up scripts with us so we can review them.
Cheers,
Jim Lynch
Hi Jim,
I had previously installed eclipse and plugins (for other embedded projects). I had overwritten Zylin-modified CDT on it and then installed tool chain from GNUARM. (Ref :ARM Cross Development With Eclipse Components Revision3).So, than might be the problem.
I had programmed flash before debugging.
I will do a clean installation on Monday and get back to you if problem persist.
Thank you,
Mihir Patel.
I have gone through the re installation procedure.
and with some other changes I can do JTAG- debugging with no problems.
this is the day of achievement.
thanks for the help and your genuine guidance.
now i will startup with LPC2138…