this post was submitted on 11 Jan 2024
1 points (66.7% liked)

MICROCONTROLLERS

848 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dragontamer@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

FRAM seems like the wrong technology for a looper. In particular, FRAM wears out on both reads and writes.

I'd expect SRAM to be best, as most "loopers" for musicians are only active while the device is on (ie, non-persistent), with Flash to be 2nd best (you lose out on write-durability, but rereading durability is infinite unlike FRAM).

EDIT: https://www.fujitsu.com/uk/Images/MB85RS4MT.pdf

So that's 10^13, or 10-trillion writes (which includes reads for FRAM). So if its read 10 times per second, that's 1-trillion seconds or I guess 30,000+ years of use. Hmmm... maybe that's enough durability then. Lol. I guess that's fine.