Daily Archives: January 17, 2007

Atmel coding, commen errors

I’ve posted in a previous post that I implemented a clock in the atmel, and that there is an offset because of the time it takes between the calling of the signal, and me setting the counter back to 0. This wasn’t true,  I run the counter with a prescaler of 1/256. So the value read more »

Atmel coding

Just a few small remarks: For the atmel, there are allot of open source tools available. A small list: avr-gcc: You can find info here binutils-avr: Allot of useful utilities, can’t find a website for this. avrdude: A programmer. This one works very well (it worked in cases that uisp failed).  website here One of read more »