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 process of developing code for the Microchip ATtiny13A, starting at the chip level.

Introduction#

This is the first in a series of posts describing how to begin developing at the chip level (as compared to board level). In this series, …

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 assembly language and C. In this series, I’ll be using a Microchip …