I am trying to transfer some WinARM examples to Eclipse/Yagarto. The goal is to flash and debug them with this IDE, but I have some problems with it.
Flashing is generally possible but debugging doesnât work very well. Sometimes it is possible to debug and sometimes not. I have also some problems with RAM debugging on the Example LPC2148_Test_RAM_Debug (see zip-file)
I started with the example files from Yagarto and Eclipse_with_GNUARM (Lynch). With these files everything works fine, but with the transferred files it doesnât work well.
In the zip-file I have saved the three Eclipse projects I want to run and debug. There is also a doc-file with the eclipse debugging settings in it.
Generally eclipse is not very stable when I debug the project LPC2148Test_Flash_Debug with works sometimes.
Does anybody use Yagarto an Openocd for developing? Does it work properly in debug mode?
It would be more comfortable than WinARM and Insight.
By the way I use a LPC2148 (Embedded Artist Quick start Board) and a Olimex JTag(Wiggler). The Yagarto and Openocd package is the actually one from the Yagarto webpage.
All projects works well when I flash them with Eclipse or H-Flash.
Maybe anybody has some time to have a look at the projects.
Has anybody a Yagarto Project with a simple Timer_IRQ and debugging settings for Yagarto. So that I can test If my laptop is to slow or what else is wrong.
Neither do we, because your problem reports have been vague at best.
Flashing is generally possible but debugging doesnât work very well.
If flashing using the OpenOCD works you have no problems with your JTAG setup.
Sometimes it is possible to debug and sometimes not. I have also some
problems with RAM debugging on the Example LPC2148_Test_RAM_Debug > (see zip-file)
Whatâs happening when it doesnât work?
I started with the example files from Yagarto and Eclipse_with_GNUARM
(Lynch). With these files everything works fine, but with the transferred
files it doesnât work well.
Does that mean youâre able to debug the original examples? What do you mean with âthe transferred files it doesnât work wellâ?
Generally, debugging with Eclipse works, but it also hides problems from you. I donât use Eclipse for debugging, so I wonât be able to comment on the correct eclipse setup.
Yes with this example everything works fine, but when i try an bigger code example with IRQs then it doesen works fine. See the linke, sorry for that but where can I upload files here?
I made one more teste and then I will show you the errors.
Generally, debugging with Eclipse works, but it also hides problems from you. I donât use Eclipse for debugging, so I wonât be able to comment on the correct eclipse setup.