Discussion Title | Created date |
---|---|
rcall "out of range" problem Hi all AVR users The problem is as follows (AVR Studio 4.08 @ mega64/128) : When using "rcall" to call a subroutine you will get a problem when program gets larger and larger and... |
Thursday, 26 February 2004 - 10:15 |
LCD routines Hi, I am having troubles writing to a standard 4*20 lcd using 4 bit mode. I am using AtmanAVR and the the functions that is built in the IDE. The problem is that lcd_init locks up... |
Tuesday, 17 February 2004 - 22:05 |
Fuse bit settings for ATMEGA 16 Hi, does anyone have the correct configuration of fuse bits for ponyprog for ATMEGA16 when 16 Mhz external crystal oscillator is desired. Morten |
Friday, 13 February 2004 - 14:16 |
How to recover avr when fuse bits are programmed Hi (anyone) ! Unfortunately I have programmed my fuse in a way so I cant get contact with my ATMEGA16 via my ISP programmer using PonyProg. By now I have locked 3 AVR's and i am... |
Tuesday, 10 February 2004 - 19:05 |
sqare root assembler code I have written a square root routine (input 40 bit integer) in assember (in AVR studio) that I use in RMS calculations. "Problem" is that the routine takes up to 3mS (7.37MHz). Is... |
Tuesday, 6 January 2004 - 09:13 |
AVR studio 4 and AT tiny 12 Hi, I have a problem with choosing the AVR simulation for AT tiny 12 when I create a new project. The device is listed but not highlighted and not choose able. Does any one know... |
Saturday, 24 May 2003 - 08:26 |
Newbe & porting ;) please help Can someone help a newbi at gcc ;) I have this code example & i want to port it to gcc asm: ldi ZH,HIGH(TEST2<<1) ldi ZL,loW(TEST1<<1)... |
Monday, 6 January 2003 - 23:43 |
Newbe & porting ;) please help Can someone help a newbi at gcc ;) I have this code example & i want to port it to gcc asm: ldi ZH,HIGH(TEST2<<1) ldi ZL,loW(TEST1<<1)... |
Monday, 6 January 2003 - 23:42 |
Missing $(AVR)/avrfreaks/avr_make Having installed AVRGcc 3.0.2 (Linux, mandrake 9.0) I seem to be unable to compile due to a missing $(AVR)/avrfreaks/avr_make. Any ideas on how to get that one, as it seems rather... |
Tuesday, 26 November 2002 - 09:00 |
USB interface to Mega128 Hi there. I was wondering if anybody ever had interfaced a Mega128 to the USB port of a PC? Does anybody know anything on that topic? Please enlighten me with links, hints or... |
Monday, 11 November 2002 - 02:03 |
UART and simulator I'm desperately trying to simulate UART-reception in a 2313 using AVR Studio, and the UART is set up correctly. I've even used sample code found here, but the RXC-bit never gets... |
Thursday, 25 October 2001 - 16:07 |