diff --git a/README.md b/README.md index 4016518..4bd49b6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# STM32F4 with EmBitz +# STM32F4 with EmBitz +![EmBitz](https://github.com/OhMeuMenino/STM32F4-with-EmBitz/blob/master/images/EmBitz.png) This repo is a guide to start developing projects with STM32F3 Discovery board and EmBitz IDE. Using the standart libraries, there ares examples how to configure and use the peripherals in a easy way. Probably this examples could be applied to others ARM microcontrolers. Enjoy it :) -## Pre-requisites - +## Pre-requisites * Install EmBitz from the official page https://www.embitz.org/ * STM32F4 Discovery board (or other stm32F4 microcontroller) @@ -29,6 +29,8 @@ In the project tree *Sources -> src* you will find the main.c When everything is done, you can click on debug button (top bar) to compile the code and programing the microncontroller. +![Write and run](https://github.com/OhMeuMenino/STM32F4-with-EmBitz/blob/master/images/write.png) + If is everything ok EmBitz will open a new file (in assembely), ignore it for now. Click on Continue and you will see your code working on.