Guest
#1778656
Hi, I'm trying to set up a development environmet for ARM Cortex M3 (STM32F107) on windows XP. I'm using Eclipse (with Zylin plugin), YAGARTO, gdb and J-Link debugging hw. All of these are new to me and I'm bit confused with all the script and config files. Getting freeRTOS to work is the target and I found an example project close to my setup from here: http://developers.stf12.net/just-another-eclipse-demo-str91x To start with I modifyed it to be only a led blinker without rtos and can compile it. I have currently the STM32CMICOS-EVAL board (http://www.st.com/stonline/products/literature/um/16173.pdf) with J-Link On Board chip and later possible some other board as well. J-Link gdb server is recognizing the target. As mentioned, I can compile but the above example uses different jtag hw so flashing and debugging still needs some work and here are my questions. 1. Which script and config files (and makefile settings) are controlling flashing and debugging? 2. Is there tutorials/examples for the files? 3. Can I break something with wrong config files? I'm already followed applicable parts of the following tutorials: http://developers.stf12.net/eclipse-demo http://embeddedcraft.org/freearmtools2.html http://www.yagarto.de/howto.html jera