Discussion Title | Created date |
---|---|
USB<->RS232 - slightly off-topic I recently bought an Arduino Mega2560 board to use in a one-off project. This question is not about the atmega2560 or the code running on it, but about the atmega16U2 that board... |
Wednesday, 9 July 2014 - 09:11 |
Dead Dragon? Hi All, I have a Dragon showing the following symptoms: 1) The ATMEGA2560 on the board gets distinctly warm/hot to the touch. I normally run the Dragon inside its box, so I don't... |
Thursday, 22 July 2010 - 12:16 |
ISR_NOBLOCK bug? Hi Folks, Compiling this program: #include #include unsigned char f(int a, int b, int c) { return a + b + c; } ISR(TIMER1_OVF_vect, ISR_NOBLOCK) { volatile int a, b, c;... |
Thursday, 17 September 2009 - 16:20 |
library stack usage Hi All, Is it documented anywhere how much stack is used by the various C library routines? I have discovered (the hard way!) that the floating point version of sscanf() uses a... |
Saturday, 13 December 2008 - 18:01 |
AVR Studio Stack Monitor Hi All, There are a number of threads around in these forums saying that the Stack Monitor functionality has never been implemented fully and hence the menu entry in AVR Studio is... |
Sunday, 23 November 2008 - 17:31 |