Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMeuMenino authored May 20, 2017
1 parent 03f8a62 commit bdaf697
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.
Expand Down

0 comments on commit bdaf697

Please sign in to comment.