-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ad2b9f
commit c29554e
Showing
1 changed file
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,39 @@ | ||
# STM32F4-with-EmBitz | ||
Projects with stm32f4 - discovery with EmBitz | ||
# STM32F4 with EmBitz | ||
|
||
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 | ||
|
||
* Install EmBitz from the official page https://www.embitz.org/ | ||
* STM32F4 Discovery board (or other stm32F4 microcontroller) | ||
|
||
## Getting Started | ||
|
||
### New project | ||
|
||
``` | ||
If you want, you can just use the StartProject and skip this step | ||
``` | ||
|
||
File-> New Project -> choose stm32f429zi (the microcontroller used on discovery board). | ||
Make sure you select the standart peripheral library! | ||
|
||
### Write on microcontroller | ||
|
||
When everything is done, you can click on debug button to compile the code and programing the microncontroller. 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. | ||
|
||
## Contributing | ||
|
||
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us. | ||
|
||
## Authors | ||
|
||
* **Daniel Oliveira** - [OhMeuMenino](https://github.com/OhMeuMenino) | ||
|
||
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details |