Electronic – ARM Cortex-M3 development tools

armcompiler

I am planning to migrate to the NXP Cortex M3 architecture and I'm a little lost between the existant development tools.

Keil is expensive and I don't know if it's worth it.
Anyone who has tried some compiler can give any advice?

I found this compiler http://www.code-red-tech.com/red-suite-2.php it seems good and not expensive.
Anyone who tried it or know about it can give me more info?

Best Answer

I have been playing with an STM32 (also Cortex M3) lately in my spare time and using the CodeSourcery distribution of GCC, which has worked out pretty well.

A colleague who has worked with ARM micros professionally in the past told me that he was satisfied with the IAR toolchain, although I don't know what the cost is like or how the Cortex support is.

Related Topic