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 your group to be featured on the Yahoo! Groups website? 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 781 - 810 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
781
Hi! Could someone please explain what the difference is between AvrXTaskExit and AvrXTerminate? Thanks in advance! /Mattias...
e96maot
Offline Send Email
Feb 2, 2004
12:42 pm
782
Exit terminates the calling task. Terminate kills any task. Try to look at the actual source code for these routines. Most are pretty small and self...
Larry Barello
lbarello
Offline Send Email
Feb 2, 2004
2:21 pm
783
In looking at AvrXWriteEEProm() I noticed that it doesn't appear to turn off interrupts between writing EEMWE and EEWE. Seems to me that this leaves the door...
Brian Cuthie
codejunky2000
Offline Send Email
Feb 10, 2004
11:19 pm
784
Hi~ Wonderful avrx site My name's Heo Hyun From Korea! I'm student Master grad. I wanna Join AVRX group Sorry my broken English. Have a nice day~...
허현
gjgus1
Offline Send Email
Feb 17, 2004
3:07 pm
785
I need a detail info about avrx api,where can I find it?must I read all the src? Thanx a lot...
asnake_cn
Offline Send Email
Feb 26, 2004
1:51 pm
786
Yes. Read the source. There are some papers on getting started, etc. And the header file "avrx.h" has info, but to get the true skinny you need to look at...
Larry Barello
lbarello
Offline Send Email
Feb 26, 2004
5:26 pm
787
OK!I'll read those files! BTW,will avrx support other C_compilers,such as CVAVR? and will avrx be port to 51mcu AND msp430? ... etc. And ... need to...
asnake_cn
Offline Send Email
Feb 27, 2004
1:18 am
788
No, no and no. The primary reason AvrX is so great is that it is highly tuned assembly code for the AVR processor. It would be a complete rewrite to support...
Larry Barello
lbarello
Offline Send Email
Feb 27, 2004
2:55 am
789
I see! Thanx for your perfect work! Thanx for your help! ... assembly code ... other ... written...
asnake_cn
Offline Send Email
Feb 28, 2004
12:58 pm
790
I think I've found a rather nasty bug in IntProlog(). I've been having one hell of a time trying to figure out why r1 is occasionally non-zero in my interrupt...
Brian Cuthie
codejunky2000
Offline Send Email
Mar 7, 2004
9:37 pm
791
R1 bug in IntProlog()I am impressed: that must have been *very* hard to figure out. What I don't understand is how R1 is getting set with a non-zero value. It...
Larry Barello
lbarello
Offline Send Email
Mar 7, 2004
10:14 pm
792
Actually, I thought it might be the interrupt handlers at first, too. But I spent some time looking at the disassembled code for my interrupt handler and...
Brian Cuthie
codejunky2000
Offline Send Email
Mar 7, 2004
11:09 pm
793
BTW, Isn't r1 part of the saved state when interrupting anything but the idle task (which doesn't use r1 itself) ? So I would think that I wouldn't need to...
Brian Cuthie
codejunky2000
Offline Send Email
Mar 7, 2004
11:13 pm
794
I ended up getting very sick last night (there's something really evil going around) and my last two emails don't really make much sense. Sorry. -brian...
Brian Cuthie
codejunky2000
Offline Send Email
Mar 8, 2004
12:35 pm
795
Hi Larry, Strange that you should mention that nested interrupts may be a problem, because you're right! I spent some time today trying to track down some ...
Brian Cuthie
codejunky2000
Offline Send Email
Mar 10, 2004
4:03 am
796
R1 bug in IntProlog()I have not been able to really focus on this issue due to other projects. My previous projects with AvrX generally have been stable so I...
Larry Barello
lbarello
Offline Send Email
Mar 10, 2004
4:32 am
797
Yeah, I did mean the RAM. AvrX is actually impressively clean. I really like it, although I've got to get through all of these interrupt issues. I'm starting...
Brian Cuthie
codejunky2000
Offline Send Email
Mar 10, 2004
1:06 pm
798
Just to follow up on this issue, for those who have been following it. There doesn't appear to be *any* problem with AvrX. Brian tripped across the problem...
Larry Barello
lbarello
Offline Send Email
Mar 11, 2004
4:52 pm
799
I am in the process of writing code for a fairly large (for me) design. Up to now I have written several little AvrX based programs that test out one or more...
dlh2612000
Offline Send Email
Mar 11, 2004
10:42 pm
800
I think your approach is the best way. AvrX is a very simple statically linked system. That is why it is so small and fast. The macro system for creating the...
Larry Barello
lbarello
Offline Send Email
Mar 12, 2004
5:38 am
801
Hi Leon, I have had the exact same problems as you write about in your posts. I then downloaded the "fixed" version of the timers example from the Files...
tjultjuller
Offline Send Email
Mar 14, 2004
2:25 am
802
The biggest difference between the simulator and the actual hardware is the fuse bit settings. Depending upon chip that could affect your clock options, JTAG...
Larry Barello
lbarello
Offline Send Email
Mar 14, 2004
2:57 am
803
Hi Larry, I am using the at90s8535, and the 3 fuses "Lock1" "Lock2" and "FSTRT" are all left unprogrammed (Unchecked in PonyProg) /Rene ... hardware is the ......
tjultjuller
Offline Send Email
Mar 14, 2004
7:01 am
804
Then the actual hardware should work identical to the simulated chip. If it doesn't work at all, then you have either a wiring problem, a clock problem or a...
Larry Barello
lbarello
Offline Send Email
Mar 14, 2004
2:46 pm
805
Hey guys, I'm having the same problems. I just downloaded avrx2.6e for WinAVR and I'm trying to get the timers example to work. I'm using an ATMega128 so I...
happychrisguy
Offline Send Email
Mar 14, 2004
2:55 pm
806
Hi Chris, I see the same thing, in AVRstudio4 the CPU loops in the AVRX_SIGINT (SIG_OVERFLOW0) when it's not servicing the tasks, maybe it is supposed to ? Put...
tjultjuller
Offline Send Email
Mar 14, 2004
5:46 pm
807
The warning you mentioned is just the ELF->COFF converter complaining about stuff it can't figure out. It is actually a limitation of the COFF file format,...
Larry Barello
lbarello
Offline Send Email
Mar 14, 2004
5:59 pm
808
I used this code: int main(void) // Main runs under the AvrX Stack { outp(0xFF, LEDDDR); while(1) { outp(inp(SWITCH), LED); } } And the LED's...
tjultjuller
Offline Send Email
Mar 14, 2004
6:42 pm
809
The examples still won't work in target..... could it be possible that someone can compile the timers example to an at90s8535 (LEDS are hardwired to PORTB on...
tjultjuller
Offline Send Email
Mar 16, 2004
9:44 am
810
Hello all i user the program WinAVr to programm and coding Software for my Atmega128. Yesterday i found this great Yahoo group a solve some Problems... But now...
mboggi2000
Offline Send Email
Mar 24, 2004
2:48 pm
Messages 781 - 810 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