Does Keil support Angel based ARM debugging for debug via serial port rather than JTAG ?
Take a look at the following thread: http://www.keil.com/forum/docs/thread2357.asp Jon
"Does Keil support Angel based ARM debugging for debug via serial port rather than JTAG ?" It says on the tin that Keil supports ARM7TDMI: http://www.keil.com/arm/ The ARM7TDMI has the JTAG and EmbeddedICE-RT real-time debug unit: http://www.arm.com/products/CPUs/ARM7TDMI.html "The EmbeddedICE interface is an alternative debugging system that does not require the target to be running a debug monitor program. It is available for the ARM7TDMI processor, is less intrusive on the application code, does not require target resources and allows breakpointing on ROM." http://www.arm.com/products/DevTools/AngelDebugMonitor.html Why on earth would you want to go back to a serial port debugger when you've got JTAG?!
"why on earth" I would want to use Angel is I have an Atmel evaluation board which comes with an Angel monitor. I don't have a JTAG adapter supported by Keil & wanted to evaluate the Keil ARM tools without getting another JTAG adapter
I'd say it's well worth the price of the adaptor!
I don't have a JTAG adapter supported by Keil & wanted to evaluate the Keil ARM tools without getting another JTAG adapter Well, the uVision IDE simulates all on-chip peripherals of the Atmel parts. Why not just use the simulator. Then you don't NEED to debug with the evaluation board. Jon