Attiny104 #538
Replies: 4 comments 7 replies
-
Nope, this core does not cover the AVRrc (reduced core) parts. My policy has always been ATtiny parts based on AVRe instruction set variant only (AVRxt parts covered by megaTinyCore) which are available in a version with at least 4k of flash. Some of the AVRrc parts are covered by https://github.com/technoblogy/attiny10core but not that one. I think parts with only 1k of flash are not a good match for the Arduino environment - you're basically going to be writing raw non-arduino-ish C since the overhead of the arduino API is too much to do much with in 1k, (In attiny10core, he just doesn't ship with much in the way of API functions - because the user experience with them is crap, you can't fit hardly anything on the chip. |
Beta Was this translation helpful? Give feedback.
-
FWIW, my fork of ATTinyCore supports 4/5/9 and 10https://github.com/sleemanj/optiboot/blob/master/dists/README.md#attiny4-attiny5-attiny9-attiny10The usefulness is, debatable, personally I think the Tiny13 (which my fork also supports) is a better bet in the arduino environment and I have certainly used that for a number of useful projects "written in arduino", but have only used the 4/5/9/10 when I was making the core support them, not since. ---- On Mon, 22 Mar 2021 05:50:21 +1300 ***@***.*** wrote ----
Any plans to support?
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I don't really see why there is even any interest within Arduino circles in such underwhelming processors with so little flash.... There is no reason to go out of your way to use a 104 (which seeing as there's no arduino support, you would need to do), and frankly, I don't think there's any reason for the 104 to exist. It was released around the same time as the 0/1-series too... yet has crapola classic style peripherals. If you gotta use a classic AVR instead of an AVRxt one, ffs, use one of the ones with some sort of redeeming quality. Maybe a 861 if yo lke differential ADC measurements (despite having only 10 bits of resolution, it still buries even the DA/DB parts for certain use cases, because you can go all the way to the power rails (actually slightly beyond) in differential mode while using a reference other than Vcc - most newer parts only work up to the reference voltage - and don't have programmable gain) , or an 841 for the combination of similarity to the 84 and one of the best pre-2016 peripheral loadouts, or even something like the 9/10 for the rice-grain size package... not something that combines tiny flash., negligible ram, and crap peripherals.... |
Beta Was this translation helpful? Give feedback.
-
Much thanks! |
Beta Was this translation helpful? Give feedback.
-
Any plans to support?
Beta Was this translation helpful? Give feedback.
All reactions