Discussion Title | Created date |
---|---|
PonyProg veriication disable I wanted to ask if it possible to disable the verification in PonyProg. It programmes the AVR in a few secs, then takes a minute or so (atmega128) to verify if the program was... |
Wednesday, 20 September 2006 - 20:39 |
An AVR in SOT-23 package I was looking onto the Microchip site for some memories, when I stumbled upon this : http://www.microchip.com/stellen... PIC10F200 - a processor in a SOT-23 package makining it... |
Tuesday, 29 August 2006 - 20:28 |
Optimal byte flipping I need a bit flipped in the style that: newbit7 = oldbit0 newbit6 = oldbit1 newbit5 = oldbit2 newbit4 = oldbit3 newbit3 = oldbit4 newbit2 = oldbit5 newbit1 = oldbit6 newbit0 =... |
Monday, 28 August 2006 - 17:44 |
Incorect data about the TWI reg. The prescaler bits aren't in the displayed register whereas according to the datasheet the TWSR has the bits number 1 and 0 for the prescaler. Just a little bug, or my error. |
Saturday, 26 August 2006 - 09:05 |
ATMega32 Datasheet error in bootloader or my misunderstandig If I understand this correctly: (table from ATMEGA32 datasheet) Than with a bootloader I can use only HALF of the memory? (3FFFh == 16383 == 16k, where as M32 has 32k of flash) I... |
Sunday, 20 August 2006 - 08:22 |
is there an ATMEGA64 TQFP footprints for OrCAD What footprint should i use for an ATMEGA64 TQFP in orcad? can i use the standart libraries and which footprint would that be? Or would some kind samaritan send me a link to a... |
Friday, 18 August 2006 - 14:50 |
strange fopen() error (First time I am enterin a code into the forum, so it might look strange) So: I got this code, and the gcc says this: main.c:36: warning: passing arg 1 of `fdevopen' from... |
Monday, 10 July 2006 - 19:51 |
Pascal == Dead language Me, and some friend(softwarists, hardwarists etc) were discussing something at lunch, when the converstation turned to programming languages. I said that in my opinion, Pascal is... |
Friday, 7 July 2006 - 19:41 |
Avr and ZigBee... Have you noticed this?: http://www.atmel.com/products/av... I mean, it's cool, but why can't atmel do it like nordic: Integrate a processor (nordic has a x51 proc.) and the whole... |
Wednesday, 5 July 2006 - 08:12 |
is there anything like printf? I need a function to convert a int (resp. long int) to a string...like sprintf(string,"%i",large_number); but that does not take 1.5kB of memory of a poor tiny2313...Isn't there a... |
Wednesday, 28 June 2006 - 11:59 |
DAC in an AVR? Is there any AVR device with an integrated DAC in it? Not counting 32bit monsters...:) |
Sunday, 25 June 2006 - 14:26 |
Samples from Atmel In Slovakia and in the Czech rep. we have a problem with atmels samples. they don't come at all. We think the local distributor (codico) is to blame but we are not sure. How's the... |
Saturday, 10 June 2006 - 11:33 |