Hello,
I’m starting working on a new version of an already existing product.
The previous version use a PIC24HJ and dev has been done using MPLAB X.
The new version use a STM32F205RG and I’m looking for the right toolchain to work with.
I need :
-
An editor with code completion, easy navigation (typically ctrl-click) and automatic indentation AT MIN.
-
Compiler + Debugger.
-
Efficient Support.
-
Code examples (using the standard periph lib, not the Cortex-M3 SFRs like Keil’s code examples).
-
Windows 7 x64 host (no, won’t change).
-
No budget limitation.
The current JTAG probe is an ST Link connected through full JTAG port, I can change the probe if required.
I started evaluating Atollic TRUEStudio PRO but their stlinkgdbserver.exe keeps crashing all the time.
I also tried Keil and IAR but their editors are far from the bare minimum I’m looking for (or maybe I missed something …).
I tried Crossworks but still no code completion, no easy avigation, no indentation …
I’m downloading an evaluation version of CodeSourcery, but I think they don’t support natively the STLink (which probe to use then ?).
At the moment the one I’d chosse is Atollic if they can make their gdbserver working properly, because they are based on Eclipse and so have a real code editor.
Did I miss a challenger ?
Thomas.