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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1812 - 1841 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1812
Thanks, I had the same problem using the m168. Should be included to the distributed files. Steph....
ebrikabrac
Offline Send Email
Aug 9, 2008
2:31 pm
1813
I don't know if this will solve the problem, but the original poster should know that version 2.6g is available in the yahoo groups "files ... ...
Dean Hall
dwhall256
Offline Send Email
Aug 9, 2008
3:14 pm
1814
Dear Friends: I´m trying to understand avrx. I compile with success the avrx directory. I compile with success the examples directory. And i flash timers...
moofcba
Offline Send Email
Oct 11, 2008
3:42 pm
1815
Hola, I don't have enough details to give you an answer. My first suggestion is to read AvrXSerialIo_documentation.txt if you haven't already. Then, tell us...
Dean Hall
dwhall256
Offline Send Email
Oct 12, 2008
1:42 pm
1816
... Have you tried swapping the pins 2 and 3 at the microcontroller end of the rs232 connector. A common problem is that the rx and tx pins of the connector...
steven724930
Offline Send Email
Oct 13, 2008
12:56 pm
1817
I would like to share moderation of the group with one or two other people. All new members are moderated until they send an appropriate message. If someone...
larry barello
lbarello
Offline Send Email
Oct 13, 2008
1:20 pm
1818
I did this: First: build a timer in simpleserial.c, and works very good. Second: it´s not the cable or something because i´m using a bootloader to load the...
moofcba
Offline Send Email
Oct 13, 2008
3:01 pm
1819
The monitor program is extremely primitive assembly code. Your problem sounds like you simply have not accounted for all the bits & pieces that are needed to...
larry barello
lbarello
Offline Send Email
Oct 13, 2008
5:59 pm
1820
Hi All, I'm new to this and wish to try out and learn. My company is using imagecraft ICC complier and wonder if anyone has port the rtos over? What are the...
tom12sg
Offline Send Email
Oct 14, 2008
5:13 am
1821
Hello together, i hope somebody can give me a hint, i'm trying to realize time slicing with avrx but im stuck at some point: i read in a previous post that...
polynasiafighter44
polynasiafig...
Offline Send Email
Oct 14, 2008
4:59 pm
1822
Paul, All you need to get the AvrX heartbeat going is an interrupt that calls the AvrXTimerHandler just like you said (my code seen below). So it sounds like...
Dean Hall
dwhall256
Offline Send Email
Oct 14, 2008
5:41 pm
1823
Some people have asked about ICC before, but nobody has mentioned successfully using it, but that could be due to the fact that the majority of the people use...
Dean Hall
dwhall256
Offline Send Email
Oct 14, 2008
5:53 pm
1824
Time slicing can mean a bunch of things. In AvrX it means a periodic shuffling of the run queue. That is what the functions in AvrxReschedule do....
larry barello
lbarello
Offline Send Email
Oct 14, 2008
6:42 pm
1825
I did the work to support IAR compiler which has some similarities to the Imagecraft compiler (i.e. they have two stacks: return and data vs. GCC unified...
larry barello
lbarello
Offline Send Email
Oct 14, 2008
6:42 pm
1826
Hello together, Thank you all for the kind and fast replys! I think i got it, i screwed the whole thing up because of writing to a lcd display using some...
polynasiafighter44
polynasiafig...
Offline Send Email
Oct 14, 2008
8:42 pm
1827
I´m Still having a lot of problems. After a two days trying to find solutions, i have only problems. I will start again to see if what i´m doing wrong. -...
moofcba
Offline Send Email
Oct 16, 2008
6:07 pm
1828
Friends: Thanks to this forum i found the solution in other messages. It´s working now. ... serials.c ... make ... this ... this ... those ... etc). ... in ...
moofcba
Offline Send Email
Oct 17, 2008
1:56 pm
1829
All: I am just starting to try to bring up AVRX on an ATmega168. I have download 2.6g from the files section. I am using avr-gcc 4.2.2. I applied the patches...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Oct 24, 2008
1:28 am
1830
Wayne, Try to use the AvrXBufferedSerial.c file (and headers). I use this file (without problems) instead of the serialio.S file. As far as I know the c file...
Robert Evers
evers4202000
Offline Send Email
Oct 24, 2008
8:44 pm
1831
Hello friends! I just started to play with AvrX, and I like its features much. Yesterday I compiled it succesfully (without seriallio.s), but... I wrote a...
grunfalan2
Offline Send Email
Oct 30, 2008
2:59 pm
1832
I've used AvrXYield plenty and it has worked fine for me. My guess about your issue is that task1 is scheduled, executes and yields (this puts 'A' in the...
Dean Hall
dwhall256
Offline Send Email
Oct 30, 2008
4:30 pm
1833
Dean, thank you for your answer, but that is not the problem here. DebugByte() doesn't use hardware UART. It is a very short assembler function that just: a)...
grunfalan2
Offline Send Email
Oct 31, 2008
11:24 am
1834
There's a difference between your first post and second post with the delay for task2: First post: AvrXDelay(&timer2, 10); Second post: AvrXDelay(&timer2, 2); ...
Dean Hall
dwhall256
Offline Send Email
Oct 31, 2008
1:07 pm
1835
Hello Dean, I experimented with different values, so I left AvrXDelay(&timer2, 2) by mistake in the 2nd post, but the result is the same. I already tried with...
grunfalan2
Offline Send Email
Oct 31, 2008
4:15 pm
1836
Hi, I've been using AvrX with success for a few weeks, but would like to reserve some low registers for interrupts and key static variables, as it reduces...
richardcfarthing
richardcfart...
Offline Send Email
Dec 1, 2008
12:49 pm
1837
Richard, Just so you don't think you were being ignored... I've been on the list for a few years and don't remember anyone doing this. You could search the...
Dean Hall
dwhall256
Offline Send Email
Dec 2, 2008
9:37 pm
1838
This should work. There are some indexes to grab the return address from the stack - you must have fixed that or nothing would have worked. You need to make...
larry barello
lbarello
Offline Send Email
Dec 3, 2008
3:04 pm
1839
Thanks Larry and Dean. Yes it seems to work OK, provided you use the -ffixed-regs switches in your AVR studio compiler setup. If anyone else is interested,...
richardcfarthing
richardcfart...
Offline Send Email
Dec 4, 2008
11:33 am
1840
Hi, I'm stuck with a problem, I'm using SIG_INPUT_CAPTURE1 and SIG_OUTPUT_COMPARE1B to decode Raymarine SeaTalk (serial multidrop protocol, much similar to...
tord.lindner
Offline Send Email
Dec 7, 2008
5:47 pm
1841
Without the #defines, etc. it is hard to say what is going on, but it does seem likely that your index into the buffer might be going over the end by one and...
larry barello
lbarello
Offline Send Email
Dec 8, 2008
2:19 am
Messages 1812 - 1841 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