Search the web
Sign In
New User? Sign Up
avrx · Support group for the AvrX RTOS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1370 - 1401 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1370
Sorry, but I checked it in the debugger and the watchdog is disabled and for security I but the command "wdt_disable()" into the main code. Do you have an...
wukitech1981
Offline Send Email
Aug 1, 2006
7:31 am
1371
... Stack overflow??!!! Alex...
Alex Raimondi
hidklecks
Offline Send Email
Aug 2, 2006
6:31 am
1372
Salaam All i am new in AVR and AVRX. i want to configure the avrx2.6 with WinAVR-20060421 (with AVR Studio 4). how can i do this??? please Help thanks alot to...
Eng. Ahmed Salah
eng_ahmed222
Offline Send Email
Aug 2, 2006
1:57 pm
1373
Hi Larry, Do you know how I should access the message queue appropriately with critical section? I have the following code to access it It seems that it cannot...
tailopan2002
Offline Send Email
Aug 3, 2006
1:19 am
1374
Larry, Are you sure to use "tmp0" to save SREG ?. It seems to me that "tmp0" is allready used in this function. Isn't it better to use "tmp2"? Rody. ... Van:...
Rody v/d Meel
adesys_rody
Offline Send Email
Aug 3, 2006
2:53 pm
1375
tmp0 is used briefly to store SREG before pushing that value onto the stack. It is used again, briefly, to hold the popped value before storing it into SREG...
Larry Barello
lbarello
Offline Send Email
Aug 3, 2006
3:34 pm
1376
Hi All I'm new in AVR and AVRX. I cann't compile the examples comes with the avrx2.6 with the WinAVR-20060421 (with AVR Studio 4). I tried many times but...
eng_ahmed222
Offline Send Email
Aug 6, 2006
11:33 am
1377
Are you using a Mega128? If so, make sure the 103 compatibility is disabled....
darkdragonnascar
darkdragonna...
Offline Send Email
Aug 6, 2006
2:39 pm
1378
http://www.yahoogroups.com/group/avrx/files/AvrX/ 8/20/2006 - Maintenance release 2.6.g ... 1. Updated serial I/O samples for the latest WinAvr release (new...
Larry Barello
lbarello
Offline Send Email
Aug 21, 2006
3:59 pm
1379
Hello everyone, I am a Chinese student and sorry my English is poor :) I got an error with the serialio.s when compliling the kernel. The error massage are : ...
discoverer8713
Offline Send Email
Aug 23, 2006
3:17 pm
1380
Hello, I just started to work with AvrX2.6g for our embedded PowerPC project, where an ATmega168 will do some Power Management and System Monitor functions. I...
cullinan.rm
Offline Send Email
Aug 23, 2006
4:41 pm
1381
serialio.S is a very old assembly file used only with the debug monitor. Because it was written in the days of the "classic" avr and the GCC assembler has...
Larry Barello
lbarello
Offline Send Email
Aug 23, 2006
4:55 pm
1382
Thanks Larry, I don't need the Monitor,so I removed the "serialio.S" from the Makefile. Now it works just fine. --Thanks :) ... Eric...
discoverer8713
Offline Send Email
Aug 24, 2006
3:23 am
1384
Hello AvrX Friends, I have damaged two MAVRIC-IIB boards (Atmega128) in 7 months... Initially I thought that I damaged the MCU because I was trying to load a...
david ramos
deividramos82
Offline Send Email
Sep 12, 2006
2:41 pm
1385
Unfortunately you're not alone. When I first started with the AVR mega103 I lost like 3 chips that way. It seems noise/glitches on the ISP lines change the...
Stephane Gauthier
stephane641
Offline Send Email
Sep 12, 2006
3:13 pm
1386
The most common error that “kills” a processor is corrupting the fuse bits and selecting an external clock. Now the processor is dead from both an ISP and...
Larry Barello
lbarello
Offline Send Email
Sep 12, 2006
3:32 pm
1387
Yeah, I forgot that. The external clock trick worked for me once or twice but the other cases weren't. A jtag is a great thing to have. Any particular model to...
Stephane Gauthier
stephane641
Offline Send Email
Sep 12, 2006
3:47 pm
1388
No, I have never used a clone unit, although I have hacked & fixed my Atmel unit several times :-) You might find some reviews at Avr Freaks. There are...
Larry Barello
lbarello
Offline Send Email
Sep 12, 2006
4:23 pm
1389
I have used the 128 a fair amount this year and hae experienced many problems in corrupting fuse bits. I have also had some problems where if the power comes...
dmcdonald@...
duncan94040
Offline Send Email
Sep 12, 2006
5:13 pm
1390
I use AVRDUDE and the parallel port dongle from Sparkfun http://www.sparkfun.com/commerce/product_info.php?products_id=13 It is absolutely certain that the...
rtstofer
Offline Send Email
Sep 12, 2006
7:18 pm
1391
I use the STK500 with AvrDude and Astudio and JTAG with Astudio and have never had an issue with trashing the fuse bits (other than fat-fingering the dialog or...
Larry Barello
lbarello
Offline Send Email
Sep 12, 2006
7:46 pm
1393
Hello all, I had problem when compiling the kernel in Linux, the xterm out messages are: **********************************************************************...
discoverer8713
Offline Send Email
Sep 13, 2006
9:57 am
1394
Thank you for all your advices, I have tried to use JTAG and serial ISP to program again the (Mavric-IIB board) Atmega128 without success. Normally I use JTAG...
david ramos
deividramos82
Offline Send Email
Sep 13, 2006
2:24 pm
1395
If your version of avr-gcc is installed properly, it will already know where avr/io.h is located. From the GCC manual section 2.3 Search Path, GCC will look...
rtstofer
Offline Send Email
Sep 13, 2006
3:12 pm
1396
Hi, ... So here we can see that the -I/usr/local/atmel/include is being passed into avr-gcc. ... Here I don't see the -I option ... I see this: CFLAGS +=...
Dave Hylands
dhylands_99
Offline Send Email
Sep 13, 2006
3:38 pm
1397
A simple relaxation oscillator can be made with an Schmitt inverter (74hc14, for example) a resister and capacitor. Or, if you are in some sort of electronics...
Larry Barello
lbarello
Offline Send Email
Sep 13, 2006
6:00 pm
1398
Thanks Dave, it works now:) As you told: I add ASFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS)) line to the Makefle....
discoverer8713
Offline Send Email
Sep 13, 2006
6:11 pm
1399
Hi Richard, thanks for your answer. I try to remove the "EXTRAINCDIRS = /usr/local/atmel/include" line from Makefile, but then it doesn't work. so, how to make...
discoverer8713
Offline Send Email
Sep 13, 2006
6:16 pm
1400
I have seen this exact problem when the wrong CPU chip is selected in the ISP software drop down menu. Fuses are all screwed up (or look that way) too. Easy...
Chris Baron
jojo5552000
Offline Send Email
Sep 13, 2006
8:31 pm
1401
... I don't see anything wrong with the instructions but the 'prefix' is what controls where GCC looks for things. The 2004 update may be useful as it is at...
rtstofer
Offline Send Email
Sep 13, 2006
8:38 pm
Messages 1370 - 1401 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help