Andy wrote:
> Has anyone tested any ARM7 TDMI microcontroller (ADUC70xx) from Analog
> Devices with WinARM?
The compiler/tools collected in WinARM support ARM7TDMI(-S) too, so the
ADuC7xxx are supported. You just need the correct startup-code and
linker-script. AD provides some examples for the gnu-toolchain on the
"Developer-CD".
I do not own a working board with the AD ARM. But I have created a small
demo-application ("blinky"). The elf-file created from this source with
the WinARM-tools seems to work correctly in the uVision Simulator. Link:
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/index_adi_arm.html
Please try it and write if it works for you (in this forum or send me an
e-mail).
If you or someone else who is reading can provide demo-board with such a
controller (pref. a board with a JTAG-connector) feel free to contact me
(mthomas (at) rhrk (dot) uni-kl (dot) de). If I have a board here I can
provide some some small and tested examples in the WinARM
example-collection.
Martin Thomas