You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speed options should be a superset of those available to megaTinyCore, so that means we need to pull in support for 25 and 30 back into the Dx-series, since somehow those weren't ever added as options (30 makes sense - it was added when it became clear that we couldn't turn 1-series parts up to 32 MHz and expect them to have a prayer of working without an external clock). I guess I didn't do 25 because it was so close to 24.
The text was updated successfully, but these errors were encountered:
While 25mhz isn't that different from 24mhz in performance, 25mhz crystals and oscillators are probably easier (and cheaper) to source! I have a lifetime supply of 25mhz crystals in the junque box (if anyone needs one for testing I can mail you some).
Easier to source from pulls, yes. not any cheaper new, though - both are common speeds, 25 probably a bit more common ("1/4th of 100 MHz"), but 24 being twice the base 12 MHz of USB 1 or half the 48 MHz base clock of USB 2.0 which is generally generated via pll from 12 or 24 - as well as being a multiple of halfway between two powers of 2, and thus a natural choice for parts that aren't rated for 32, but which need to be clocked higher than 16.
Pricing is similar whether you get them in the West or from chinese knockoff sellers, too. The speed of crystals, within a small range, doesn't have any impact on the price until the speeds get a lot weirder. Like, wacky USART like 7.372 or something (forget the exact number for the 8 MHz-slowed-down one is; ATTinyCore supports it because classic AVRs don't have the fractional baud rate generator, they need to use integer division to get 8x or 16x (8 or 16 samples per bit) the baud rate) crystals are also common and cheap.
Speed options should be a superset of those available to megaTinyCore, so that means we need to pull in support for 25 and 30 back into the Dx-series, since somehow those weren't ever added as options (30 makes sense - it was added when it became clear that we couldn't turn 1-series parts up to 32 MHz and expect them to have a prayer of working without an external clock). I guess I didn't do 25 because it was so close to 24.
The text was updated successfully, but these errors were encountered: