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 1015 - 1045 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1015
Hi, Ok, I've solved the problem. I changed priorities and then used a pMessageControlBlock to check the message etc. So now I wonder what the difference...
gert_johnsen
Offline Send Email
Feb 2, 2005
1:48 am
1016
I would guess that one is the MessageControlBlock is the actual structure and the pMessageControlBlock is merely a pointer to that type of structure. Take...
Stephane Gauthier
stephane641
Offline Send Email
Feb 2, 2005
2:20 am
1017
Have you compiled also the examples under IAR 3.2 ? Because this one doesn't seem to work for me. The compiler complains about AVRX_IAR_TASK initialization. ...
Laurentiu Petrea
plaurentiu
Offline Send Email
Feb 5, 2005
4:19 pm
1018
Hi Laurentiu, Yes I have been able to compile code, did not try one of the examples but I made my project compile with the gnu compiler and iar compiler...
Robin Gilham
rgilhamuk
Offline Send Email
Feb 5, 2005
10:03 pm
1019
Hello Robin, I tried that and, of course, it works. But, as I read, __C_task or __task keyword instructs the compiler not to save/restore registers at function...
Laurentiu Petrea
plaurentiu
Offline Send Email
Feb 6, 2005
4:32 pm
1020
I've had the timers example code running on an STK500 using an ATmega128 based at address 0, but when I set it for boot block it doesn't run. I can run code...
getsmedown2001
Offline Send Email
Feb 9, 2005
4:26 am
1021
hi i wanted to use avrx on ATmega32. faced many problems even though many people have tried to solve it. finally i have made a document which can help new...
udayan1234
Offline Send Email
Feb 12, 2005
3:15 pm
1022
Hello Laurentiu Yes you are correct that removing the __C_task would lead to bigger stack usage. I went back and looked at my code and tried various things and...
Robin Gilham
rgilhamuk
Offline Send Email
Feb 13, 2005
9:49 pm
1023
Wanted: makefile and crib sheet, WinAVR mega32 please Bits and pieces here - one fellow talking about it for Linux. Would appreciate it. TIA steve...
stevech11
Offline Send Email
Feb 21, 2005
5:55 am
1024
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the avrx group. File :...
avrx@yahoogroups.com
Send Email
Feb 21, 2005
8:02 am
1025
OK, time for me to show some serious ignorance here. When I use the latest WinAVR GCC (20050214) to build the AVRX 2.6e examples, I get errors that inp() and...
n1xnx
Offline Send Email
Feb 23, 2005
1:39 am
1026
HI, ... I do this: (example) PORTA= value_PORTA; status_PORTA= PORTA; or value_PORTA= PINA; Actually all these macros have been removed & we have to now use...
Royce & Sharal Pereira
roycejp
Offline Send Email
Feb 23, 2005
4:20 am
1027
I'm just getting started w/avrx, so no legacy codebase to support. Have bought an STK500 and D/L'ed AVR Studio 4, WinAVR 20050214, avrx 2.6e. Have done lotsa...
n1xnx
Offline Send Email
Feb 23, 2005
8:06 pm
1028
Ran into a guy/company who needs someone familiar with the ARM9. Apparently it's a high performance DSP coupled with an even more powerful DSP. Used a lot in...
Pink Boy
dasfoo
Offline Send Email
Feb 24, 2005
7:49 am
1029
Dear Steve, Welcome to the world of Avr and AvrX. The micro-kernel works really well and I have been able to compile it on Gcc 3.3 + 3.0 on Linux WinAVR forget...
Robin Gilham
rgilhamuk
Offline Send Email
Feb 25, 2005
12:57 am
1030
Hello, I have a prog where one task waits for a message and as that message is received it carries out some instructions, more or less. it looks like: ...
gert johnsen
gert_johnsen
Offline Send Email
Feb 28, 2005
12:37 pm
1031
Hi there, firstly, You sould only call AvrXAckMessage(&msg) once you have finished processing the message, it is possible for the task to be swapped and the...
Nicola Gilham
rgilhamuk
Offline Send Email
Feb 28, 2005
2:27 pm
1032
I currently have a project involving the atmega48/88 processor. Ideally I would like to use an RTOS in my application, even with the limited memory...
pmastroianni@...
phillipmastr...
Offline Send Email
Feb 28, 2005
5:14 pm
1033
Hi, ... Check what libraries are being included. Avoid printf and floating point stuff. There is a makefile option to choose which libraries are included or...
Neil Johnson
nej22uk
Offline Send Email
Feb 28, 2005
7:12 pm
1034
Hello Neil, i use AVRX on ATMEGA8 without any problems. In reduced version(only message handling, timer handling and scheduling) i needs about 2 k of flash....
AM.LBach@...
allymann01
Offline Send Email
Feb 28, 2005
8:13 pm
1035
Hello, I'm doing a uav project for college, and i need to know if avrx will work for my project. I am using two Uarts, one for communications, one for gps....
Aaron Littich
aaron_littich
Offline Send Email
Mar 8, 2005
2:59 pm
1036
... You will need to do some research on your own to really answer it. This list is for technical questions, NOT the open ended question you proposed....
pmastroianni@...
phillipmastr...
Offline Send Email
Mar 8, 2005
4:11 pm
1037
... Do you think Edison asked someone to reassure him that he was on the right track before he started work on the incandescent light? You'll never know for...
Jeff Barlow
jeffbarlow_9...
Offline Send Email
Mar 8, 2005
5:55 pm
1038
Hello Everyone, Has anyone interfaced Color Gragic LCD to AVR or other Microcontroller? I want to do this in my new project. Can anypone help me??? Regards ......
pravin meher
pravinmeher
Offline Send Email
Mar 13, 2005
3:03 pm
1039
Hello Everyone,Has anyone interfaced Color Grafic LCD to AVR or any other Microcontroller? I want to do this in my new project. Can anyone help me??? Regards ...
pravin meher
pravinmeher
Offline Send Email
Mar 14, 2005
3:50 am
1040
Hi, Perhaps someone else has a more positive opinion, if so, feel free to chime in. Here's my not-so-positive and not-so-professional opinion: Unless you have...
Tyler Colbert
shadowbane1000
Offline Send Email
Mar 14, 2005
6:31 pm
1042
http://www.apetech.de/article.php?artId=3&nnId=12 ... From: Tyler Colbert To: avrx@yahoogroups.com Sent: Monday, March 14, 2005 6:30 PM Subject: Re: [avrx]...
Tobias Schneider
schneidertobi
Offline Send Email
Mar 16, 2005
3:05 pm
1043
Dear all , I don't fixed the examples source code , but always compiler error, please tell me how should i do ? thanks a lot. Luke. avr-gcc -c Timers.c -I....
Luke.Wei
mrddt4todie
Offline Send Email
Mar 24, 2005
1:24 am
1044
Luke: the latest WinAVR compiler has removed all references to "inp" and "outp" You can replace this with direct PORT references. E.g. SomeVar = inp(PINB); ...
Larry Barello
lbarello
Offline Send Email
Mar 24, 2005
2:13 am
1045
For your second question, if you are using the WinAVR distribution, there is an application called MFile which will build you a make file. It is inclusive, you...
pmastroianni@...
phillipmastr...
Offline Send Email
Mar 24, 2005
3:49 pm
Messages 1015 - 1045 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