Discussion Title | Created date |
---|---|
CR2032 longevity napkin calc over time CR2032 @ 225ma hr, -1% per year, but lets ignore that. Hypothetical 225ma pulse for 2ms, 288 times a day (every 5 minutes). So current usage is 576ms @ 225ma per day.... |
Wednesday, 11 November 2020 - 20:19 |
AS7 command prompt default folder path change? Hello, when i load Atmel Studio 7 command prompt the default drive/folder path starts in(on my machine): C:\Users\draftting 1\Documents> Is there a way to change the... |
Thursday, 10 September 2020 - 14:52 |
Attiny1614 pin change wakeup will not enter ISR but wakes up chip Hello, I have an Attiny1614 that uses two different pins (2,8) with pin change Sense low level interrupts enabled, both pins have pullups enabled and are set as inputs.... |
Wednesday, 27 February 2019 - 19:30 |
* befor () in this C++ ardunio code Hello, i am attempting to understand some non-library Arduino code for an common ILI9341_2.8" TFT display shield in order to help trip it down to bare level communication... |
Thursday, 24 January 2019 - 16:35 |
IDE with LOCK text function from accidental modification. Hello, I use CodeBlocks as an editor along side AS7. Just found a bug in my code where i removed one of the = signs in an if statement (foo == bar). Took me about 3 hrs... |
Monday, 10 December 2018 - 12:54 |
Flag checking in if-statement is setting flag? Xtiny1614 how to check if flag is set I have been attempting to manually check for a compare interrupt flag in an if-statement but i am only succeeding in setting whichever bit i am attempting to check and then also... |
Thursday, 21 June 2018 - 07:02 |
AS7 Auto Fuse setting differs from Attiny1614 datasheet (UPDI) Hello all, I think iv found a mixup in the hex values with the fuse settings for an ATtiny1614 in Atmel studio 7 and what the datasheet says. Datasheet: DS40001893B Fuse settings... |
Monday, 18 June 2018 - 20:13 |
ATiny1614 'TCA0_SINGLE.INTFLAGS' Undeclared Compiler error Hello, In Atmel Studio7 with an Attiny 1614 project, i have found that this: TCA0_SINGLE.INTFLAGS is not recognized as being declared. When changed to using underscores,... |
Friday, 15 June 2018 - 15:22 |
Boot loader Append/Bootend size selection logic (Attiny1614/Xtiny) How i am reading the Attiny1614 datasheet: If i set APPEND to '0x10' (16 x 256 bytes) = 4kb of Application code. If i set BOOTEND to '0x01' (1 x 256 bytes) = 256 bytes of... |
Thursday, 24 May 2018 - 18:16 |
Atmel ICE tiny wires, cheapness slap to the face. Finally bought the $130 atmel ice kit. Im sure im not the only person to open the box and and say "WTF". I guess your paying for the software and abilities. But, where are... |
Friday, 11 May 2018 - 17:04 |
Attiny1614 datasheet (Microchip), not easy to navigate vs Old Atmel datasheets Im working on a project in which we switched from an Atmega328 to the new Attiny1614-1617 from Microchip. Even as a novice iv gotten used to the Atmel datasheets with having the... |
Thursday, 10 May 2018 - 15:19 |
LED indicator for software debugging :) Hello, iv been working on my biggest project ever (600 lines of C' source code) with lots of functions. I have an intermittent problem with program lockup in a certain part of my... |
Tuesday, 13 March 2018 - 18:23 |