ATtiny13A: Debug gdb-dashboard

Where I continue to discus how to debug code on the ATtiny13A on a Linux computer using the Microchip Snap, bloom, avr-gdb and gdb-dashboard. This entry goes into a detail as to how I like to use avr-gdb, Bloom and a customized window from gdb-dashboard to …

ATtiny13A: Serial Communications

Where I describe the process of developing serial communications for the Microchip ATtiny13A.

Introduction#

Even with a microcontroller with limited capabilities as the ATtiny13A, it is desirable to have the ability to communicate via the serial port. The …

ATtiny13A: Multitasking

Where I describe the process of writing and debugging a multitasking program for the Microchip ATtiny13A.

Introduction#

To get the most of any microcontroller, its best to have a framework for multitasking and to ensure it will be as efficient as possible, …

ATtiny13A: Introduction

Where I describe the differences between the industry standard AVR microcontroller (ATmega328P), star of the Arduino Uno R3 and a minimal version of an AVR microcontroller, the Microchip ATtiny13A.

Introduction#

Why is this comparison important?

It is …

ATtiny13A Development

Where I describe the process of developing code for the Microchip ATtiny13A, starting at the chip level.

This is a series of posts describing how to develop at the chip level using both, assembly language and C. In this series, I’ll be using a …