Discussion Title | Created date |
---|---|
SPI Slave Message Been a while since I've visited here. I don't want to beat a dead horse but I've gone through at least 12 pages of AVRFreaks search results I didn't find anything regarding... |
Tuesday, 14 January 2020 - 15:38 |
Negative value in switch statement I was trying to write some code and I was having a problem using a negative value in a switch statement not being executed (in AVR Studio 5.0.1163). I have used a negative value... |
Saturday, 31 March 2012 - 01:18 |
Makefile migration I just picked up a project that was shelved for a while that was written using AVRStudio 4.18. It used a makefile (thanks for the help Stu!) and linker_script.x file to modify... |
Friday, 9 March 2012 - 17:02 |
Checksum calculation I'm trying to implement a checksum calculation into my code - something that can be queried after programming (and not embedded into the last location). // Calculates program... |
Friday, 22 January 2010 - 15:48 |
Setting JTD bit in MCUCR I am trying to disable the JTAG port on an ATmega2560 using C code in WinAVR. I have read the documentation which says the JTD bit must be set twice within four clock cycles. I... |
Thursday, 8 November 2007 - 18:11 |
Data types I have an application that really needs the use of a double variable. I have written code using AVR Studio and WinAVR but I don't seem to get the expected accuracy with the... |
Wednesday, 31 October 2007 - 18:01 |
Reading a multi-char string in from USART using interrupts Does anyone have a suggestion on how to read in a string using the USART and interrupts? I am able to get the RX USART to work with the RX interrupt and I can also read in ONE... |
Tuesday, 1 May 2007 - 20:26 |