Re: STM32 ARM toolset advice?
- From: Mark Borgerson <mborgerson@xxxxxxxxxxx>
- Date: Tue, 7 Oct 2008 14:19:09 -0700
In article <81ene4hsatqaphkmp01cikmpk9l7ana9qi@xxxxxxx>,
nobody@xxxxxxxxxxxxxxxx says...
On Tue, 7 Oct 2008 08:01:31 -0700, "John Speth" <johnspeth@xxxxxxxxx>One of the biggest problems I ran into with GCC-ARM when using the
wrote:
(Not to start a tools war but)
I'm about to start a project that will use the STM32 ARM from ST. IAR and
Keil both supply high quality tool sets for the STM32. I've used both
toolsets' evaluation copies. I believe I'd be satisfied buying any one over
the other.
Can anyone make any comments why one might be better than the other?
At this point, it's a flip of the coin. I'd like to hear some practical
opinions of current users to help tip the scales.
Keil has been bought by ARM, and AFAIK they now use the compiler from
ARM. Apparently this compiler generates the best code for ARM's CPUs.
GCC Generates quite good code for the ARM these days. The biggest
drawback is the use of newlib. Rowley provides a nice IDE with GCC,
and their own library, which removes the one disadvantage of using
GCC. Their product is also available for Windows and Linux.
linux libraries for the TRITON boards, is that floating point operations
are executed as kernel interrupts (Undefined Instruction generating
jumps to a floating point emulator, I think.) I think it turned
out to be several times slower than the IAR floating point library
that runs in user mode.
I suppose it makes a big difference whether your ARM code is going
to run under Linux or on the bare silicon. All my IAR experience
is on ARM7TDMI without an OS, and all my GCC experience is
on a StrongArm chip under linux. I'd love to transition to
an RTOS with either system, but haven't found the free time to
get either MicroC/OSII or FreeRtos running with either set
of hardware.
Mark Borgerson
.
- Follow-Ups:
- Re: STM32 ARM toolset advice?
- From: Anton Erasmus
- Re: STM32 ARM toolset advice?
- From: Wilco Dijkstra
- Re: STM32 ARM toolset advice?
- References:
- STM32 ARM toolset advice?
- From: John Speth
- Re: STM32 ARM toolset advice?
- From: Anton Erasmus
- STM32 ARM toolset advice?
- Prev by Date: Re: Fate of PIC32 If Microchip buys Atmel MPU business.
- Next by Date: Re: STM32 ARM toolset advice?
- Previous by thread: Re: STM32 ARM toolset advice?
- Next by thread: Re: STM32 ARM toolset advice?
- Index(es):
Relevant Pages
|