this post was submitted on 02 May 2024
9 points (100.0% liked)

MICROCONTROLLERS

791 readers
1 users here now

Everything microcontrollers: projects, questions, new releases, etc.

dragontamer's Beginner Guides:

Beginner Series I: What is a Microcontroller?

Beginner Series II: The "Generic" Microcontroller

Beginner Sidenote: Microchip's Signal Chain Design Guide

Beginner Series III: Skills and Complexity Tiers

Beginner Series IV: Deep Dive into Microchip's AVR EA

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dragontamer@lemmy.world 2 points 5 months ago

ATMega328p is old and obsolete. But the assembly language remains used in modern versions of this chip, such as the AVR DD or AVR EB.

Maybe ATMega328p is a more popular name that people aren't using the "modern" chip names or "AVR Assembly", but the code should mostly work on modern chips as well.

Hmmmmmmmm...

A collection tutorials for using assembly language on the command line to program AVR microcontrollers such as the ATmega328p microcontroller used in the Arduino.

The actual link shows that the author of the tutorials knows the difference. He says its an AVR Assembly tutorial (for example the ATmega328p), which is the correct way of presenting the information.