Discussion Title | Created date |
---|---|
Optimize Your C Code for 8-bit AVR Microcontrollers Hi, I just stumbled upon this document at Atmel and i want to share it with you. It may have been posted before but I probably won't hurt to be reminded of again: It... |
Wednesday, 15 July 2015 - 11:52 |
how do you plan / document larger AVR software projects? I am not sure if this is the right place to post my question, but my question is about planing and documenting the software on an AVR you are working on - or going to work on. I... |
Sunday, 5 April 2015 - 11:54 |
I am thinking of buying a Debugger. Should I get one? What is your opinion on that?. I know that debugging has its limits because the actual code on the controller differs from what you write in C. So is it still worth to get... |
Saturday, 22 November 2014 - 11:24 |
[Solved] SPI transmition hangs Hi, I am completely lost with this function. I have a function for transmitting bytes with SPI void SPI_Send(uint8_t data) { SPDR = data; while (!(SPSR & (1 << SPIF... |
Tuesday, 18 November 2014 - 19:07 |
LUFA and CDC_Device_Flush() Hi, I am getting to know LUFA recently and I am learning it with a Virtual Comport Device. I would rate myself Beginner compared to some of the "freaks" in this forum.... |
Tuesday, 4 November 2014 - 13:06 |