Discussion Title | Created date |
---|---|
microchip: "328p has 2048KB of RAM" I am so impressed, they have a table listing memory size, and it says "RAM (KB)". I suspect that the person doing the web site doesn't know what AVR chips are, and just... |
Tuesday, 1 June 2021 - 03:29 |
TWI/I2C driver code for attiny3216? So, I have seen a couple of AVR i2c libraries, which worked on the 328p, and I've even found one adapted to (mostly) work on the attiny84. However, none of these seem to have... |
Saturday, 29 May 2021 - 23:57 |
mplab_ide not offering power options for pickit4 https://microchipdeveloper.com/p... https://onlinedocs.microchip.com... This suggests that the PICkit4 should be able to provide up to 50mA to a target. In the... |
Sunday, 23 May 2021 - 18:47 |
minimal circuits for attiny3216? So, I have found lots of diagrams showing "minimal" circuit setups for the 328p or attiny84, but I haven't found a corresponding thing for the 3216. Looking for things like "where... |
Sunday, 23 May 2021 - 18:07 |
Choice paralysis and 3216 programmers So I didn't actually read carefully enough to notice that 3216s don't use ISP anymore, so I need a UPDI programmer, and possibly want one that's HV-capable. And there's... a lot.... |
Saturday, 2 January 2021 - 00:50 |
attiny3216 fuse calculators, etc? So, I got a couple of 3216s to experiment with, because they seem to be cheaper-but-more-powerful than the older chips, but they aren't among the things listed in the fuse... |
Friday, 18 December 2020 - 21:05 |
attiny84 i2c -- what speeds can/should I expect? I'm using the Arduino TinyWireS library, which is a pretty thin wrapper on top of Donald Blake's usi_twi implementation based on the AVR312 app note. Observed behavior: If... |
Wednesday, 16 December 2020 - 00:01 |
What's the A? Was looking at chips, and noticed that the "ATTiny84A" is significantly cheaper than the "ATTiny84", but I can't find actual spec differences. So for instance, on Microchip... |
Sunday, 6 December 2020 - 19:20 |
Dragon hanging at boot with yellow LED I have an AVR Dragon, which I've been using to flash AVR chips. It "stopped working" recently; symptoms are diagnostics about being unable to talk to it in ISP mode from avrdude,... |
Friday, 27 November 2020 - 18:45 |
Using an AVR Dragon with ISP headers So, I've been reading the Dragon docs, and I've been reading threads, and I clearly don't know *something* but I don't know what it is that I don't know. I found an AVR... |
Monday, 2 November 2020 - 23:32 |
Trying to make my own USBTiny Okay, this is probably above my skill level, really, but it looked fun. I have a Sparkfun USBTiny. It works. I made an attachment for it which has a pair of ZIF sockets and is... |
Saturday, 31 October 2020 - 20:50 |
Functions within functions (lambdas) Note this thread started at https://www.avrfreaks.net/forum/... where a passing comment mentioned the possibility of using "functions within functions" in C. That triggered the... |
Tuesday, 19 June 2018 - 04:58 |