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.
 
 

10 lines
365 B

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 `Makefile`s 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.