Discussion Title | Created date |
---|---|
Compiler doesn't find include files [Moderator's note: Split off the sticky WinAVR announcement thread.] Hi Ew, I have build "my own" winavr with an other IDE (AnyEdit), my personnal makefile generator and one... |
Friday, 2 June 2006 - 14:09 |
Dwarf Hi, Is it possible to have .dwar file with winavr (How) or the Dwarf debug information are in another file. |
Saturday, 1 October 2005 - 13:09 |
avrdude fusebit hi, is this command erase my ATMega8535 and unlock lock bit : avrdude -p m8535 -c pony-stk200 -e This command program fuse bit (bad value) ? avrdude -p m8535 -c pony-stk200... |
Wednesday, 28 September 2005 - 12:52 |
fuse bit on ATMEGA8535 hi, Is it possible to reinit fuse bit on atmega8535 (or reinit all the chip). I use avrdude with winavr and stk200. Thanx |
Saturday, 24 September 2005 - 15:30 |
Makefile string Hi, I use a 3rd party simulator. I want to run make file with a command like this : make all TARGET=myfile.c The runner oblige me to pass the extension. Is it possible in the make... |
Friday, 27 May 2005 - 10:19 |
Makefile command line hi, Is it possible to run make with one command as this : make all mysource.c where mysource.c is the main file. I use one makefile based upon the example in winavr. |
Wednesday, 18 May 2005 - 11:35 |
Translation Hi, I want translate GCC, GDB, AVRDUDE and some other tools in french. I use last version of winAvr and i discover one locale directory (..\WinAVR\share\locale\fr) with .mo file... |
Tuesday, 10 May 2005 - 15:51 |
ATMega Electrical Characteristics Hi, On AVR ATMEGA 8535 doc (rev 04/05) in Absolute Maximum Ratings (page 253) there is write for each pin the tension is -0.5V to VCC+0.5V but ... on figure 22 page 50 there is... |
Sunday, 1 May 2005 - 14:40 |
AVR Low cost debugger hi, i use ATMEGA8535. I want use debugger but the hard part is very expansive. I just find is it possible with ICE50 for 3500$ ?? Is exist ICD (same as pic) for very low cost (... |
Wednesday, 13 April 2005 - 09:00 |
AVR LCD Editor : Hitachi 44780 ? Is there anyone use AVR LCD Editor. LCD 16x2 compatible Hitachi 44780 exist ??? Is it possible to make one ?? If yes where can i find help ? Thanx |
Saturday, 2 April 2005 - 14:24 |
unable to declare local variable In response to a post i make this : #include int main(void) { float zzz; zzz=(2.5+1.8+1.5)/3; } In simulavr the box "no symbol "zzz" in current context" appear when i want... |
Wednesday, 23 March 2005 - 17:05 |
AVR GCC and proteus VSM Hi, I want use Proteus VSM to simulate. Don't succeed in using LCD in 4 bit mode. Anyone can help me or indicate other forum. regards, Vince |
Sunday, 13 March 2005 - 15:02 |