I’ve heard that Yagarto is quite useful and stable IDE to work with ARM7TDMI, but I have no experience in using it. I am thinking about using Yagarto to debug/develop software on AT91SAM7X board, but I am not sure yet, how I can achieve that.
- What kind of hardware is needed to connect PC with only USB/PCMCIA connectors to AT91SAM7X256 with JTAG connector?
- Is Yagarto FreeRTOS kernel aware?
- Does Yagarto support all debug/breakpoint/watchpoint features of ARM7TDMI core?
That is very interesting information. I would like to know more about it…
I can even contribute a little: I was able to set breakpoints using OpenOCD, the problem that I got is that if I try to single-step, it goes into some other task or an ISR. That made debugging more difficult Is there a solution for this?