Skip to content

OhMeuMenino/STM32F4-with-EmBitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F4 with EmBitz

EmBitz

This repo is a guide to start developing projects with STM32F4 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 :)

Contents

Pre-requisites

  • Install EmBitz from the official page https://www.embitz.org/
  • STM32F4 Discovery board (or other stm32F4xx 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 Peripherals Library!

Write code

In the project tree Sources -> src you will find the main.c

Write on microcontroller

When everything is done, you can click on debug button (top bar) to compile the code and programing the microncontroller.

Write and run

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

Feel free to pull request

Authors

About

Projects with stm32f4 Discovery board with EmBitz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages