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 970 - 999 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
970
Allright. I've just tried the previous version of WinAVR (gcc 3.???) and it's the same problem. Even more odd, my mega8 was full at 98% before and with the...
stephane641
Offline Send Email
Sep 2, 2004
12:05 am
971
Back when I was first getting started with AvrX I got tired of constantly referring to the examples to see how to call a function or even if the function I...
dlh2612000
Offline Send Email
Sep 2, 2004
2:00 am
972
Sounds good. Maybe Larry would like to add to his documentation. Worst-case you can upload it to the file section for everybody to use. Thanks!...
Stephane Gauthier
stephane641
Offline Send Email
Sep 2, 2004
2:09 am
973
Wow Stephane - that was quick. Okay, I uploaded it and put it in the files section (API.txt). Maybe we could start a project where everybody contributes...
dlh2612000
Offline Send Email
Sep 2, 2004
2:30 am
974
Hi Dave: Thank You so much, I had download Your API.txt,It is helpful for me ;after I post the message and got some feedback ,in order to make a list be a...
sunbird606
Online Now Send Email
Sep 2, 2004
2:39 am
975
... Dave, fantastic. I'm new to AVR so I might not contribute much, but I'll definitely be using it. Thanks __________________________________ Do you Yahoo!? ...
Mr S
szinn_the1
Offline Send Email
Sep 2, 2004
2:41 am
976
One thing you can do is grab the headers for each AvrX function in the assembly source. I tried to fully document each call there. Cut them out, adjust the...
Larry Barello
lbarello
Offline Send Email
Sep 2, 2004
2:58 am
977
I've been off on vacation and am just now getting caught back up in this group so this may be too late to be of any help. I have been doing something similar...
dlh2612000
Offline Send Email
Sep 2, 2004
3:17 am
978
Hi, I am attempting to compile and simulate the Basic Test suite of code. I run into a problem where the code actually jumps OUT of the while(1) loop of task1...
chris_myers23
Offline Send Email
Sep 8, 2004
11:25 pm
979
Hi. Has anyone ever successfully integrated a TCP/IP protocol stack with AvrX? What about an SNMP agent? Can you tell me where to find any reference source...
Ed Pugh
pugh_ed
Offline Send Email
Sep 15, 2004
2:20 pm
980
Hi, Larry. A little under 3 years ago, you wrote (in message 137): [quote] Now I remember: The return address on the stack is always 16 bits. So AvrX, without...
Ed Pugh
pugh_ed
Offline Send Email
Sep 15, 2004
7:55 pm
981
The context save/restore routines would need to be updated to include the Ramp whatever register that has the upper bit of the address. I am not sure what the...
Larry Barello
lbarello
Offline Send Email
Sep 15, 2004
11:42 pm
982
Hi. I have an system with 4 rt module,at any time one of them is active.(select module at start-up).each module need full MCS resource (1K ram,register & I/O)....
mahdi jahangiri
mahditooba
Offline Send Email
Sep 19, 2004
11:35 am
983
Hi, Can You tell me how to use the debug functioh with the task of monitor ? How to try it step by step ? Thanks all. David...
sunbird606
Online Now Send Email
Oct 2, 2004
8:00 pm
984
Hello, has somebody already experience with avrX on attiny26(2k flash, 128 Byte RAM)? i wanted to let run two tasks. Is there a chance or is the experience...
allymann01
Offline Send Email
Oct 5, 2004
2:04 pm
985
Hi, has anybody experience if it is poosible to use avrX in minimum version(e.g. only two tasks) in a useful way on Tiny26(2k flash, 128 byte RAM)? If have...
allymann01
Offline Send Email
Oct 5, 2004
2:04 pm
986
I originally developed avrx on the 2313 (128 bytes of ram). You need the assembly version (2.3) off my website and you need to be really careful about...
Larry Barello
lbarello
Offline Send Email
Oct 5, 2004
2:27 pm
987
Thanx, i think i will proceed with atmega8. It has some Pins more and needs a little bit more power, but i like avrX. BR, Alois ... Date: Tue, 5 Oct 2004...
AM.LBACH@...
allymann01
Offline Send Email
Oct 6, 2004
6:35 am
988
Hi, (sorry, newby question!) ... Don't have problems with ATMega323, ATMega64 or ATMega128, but can't do it with ATMega32. What can I do? Thanks in advance!...
laufquen
Offline Send Email
Oct 20, 2004
12:29 pm
989
Hi, I had this problem when I tried to compile on the mega64 (I am using gcc on linux) and solved it by changing the OS source code. The mega64 and possibly ...
Robin Gilham
rgilhamuk
Offline Send Email
Oct 22, 2004
3:49 am
990
This shouldn't be a problem with GCC 3.1 and above: use standard C constructs and the compiler will take care of the details. With AvrX serialio: that was a...
Larry Barello
lbarello
Offline Send Email
Oct 23, 2004
1:43 am
991
Hi, I'm new to avrx and have been having fun with WinAVR. Currently I'm stuck with an error message I don't understand: ===================================== ...
Jeffrey Engel
jengeltx
Offline Send Email
Nov 4, 2004
9:38 pm
992
Which version of AvrX are you using? The older ones used something called "avrobj" as the output file format - so you could debug in Astudio. Now there is...
Larry Barello
lbarello
Offline Send Email
Nov 5, 2004
3:18 pm
993
Larry, You're probably right. The WinAVR / AvrX on another computer compiles correctly. I'll start over with the latest version. Thanks! Jeff Engel ... ===== ...
Jeffrey Engel
jengeltx
Offline Send Email
Nov 5, 2004
9:13 pm
994
You can see the differents below. my output string is: avr-objcopy -O elf32-avr -R .eeprom Messages.elf Messages.obj yours is:> avr-objcopy -O avrobj...
健邦
jambon305
Offline Send Email
Nov 7, 2004
3:27 pm
995
Hi! I can't compile AvrX for ATMEGA8515. I have added the following lines in the makefile: ICCMCU = m8515 AAVRMCU = 3 GCCMCU = atmega8515 AVRXMCU =...
e96maot
Offline Send Email
Nov 9, 2004
9:07 pm
996
Mattias, I _just_ went through this for the Mega8, so I should be able to help, right? Well, I'm drawing a blank. If I remember correctly, I used a serialio.s...
Jeffrey Engel
jengeltx
Offline Send Email
Nov 9, 2004
10:57 pm
997
Hi, I had this problem when I tried to compile on the mega64 (I am using gcc on linux) and solved it by changing the OS source code. Some of the AVR have more...
Robin Gilham
rgilhamuk
Offline Send Email
Nov 12, 2004
12:16 am
998
You can use the TimeMessageBlock to post a timer to a message queue when a timer expires. This is show in the MessageTimers.c file. How can you post a message...
Robin Gilham
rgilhamuk
Offline Send Email
Nov 12, 2004
11:57 am
999
You would embed the message timer block in some other structure that contains your data: struct { TimerMessageBlock foo; struct { uint8_t bar1; int16_t bar2; }...
Larry Barello
lbarello
Offline Send Email
Nov 12, 2004
3:50 pm
Messages 970 - 999 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