GithubHelp home page GithubHelp logo

avr-harlock-demo's Introduction

avr-harlock-demo

A simple demo app for an AVR ATMega644 MCU, that reserves a small section of program memory to host its SHA1 hash for verification purposes. The bootloader is in a nested project, within the bootloader directory.

Pre-requisites

Before flashing the firmware, you have to program the fuses for the first time:

You can program the fuses to have the following settings by running make fuse:

  • Internal 8MHz clock
  • JTAG enabled
  • OCD enabled
  • Boot reset enabled with boot sector starting @0xE000 (4096 words, byte address)

Build

The root Makefile has a make and make flash-complete target that can be used to build a single .hex file containing both application and bootloader

make
make flash-complete

To build the bootloader separately

cd bootloader
make

SHA1

SHA1 library originally from @gabrielrcouto/avr-sha1 licensed under the MIT open-source license.

avr-harlock-demo's People

Contributors

abathargh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.