heavycareer

Keil Univision 4 Ide S

Keil RealView Microcontroller Development Kit 4.10 (Updated Jan 2011) - KL
Keil RealView Microcontroller Development Kit 4.10 (Updated Jan 2011) 190MB

The software development RealView Microcontroller Development Kit (MDK ARM) combines the company Keil compiler C / C + + ARM RealView IDE and KeiluVision.
This product gives developers a multifunctional development environment optimized to work with a broad line of microcontrollers based on the core ARM. MDK ARM provides device support, based on the ARM7, ARM9 and Cortex M3 manufacturers such as Analog Devices, Atmel, Freescale, Luminary, OKI, NXP, Samsung, Sharp, STMicroelectronics and TI. Using the MDK ARM reduces the design cycle and significantly reduce time-to-market. MDK ARM - the ideal tool for standardized industrial projects with a developed system debugging and support for real-time.

I am working on an old old project that uses Keil uvision 3.0along with GNU compiler with arm-uclibc- prefixand Cygnus those are very old tools with wierd bugs. no outocomplete bad syntaxhighlightning, no object browser and so on.I cannot leave the IDE as far as i know it because its the only way I can use JTAG for debugging and create Hex Files compatible to my arm processor

can any1one suggest a modern tool that will allow me to work with myatmel at91m55800a arm processor?

or perhaps a tool that will allow me to do the devolopment with modern fetures like auto complete. advance syntax highlightning,object browser and so on?support for JTAG debugging (ulink) would be legendery

and il use keil only to build and debug?

Nahum
NahumNahum

2 Answers

Modern IDEs that will work with the ELDK or your own built toolchain to do cross-compilation to ARM7a target include:

These IDEs have code completion and object browser either built into the IDE or avaliable as plugins.

Eclipse-CDT supports Jtag Debbuging with a plugin as documented for a similar at91 arm system here

EHEP is a Hex Editor plugin for Eclipse-CDT.Codeblocks HexEditor plugin is a Hex Editor plugin for Codeblocks.

As wallyk said ELDK is probably easier than building your own toolchain.

As you are on Windows, this gives you two options:

  1. Use ELDK with Cygwin, which works though is at least 10% to 20% slower than running it with Linux.

  2. Use ELDK in a Linux Virtual Machine with Virtualbox

Several resources for setting up Eclipse-CDT with an ARM toolchain include

Resources for setting Codeblocks with an ARM toolchain include

  • Code::Blocks for ARM I believe this resource uses the GNUARM toolchain instead of ELDK.

If none of these options are viable for you, you could always upgrade to Keil uvision 4.

Another alternative for you is to use one of these the listed IDEs with the same toolchain that is used by Keil uvision 3.0. That way you get all the benefits of the newer IDE with the same compilation of your old toolchain.

Appleman1234Appleman1234

Any reason not to use the latest ELDK? It supports generic compiling for the ARM7a target, and can be hosted on any modern Linux x86 system, including 64 bit.

Maybe the question is more about an IDE than a compiler? The autocomplete mention makes me wonder what you are looking for.

wallykwallyk

Not the answer you're looking for? Browse other questions tagged carmkeil or ask your own question.