9b. Embedded programming (CLS Adults)¶
This week, our group assignment is to compare the performance and development workflows for other architectures. We decided to compare the SAMD11C to the Atmel Mega 328. The datasheet for the SAMD11C microcontroller was 980+ pages long, and the datasheet for the Atmel Mega328 microcontroller was 290+ pages long. We decided to focus on a few of the featers of both for comparison.
Atmel Mega328 | SAMD11C | |
---|---|---|
Processors | High performance, low power AVR® 8-bit microcontroller | 32-bit, ARM® Cortex®-M0+ processor; This is the most energy-efficient ARM processor; has three low-power modes; used in wearables. |
Architecture | RISC (Reduced Instruction Set Computer: this type of processor is faster. | ARMv6 |
# of Pins | 32 | 14-24 |
Block Diagrams | ||
Pinouts | ||
I/O Packages | 23 lines | up to 22 pins |
Code Examples | Source | Source |
Last update: May 24, 2022