Successfully Built Blinky in Eclipse Luna and Linux on STM32F429I-Disco
Okay assuming that you have Eclipse and the Worbench for STM32 and also a programmer link working via Qstlink2 or whatever version of Stlink you need for your board it is time to get our Very First Blinky project underway!!!!
First when starting Eclipse you have to select a workspace for this i will chose mydemo.
So in the workspace box you should have “/home/(yourname)/workspace/mydemo” and hit okay.
Next select FIle at the top left corner and then “New” and click on “Project”.
In the “Selcet a wizard” menu select “C/C++” and click on “C Project” and then click on “Next”.
In he next menu “C Project” you put in your project name in our case “Blinky” then go to the Project type box and select “Executable” then highlight “Ac6 STM32 MCU Project” and your tool chain should also be highlighted as “Ac6 STM32 MCU GCC” and then click “Next”.
The next menu should be “Select Configurations” and see that both “Debug” and “Release or both checked and the click on “Next”.
This next menu is “MCU Configuration” and here you set your MCU type and board that you are using, in this case I select for “Series: STM32F4” and “Board: STM32F429I-DISCO” then click “Next”.
This next page is called “Project Firmware configuration” fris ther are two options the “StdPeriph” or the “Cube HAL” when you click on either one of these for the first time you will have to wait for them to download and install themselves.
In this menu we want to select “Standard Peripheral Library” and also selct “Extract all firmware in a seperate folder” and click on “Finish”
Congratulations of have just set up a blank C Project with all of the tools needed for this Project named “Blinky” !!!
Now to add the Program !!!
jer


