pure assembly STM32 programming examples and boilerplates for masochists
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ondřej Hruška ca19635a45 removed .bin files 8 years ago
..
F303K8 removed .bin files 8 years ago
F303RE-Nucleo removed .bin files 8 years ago
L100-Discovery removed .bin files 8 years ago
Delay.asm Added examples 8 years ago
README.md Added examples 8 years ago
main_example.asm Added examples 8 years ago

README.md

Examples

All examples build upon the main_example.asm provided here - it's the basic boilerplate.

To avoid duplication, the Delay.asm file here is shared by all the examples.

The Makefiles in the example projects work with KEIL installed in Wine.

If you are using KEIL on Windows, create a new project and copy the .asm and .s files into it.