Discussion Title | Created date |
---|---|
TWI Clock Not Working (Im Pretty Sure) Hey guys once again! Device: Atmega644PA I've been trying to implement a Two Wire Serial Interface (for future I2C use). Initially I'm trying to make sure my Clock line is working... |
Thursday, 13 June 2013 - 04:43 |
Wireless Project - Frequency Selection Hey guys! I am thinking about starting a project whereby I can wireless connect an AVR to control and monitor stuff over a mobile phone. At this stage running android is fine.... |
Thursday, 6 June 2013 - 02:11 |
if(x) and if(x == 1) is the initial faster than the later? As in the topic, is if(1) much faster than: if(x == 1) Or is it really dependent on compiler flag optimizations? The reason I ask, is that I am going through my friends code... |
Monday, 8 April 2013 - 07:01 |
Bootloader to app transition - memory issues Hi guys once again! Atmega324pA I have finally got my boot loader working and have created a program to send a test app through USART. The program and the boot loader updater seem... |
Tuesday, 2 April 2013 - 07:31 |
Writing to the Flash from Page Buffer Hey guys, (using the atmega324pa) I am currently unaware of what I am doing wrong with my function when writing to the Page buffer. I initially started with the example in the... |
Wednesday, 27 March 2013 - 06:37 |
Byte-Wise Shift? I currently have an array that I only want to pass through to a function to transmit via USART (for testing purposes) then eventually to a variable. for example: char y[10] = "... |
Monday, 25 March 2013 - 01:28 |
Programming through USART Hey guys! I'm looking to start trying to program my atmega324pa through usart (initially just PC USB-Serial interface). I currently have a working bootloader thanks to Brad and... |
Thursday, 21 March 2013 - 23:26 |
Compiled Assembly Output This may be a noobish question, but I can't seem to find any documentation (or not searching for the correct terms) for how to compile a basic program into assembly so I can see... |
Monday, 18 March 2013 - 23:53 |
PT1000 Calibration on existing circuit Design Hey Guys! I looking to use a PT1000 temperature sensor to be inputted into an AVR based on an existing circuit design. Based on the PT1000 calibration plot it seems to abide by... |
Friday, 15 March 2013 - 06:27 |
ADC data registers: ADCL, ADCH, ADCW, ADC First of all, I would just like to say hi guys! Only just started getting into microprocessors about a month ago, definitely opened my eyes at how easy some things can be!! Quick... |
Tuesday, 12 March 2013 - 06:06 |