2010-10-19 07:39 AM
Switch from KEIL to Eclipse + GCC
2011-05-17 05:11 AM
Hi Afi,
Download ''Eclipse IDE for C/C++ Developers vonhttp://www.eclipse.org/downloads/
Add…
( Eclipse C/C++ GDB Hardware Debugging, Eclipse C/C++ Memory View Enhancements)C Compiler → Directories:
../fwlib, ../fwlib/inc (Or wherever the fwlib is)
../fwlib/stm32f10x_hd.ld (or where your linker script is located)
C:\codesourcery\bin\arm-none-eabi-gdb.exe (or where the gdb is located)
monitor reset init'' in the startup action of the debugger.
2011-05-17 05:11 AM
Personally, I prefer the Zylin plugin. The builtin support seems just poor IMO.
Also I use Helios.2011-05-17 05:11 AM
Hi Carste,
thanks for intensive manual. I will try these steps in few days. However, now I need to chose a wright JTAG emulator, because ulink is not supported by OpenOCD. Any suggestions? The Amontec JTAGkey2 costs 115 euro: http://www.amontec.com/jtagkey2.shtml Is there any other JTAG emulator with lower cost? Thanks in advance. Afi2011-05-17 05:11 AM
2011-05-17 05:11 AM
Hello, I wrote a small guide here:
http://chibios.sourceforge.net/dokuwiki/doku.php?id=chibios:guides:eclipse1
The project also contains startup files, linker scripts and demos for the STM32. Giovanni