Some example code for interacting with a Atmegr328P using assembly and the avra assembler program.
Find a file
2023-04-02 18:25:08 -07:00
src
.gitignore updated gitignore 2023-04-02 18:21:23 -07:00
LICENSE
m328Pdef.inc
makefile updated the makefile to create the build directory as needed. 2023-04-02 18:21:37 -07:00
README.md updated the readme with instructions 2023-04-02 18:25:08 -07:00

AVR_ASM

Some example code for interacting with a Atmegr328P using assembly and the avra assembler program.

This program just runs a simple led chaser dependant on the value stored at a sram address.

How to run:

requirements:

  • avra assembler
  • the avr inc files or change the makefile to target the included one.
  • an avrasp programmer.
  • gnu make
  • bash
git clone <REPO URL>
cd <REPO>
make all
make flash