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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1049 - 1078 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1049
thanks for your help, I have succssed with "make gcc" for kernel but get some error with Examples and TestCases MCUCR = 1<<SE; ----> invalid lvalue in...
baolong_miss_you
baolong_miss...
Online Now Send Email
Apr 5, 2005
6:42 am
1050
I have succssed with "make gcc" for kernel but get some error with Examples and TestCases, I'm using WinAVR20050214 + AVRX2.6e MCUCR = 1<<SE; ----> invalid...
baolong_miss_you
baolong_miss...
Online Now Send Email
Apr 9, 2005
1:31 am
1051
You are attempting to assign a value to a constant/defined value; i.e. not a variable, not a memory location...etc. Try: outp(MCUCR, (1 << SE)); Cheers, ...
Michael Stevens
jahooavrx
Offline Send Email
Apr 9, 2005
1:54 pm
1052
... Actually, outp is no longer valid in gcc-libc. It now uses direct assignment, as he used. You might want to check the manual for the latest version. ... If...
Christopher X. Candreva
ccandreva
Offline Send Email
Apr 10, 2005
3:50 am
1053
Thanks for your help, I think that it's not in avr-libc because it' compile success with no error when I used another example from www.avrfreaks.net with the...
baolong_miss_you
baolong_miss...
Online Now Send Email
Apr 11, 2005
2:12 am
1054
I have fixed [Digest Number 400 error] by changing #define _SFR_ASM_COMPAT 1 to #define _SFR_ASM_COMPAT 0 in timers.c file :D but it generate the error such as...
baolong_miss_you
baolong_miss...
Online Now Send Email
Apr 11, 2005
3:46 am
1055
WinAVR does not support the old "nordic" object file format, which is the error you are getting. You need to remove that target from the makefile and replace...
Larry Barello
lbarello
Offline Send Email
Apr 11, 2005
4:13 am
1056
... I think you just want to upgrade WinAVR then to the latest version, which has all the new compailer, binutils, library, etc. I'm running on Linux so I...
Christopher X. Candreva
ccandreva
Offline Send Email
Apr 11, 2005
2:44 pm
1057
Thank in advanced, but I don't know clearly about the makefile ... so Could you make an example for me or send me a new makefile with corrected this error ...
baolong_miss_you
baolong_miss...
Online Now Send Email
Apr 15, 2005
5:32 am
1058
I just started using avrx, i.e. building timers.c and, trying to use the c-style assignment of i/o registers of course stumbled over _SFR_ASM_COMPAT being 1. ...
dl2thl
Offline Send Email
Apr 20, 2005
3:50 pm
1059
I'm sure someone has a solution for this common problem: My environment Windows XP WinAVR 20050214 AVRX makefile - I changed the pathname to be that of where I...
stevech11
Offline Send Email
Jun 5, 2005
6:24 am
1060
Hi. first thanks Larry Barell for AVRX. i used AVRX for a year and it satisfied all thing i needed. now i have some suggestion,please inform me about it. ...
mahdi j
mahditooba
Offline Send Email
Jun 14, 2005
3:32 pm
1061
... If this is specificly a uart function, I don't think it's as complicated as you are makeing it out to be. I've done this with simple blocking on a ...
Christopher X. Candreva
ccandreva
Offline Send Email
Jun 15, 2005
3:41 pm
1062
hi!! i am a beginner and really have a very little knowledge of how rtos is designed. if there are any members in the group with the same state that i am in,...
srikanth kulkarni
srikanthkulk...
Offline Send Email
Jun 17, 2005
2:08 pm
1063
Hi Shrikant, I am Pravin Meher from Pune. I also tried to learn avrx but I was not able to do so on my own. I found it difficult in getting started. I am...
pravin meher
pravinmeher
Offline Send Email
Jun 18, 2005
4:44 am
1064
hi pravin i am srikanth from b'lore. i have completed my B.E.(results awaited) in e&ce. i could understand very little about avrx. one good thing is that avr...
srikanth kulkarni
srikanthkulk...
Offline Send Email
Jun 18, 2005
2:11 pm
1065
Dear Christopher. that's just simple example to explain case. how about access more complicated such TCP/IP FileSystem internal routines and .... it's easyer...
mahdi jahangiri
mahditooba
Offline Send Email
Jun 19, 2005
2:08 pm
1066
... Sorry, I've only done simple things. However, my advice stands -- try it the simple way. ========================================================== Chris...
Christopher X. Candreva
ccandreva
Offline Send Email
Jun 19, 2005
6:02 pm
1067
Hi Shrikant, As I have told you I also dont have any experience in any RTOS. And I haven't worked on avr assembly. I have downloaded gccavr and avrx from net....
pravin meher
pravinmeher
Offline Send Email
Jun 20, 2005
4:40 am
1068
Dear Christopher. I adopted it, i plan to use other think. what about PICO ? ... __________________________________ Do you Yahoo!? Read only the mail you want...
mahdi jahangiri
mahditooba
Offline Send Email
Jun 22, 2005
12:39 pm
1069
... I've never heard of it. ========================================================== Chris Candreva -- chris@... -- (914) 967-7816 WestNet Internet...
Christopher X. Candreva
ccandreva
Offline Send Email
Jun 22, 2005
1:36 pm
1070
I am not sure I understand this request. The shared function should have a parameter for the task specific item (be it mutex, timer, etc) If I understand,...
Larry Barello
lbarello
Offline Send Email
Jun 22, 2005
2:47 pm
1071
... Speaking of FSMs, you wouldn't happen to have done a i2c drier as an FSM in the interrupt handler ? My first stab a few years ago 'worked', but was ...
Christopher X. Candreva
ccandreva
Offline Send Email
Jun 22, 2005
2:56 pm
1072
Actually, I think there is a reasonable way to simulate semaphores with timeouts. The technique takes advantage of the fact that timers are waiting on an...
Brian Cuthie
codejunky2000
Offline Send Email
Jun 22, 2005
3:23 pm
1073
Are you looking for a bit-bang driver, or something using the hardware? Anyway the answer is No for the AVR. However, I wrote an I2C driver using the hardware...
Larry Barello
lbarello
Offline Send Email
Jun 22, 2005
3:28 pm
1074
Here's what I wrote as an i2c driver. It supports bi-directional communications between i2c devices (in my case multiple mega16s). TWI is a little tricky on...
Brian Cuthie
codejunky2000
Offline Send Email
Jun 22, 2005
3:30 pm
1075
... Thank you ! This is what I was talking about. I took a stab about a year ago at converting Stephane Gauthier's I2C library to AVRX. The version I'm useing...
Christopher X. Candreva
ccandreva
Offline Send Email
Jun 22, 2005
3:51 pm
1076
I really should have provided some kind of example. So here's a brief idea of how this works: // MASTER // you need this if you'll ever behave as a master. It...
Brian Cuthie
codejunky2000
Offline Send Email
Jun 22, 2005
4:08 pm
1077
Chris, Glad to hear it helps! And, sure, please send along any mods. There's no reason you can't split slave and master code, but then there isn't really that...
Brian Cuthie
codejunky2000
Offline Send Email
Jun 22, 2005
4:10 pm
1078
... Actually I could use an example of how you are passing the data: uint8_t twiMasterRead(uint8_t addr, uint8_t *data, uint8_t datalen) If I read this...
Christopher X. Candreva
ccandreva
Offline Send Email
Jun 22, 2005
4:30 pm
Messages 1049 - 1078 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