An open API service indexing awesome lists of open source software.

https://github.com/dentrax/avr-programming-with-assembly

AVR Microcontroller Programming with Assembly
https://github.com/dentrax/avr-programming-with-assembly

arduino assembly assembly-language atmel-avr avr-programming microprocessor

Last synced: about 2 months ago
JSON representation

AVR Microcontroller Programming with Assembly

Awesome Lists containing this project

README

        

Atmel® AVR® Microcontroller Programming with Assembly Public Source Repository

Click here for **[Atmel® Wikipedia](https://en.wikipedia.org/wiki/Atmel)**

Click here for **[Atmel® AVR® Wikipedia](https://en.wikipedia.org/wiki/Atmel_AVR)**

Click here for **[Atmel® AVR® Datasheet](http://www.atmel.com/Images/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf)**

[What It Is](#what-it-is)

[How To Use](#how-to-use)

[About](#about)

[Collaborators](#collaborators)

[Branches](#branches)

[Copyright & Licensing](#copyright--licensing)

[Contributing](#contributing)

[Contact](#contact)

## What It Is

**AVR Microcontroller Programming with Assembly**

AVR Microcontroller Programming with Assembly guide is an easy and advanced way to learn AVR programming.

**Required Tools**

* -**[AtmelStudio](http://www.atmel.com/tools/atmelstudio.aspx)**
- `Atmel Studio 7` is the integrated development platform (IDP) for developing and debugging Atmel® SMART ARM®-based and Atmel AVR® microcontroller (MCU) applications. [only used for asm-level coding and debugging purpose]
* -**[ATmega2560 Microcontroller](http://www.microchip.com/wwwproducts/en/ATmega2560)**
- The high-performance, low-power `Atmel® AVR® 8-Bit RISC-based Microcontroller` [Used in this tutorial]
* -**[ATmega2560 Datasheet](http://www.atmel.com/Images/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf)**
- Datasheet for `Atmel ATmega640/V-1280/V-1281/V-2560/V-2561/V`

## How To Use

Just research the **[main repository](https://github.com/Dentrax/AVR-Programming-with-Assembly)** and learn it gradually. Thats all.

**Important Documentations**

> * All documentations are quoted from original datasheet.

* Diagrams

**[Pin Configuration](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-1.1-pin_configuration_diagram.png)**

**[Pinout CBGA](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-1.2-pinout_cbga_diagram.png)**

**[Pinout](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-1.3-pinout_diagram.png)**

**[Block](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-2.1-block_diagram.png)**

**[ACR CPU Core](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-7.0-avr_cpu_core_diagram.png)**

**[Register Working](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-7.2-register_working_diagram.png)**

**[System Clock](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-10.0-system_clock_diagram.png)**

## About

AVR-Programming-with-Assembly was created to serve three purposes:

**AVR-Programming-with-Assembly is a basically microprocessor programming learning repository coded in Assembly language using Atmel AVR**

1. To act as a guide to learn basic Assembly programming with enhanced and rich content.

2. To provide a simplest and easiest way to learn Atmel AVR programming.

3. There is no any advanced Atmel AVR microprocessor programming guide coded in Assembly language on the internet.

## Collaborators

**Project Manager** - Furkan Türkal (GitHub: **[Dentrax](https://github.com/dentrax)**)

## Branches

We publish source for the **[AVR-Programming-with-Assembly]** in single rolling branch:

The **[master branch](https://github.com/dentrax/AVR-Programming-with-Assembly/tree/master)** is extensively tested by our QA team and makes a great starting point for learning the Assembly language. Also tracks [live changes](https://github.com/dentrax/AVR-Programming-with-Assembly/commits/master) by our team.

## Copyright & Licensing

The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.

All program code (i.e. Assembly, .asm) is licensed under MIT License unless otherwise specified. Please see the **[LICENSE.md](https://github.com/Dentrax/AVR-Programming-with-Assembly/blob/master/LICENSE)** file for more information.

* -**[Atmel®](http://www.atmel.com/)**
- `Atmel` is a leading manufacturer of microcontrollers and touch technology semiconductors for mobile, automotive, industrial, smart energy, lighting, ...

* -**[AVR®](http://www.atmel.com/products/microcontrollers/avr/default.aspx)**
- `AVR` is a family of microcontrollers developed by Atmel beginning in 1996. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers.

**References**

While this repository is being prepared, it may have been quoted from some sources.
If there is an unspecified source, please contact me.

## Contributing

Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution instructions and naming guidelines.

## Contact

AVR-Programming-with-Assembly was created by Furkan 'Dentrax' Türkal

*

You can contact by URL:
**[CONTACT](https://github.com/dentrax)**

Best Regards