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 481 - 510 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
481
I'm using AVRFreaks 3.2 and when I compile my program, link it, and then when running "objtool" I get this warning: "WARNING: Unknown type modifier =>...
Michael <hudzilla@...>
Hudzilla
Offline Send Email
Feb 4, 2003
6:58 pm
482
Objtool isn't finished yet. You could send an email with the error to Jason just in case he's not on this list. Unless you intend to use the .cof in AVRStudio...
Sander Pool
sander_pool
Offline Send Email
Feb 4, 2003
7:21 pm
483
Tasks queue on semaphores in first come first serve. Tasks released from semaphores are placed on the run queue in priority. So, if a low priority task...
Larry Barello
lbarello
Offline Send Email
Feb 5, 2003
1:20 am
484
Larry, No problem, I just thought that I was missing something. I finally got AVRx 2.6d up and running on IAR Embedded Workbench 2.27B. I have done some...
steve_krepelka <steve...
steve_krepelka
Offline Send Email
Feb 5, 2003
1:26 am
485
I made the changes to a local kernel data structure *after* I did the IAR work. So I never located the data structure. Since the data is referenced off of a...
Larry Barello
lbarello
Offline Send Email
Feb 5, 2003
2:35 am
486
Hi Larry, Yes, I recycled your interrupt vector mechanism. This seems to work as long as I remember to use your macro to define the interrupt (still in the...
steve_krepelka <steve...
steve_krepelka
Offline Send Email
Feb 6, 2003
1:07 am
487
Sorry to cut in like that but I would also be real interested in implementing a profiling feature. I just don't have a clue how but please let the rest of us...
Stephane Gauthier
stephane641
Offline Send Email
Feb 6, 2003
1:28 am
488
The classic profiler records a clock upon entry & exit from a routine and accumulates the ticks. Another process grabs the tick count every second or so and...
Larry Barello
lbarello
Offline Send Email
Feb 6, 2003
2:13 am
489
Sounds good. I do something similar too with the spare LEDs on my STK. I'll give it a try later on. Won't be for a while though as I'm trying to get my...
Stephane Gauthier
stephane641
Offline Send Email
Feb 6, 2003
3:57 pm
490
I am having problems getting interrupt handlers to work using AVRx 2.6d and the IAR compiler (2.27B). I have an interrupt that stores incoming UART data into...
steve_krepelka <steve...
steve_krepelka
Offline Send Email
Feb 10, 2003
8:21 pm
491
Oh, yeah, there is a problem all right. It has been so long I completely forgot about it. IAR, and most other compilers, with the exception of GCC use TWO ...
Larry Barello
lbarello
Offline Send Email
Feb 11, 2003
12:29 am
492
Hi Larry, That fixed the problem. I see now that this affected more than my interrupts--a corrupted CStack would actually cause problems for any IAR function...
Krepelka, Steve
steve_krepelka
Offline Send Email
Feb 12, 2003
12:18 am
493
Dear all, I try to make a simple connection between PC(Hyper Terminal) and AVR (8515) using AvrX. If I press a number, that number will displayed at 7-man. It...
Sutjipto Soesanto
tjipto99
Offline Send Email
Feb 12, 2003
5:00 am
494
Hi, ... which version of avr-gcc do you use. Since 3.2 it is recommended to use direct access instead of inp/outp: i= UDR - 0x30; DISPLAY = digit[i]; You...
Volkmar Dierkes
murray2222de
Offline Send Email
Feb 12, 2003
6:05 am
495
When you call InitiSerialIO, you cause the AvrX serial library to be included. This drags in the AvrX serial interrupt handler and causes the multiple...
Larry Barello
lbarello
Offline Send Email
Feb 12, 2003
8:49 am
496
Hi, ... From: Volkmar Dierkes <volkmar.dierkes@...> ... I use avr-gcc version 3.02 and AvrX 2.6e. Maybe I 'll download the 3.2 version. ... in this time I...
Sutjipto Soesanto
tjipto99
Offline Send Email
Feb 12, 2003
11:22 am
497
One testing program I wrote worked correctly when I used avr-gcc 3.0.2. But when I tried to use avr-gcc 3.1.1, the testing program worked in a strange way. I...
Zheng Liangchen <lang...
langziwulei
Offline Send Email
Feb 12, 2003
7:46 pm
498
Greetings! I've been lurking for a while and finally have tried to install Avrx on my iBook w/Jaguar. I've gotten gcc v3.0.3 running, but when I run 'make...
Jeffrey Engel
jengeltx
Offline Send Email
Feb 19, 2003
5:16 am
499
... Edit the file -- there should be 2 versions, the DOS and UNIX versions. Comment out the DOS versions with a # at the start of the line, uncomment the UNIX...
Christopher X. Candreva
ccandreva
Offline Send Email
Feb 19, 2003
4:14 pm
500
... Sorry -- 1 file, 2 verions of the ABSPATH line. Just realized that wasn't clear. ========================================================== Chris Candreva...
Christopher X. Candreva
ccandreva
Offline Send Email
Feb 19, 2003
4:14 pm
501
Thanks! I'll give that a try. Jeff Engel, newbie ... __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for...
Jeffrey Engel
jengeltx
Offline Send Email
Feb 19, 2003
4:21 pm
502
I'm trying to build avrx with the IAR compiler. When I run 'make', under XP nothing happens. I've tried both version 3.78.1 from C:\WINAVR\utils\bin and...
ka8bmt <bpaddock@...>
ka8bmt
Offline Send Email
Feb 19, 2003
6:26 pm
503
I am currently using AVRx 2.6d with with the IAR 2.27B compiler. I use the make utility from WinAVR 20030115 to compile the library (make utility must be in...
Krepelka, Steve
steve_krepelka
Offline Send Email
Feb 19, 2003
6:57 pm
504
... I'm using 2.6E with 2.27B. ... I get the same non-results with your makefile. *.r90 don't get assembled. ... I also get this error if I don't remove...
ka8bmt <bpaddock@...>
ka8bmt
Offline Send Email
Feb 19, 2003
9:14 pm
505
OK, I made quite a few corrections to the AVRx source code to get it to compile in IAR. It has been on my list to put together a detailed summary of all these...
Krepelka, Steve
steve_krepelka
Offline Send Email
Feb 19, 2003
10:56 pm
506
... The micros that I need to use are the 8515 and the Mega8. How do I specify these? I'm using your Mega128 to just to see if it builds right now. You 2.6D...
ka8bmt <bpaddock@...>
ka8bmt
Offline Send Email
Feb 20, 2003
2:24 pm
507
The _SFR_IO_ADDR errors are caused by changes in version 2.6e. Again, I am using 2.6d -- I recommend that you revert back to 2.6d to resolve these problems....
Krepelka, Steve
steve_krepelka
Offline Send Email
Feb 20, 2003
2:39 pm
508
... I had a mix of your D and my E. Once I got to pure D version every thing compiles now. Thank you. Now I just have to figure out how to build for the 8515...
ka8bmt <bpaddock@...>
ka8bmt
Offline Send Email
Feb 20, 2003
4:03 pm
509
The "ioavr.h" file includes part specific header files. I see that the AVRx 2.6d file has the 8515, but not the Mega8. You will need to add the definition...
Krepelka, Steve
steve_krepelka
Offline Send Email
Feb 20, 2003
5:00 pm
510
Hi everyone, I need a litte help with IAR Embedded Workbench 2.31C. I am new to AvrX kernel, I have a problem. I compile ok all the library files and I create...
pippopappopippopappo ...
pippopappopi...
Offline Send Email
Feb 23, 2003
10:32 pm
Messages 481 - 510 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