|
|
|
|
|
by duskwuff
720 days ago
|
|
> It would be really nice to have a super simple processor with a standard architecture and tooling. Pragmatically speaking, that architecture already exists -- it's the 8051. (This part is a PIC clone, but 8051 is also extremely common.) RISC-V has promise for larger microcontrollers, but really tiny ones like these (48 bytes RAM, 1KB ROM) are better off with an 8-bit architecture. |
|