Discussion Title | Created date |
---|---|
Adding Version (and other meta-data) to Atmel Studio Projects There's been discussion on the 'Freaks about versioning (or lack of) in Atmel Studio. This has prompted me to polish and share my in-house solution. It includes a custom template... |
Friday, 16 October 2020 - 02:00 |
Device Pack Errata for MEGA808/1608/3208/4808 Just notice a bug in the atdf files for the MEGAxx08 chips. They include interrupt vectors 34&35 which are only relevant to higher pin-count siblings. Nothing catastrophic,... |
Friday, 2 October 2020 - 05:02 |
Cannot compile to ATMEGA808 with global variables The latest device packs (1.4.xxx) aren't correct for the MEGA808. When I compile this code: #include <avr/io.h> uint8_t GlobalByteVar; main() { while(1) {... |
Thursday, 30 January 2020 - 01:38 |
TWI issue with ATtiny416 I think I've uncovered a serious error in the TWI hardware on the tiny416. Hopefully, someone can prove me wrong. All the TWI code I've examined writes the address byte like this... |
Saturday, 26 October 2019 - 03:20 |
Analog Comparator on tinyAVR 1 series <deleted> Got my AC_MUXPOS0_bm mixed up with my AC_MUXPOS_PIN0_gc Maybe I should have used magic numbers instead. |
Thursday, 19 September 2019 - 21:09 |