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 680 - 709 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
680
I'm new to this group, and I'm sure this is old news, but just in case... It looks like there's a small error in the header.h file in the Examples directory....
codejunky2000
Offline Send Email
Aug 9, 2003
2:02 pm
681
I wrote AvrX quite some time ago when all I had was the Atmel assembler and a 2313. It was all about minimizing resources used. If it were changed to C the...
Larry Barello
lbarello
Offline Send Email
Aug 14, 2003
2:33 pm
682
I have an application where I will be using I2C for communication between four Mega128 boards. I have this working under AvrX on the bench between two boards...
dlh2612000
Offline Send Email
Aug 15, 2003
12:41 pm
683
Dave, This seems like a particularly scary thing to do. Have you considered just bit-banging the I2C stuff yourself? About all you're using in hardware at this...
Brian Cuthie
codejunky2000
Offline Send Email
Aug 15, 2003
12:59 pm
684
Brian, That is certainly an option, but I'd still like to find out why I can't get external interrupts working. Even if I end up rolling my own I2C as you...
dlh2612000
Offline Send Email
Aug 15, 2003
1:19 pm
685
The file "avrx-signal.h" is hopelessly out of date with the latest 3.3 compiler: the interrupt vectors are not right and you never get to your INT3 handler....
Larry Barello
lbarello
Offline Send Email
Aug 15, 2003
3:37 pm
686
... I can confirm Larry's advice. I am using external interrupts on an ... #include <avr/signal.h> #include <avr/interrupt.h> ... SIGNAL( SIG_INTERRUPT1 ) { ...
Neil Johnson
nej22uk
Offline Send Email
Aug 15, 2003
3:46 pm
687
Thanks Larry / Neil! I'll give that a try when I get home tonight. I was hoping it was something like this. Dave...
dlh2612000
Offline Send Email
Aug 15, 2003
4:50 pm
688
I've been building an application that makes use of AvrXYield to cooperatively multi-task three processes at the same priority, and have been experiencing...
ss_4344
Offline Send Email
Aug 25, 2003
12:55 pm
689
Here is correct version of AvrXYield (in file "avrx_reschedule.s"). There is missing BeginCritical section. AvrXYield: AVRX_Prolog ldi Zl,...
dariuszpr
Offline Send Email
Aug 26, 2003
7:54 am
690
Problem solved. I should have asked two weeks ago... :-/ Many thanks. "dariuszpr" <prugarda@...> 26/08/2003 17:53 Please respond to avrx To:...
steve.saunders@...
ss_4344
Offline Send Email
Aug 26, 2003
10:05 am
691
When I try to use putChar() or getChar() is the compiler complaining that the functions have undefined references, aren't they defined in the library avrx.a?...
sebbos
Offline Send Email
Aug 27, 2003
2:26 pm
692
Hello, how can I retrieve the characters that are sent to AvrX (in this case did I use the HyperTerminal to send characters)? When I run the code below is two...
sebbos
Offline Send Email
Aug 27, 2003
10:25 pm
693
Need more information: which references are missing? BTW: I accidentally deleted a personal email with an AVRX question. Whoever sent it needs to re-send.....
Larry Barello
lbarello
Offline Send Email
Aug 27, 2003
11:00 pm
694
Hi! I'm new with avrX and I'm designing program for it, but I'd like to know how many tasks can mega128 whitout external ram handle. avrX dokumentation...
lokkihybridi
Offline Send Email
Aug 29, 2003
6:52 am
695
3-4 tasks was on an 8515/8535 class processor with 1/2 k ram. The mega128 has 4k and probably can handle 15 to 20 with ease. Cheers! ... From: "lokkihybridi"...
Larry Barello
lbarello
Offline Send Email
Aug 29, 2003
2:03 pm
696
hi barello, i have this big project in which i want to store MPEG data to the hard disk so i have decided on yo use ATmega128 i wan to use a rtos with this...
computing24_7
Offline Send Email
Sep 10, 2003
4:44 am
697
Check out "nutos" I think it already has most of the support you are looking for. Good luck! ... From: "computing24_7" <computing24_7@...> To:...
Larry Barello
lbarello
Offline Send Email
Sep 10, 2003
5:28 am
698
Hi, How are you? Currently we have huge number of openings with a leading CMM level 5 company in Bangalore for professionals from 3 to 14 yrs of experience in...
cvs_jobs_careers
cvs_jobs_car...
Offline Send Email
Sep 13, 2003
7:17 am
699
I've installed the avrgcc tools and AVRX. I get the following error when executing make in the avrx directory: C:\AVRX\avrx>make aavr -b -re -v1 -I. -I/avr/inc...
leon_heller
Offline Send Email
Sep 14, 2003
2:43 pm
700
... Try 'make gcc'...
t2000dolata
Offline Send Email
Sep 15, 2003
12:11 pm
701
... I tried that, I get: C:\avrgcc> rem doskey C:\avrgcc> if !==! GOTO end C:\avrgcc> c: C:\avrgcc> cd c:\AVRGCC C:\avrgcc> rem mode con: lines=43 ...
Leon Heller
leon_heller
Offline Send Email
Sep 15, 2003
12:47 pm
702
... -Wa,-gstabs,-mmcu=at90s8535 ... You must have any GCC. I recommend WinAvr: http://sourceforge.net/projects/winavr. It's a great development tools. After...
t2000dolata
Offline Send Email
Sep 16, 2003
2:05 pm
703
http://www.cs.utah.edu/flux/papers/cee-rtss03/ Drill down to the paper and the mention is near the end. What they did, essentially, was to run TinyOS...
Larry Barello
lbarello
Offline Send Email
Sep 16, 2003
5:20 pm
704
Hi! I'm writing program that makes ("heavy") use of timers. Tere is two timers in one process, the first one is timing overall motor running (tmrHandler2) time...
lokkihybridi
Offline Send Email
Sep 22, 2003
12:51 pm
705
... I've got WinAVR and that doesn;t work either. The following happens with it: C:\AVRX\avrx>make gcc avr-gcc -x assembler-with-cpp -mmcu=at90s8535 -c ...
leon_heller
Offline Send Email
Oct 8, 2003
8:48 pm
706
... You must look at makefile. There are a line like: DEBUG = -DSINGLESTEPSUPPORT # ABSPATH = g:/mydocu~1/robotics/avrx-dev/avrx # ABSPATH =...
t2000dolata
Offline Send Email
Oct 10, 2003
2:06 pm
707
... Thanks. I'd done SET AVRX=c:\AVRX The makefile reads: DEBUG = -DSINGLESTEPSUPPORT # ABSPATH = C:/AVRX/avrx ABSPATH = $(AVRX)/avrx RM = rm -f INCDIR = . but...
Leon Heller
leon_heller
Offline Send Email
Oct 12, 2003
11:17 am
708
... I do ... please ... I've just worked out that io-avr.h is probably the WinAVR io.h file. I now get: C:\AVRX\avrx>make gcc avr-gcc -x assembler-with-cpp...
leon_heller
Offline Send Email
Oct 12, 2003
12:42 pm
709
I just found that I should be using 2.6e from the Group Files area, rather than 2.6d on the AvrX web site. That builds OK. Thanks for the help. I'll write up...
leon_heller
Offline Send Email
Oct 12, 2003
1:19 pm
Messages 680 - 709 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