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 535 - 564 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
535
Thanks Volkmar I use AvrStudio 4.06 (latest version), I'll try your suggestion. Bye Pippo ... But I have heard that there is a bug in one (or both) of them for...
pippopappopippopappo ...
pippopappopi...
Offline Send Email
Mar 1, 2003
2:22 pm
536
Sorry, but the behaviour is the same... Bye Pippo...
pippopappopippopappo ...
pippopappopi...
Offline Send Email
Mar 1, 2003
2:56 pm
537
Your code is never receiving the Timer0 overflow interrupt. There could be several reasons for this. Most likely, assuming you are using the test code...
Larry Barello
lbarello
Offline Send Email
Mar 1, 2003
3:39 pm
538
Oh, another possibility: the mega128 didn't exist at the time and the interrupt vector table is incorrect for that chip variant. Check that the file...
Larry Barello
lbarello
Offline Send Email
Mar 1, 2003
3:47 pm
539
I found the solution to my problem! After dowloading the release 2.6e, recompiling everything and trying my problem below everything worked fine. The problem...
Michael Otto
saskathex
Offline Send Email
Mar 1, 2003
8:39 pm
540
I am currently using the mega128 with IAR 2.28A (just switched from 2.27B). There were some problems with the interrupt mapping with the mega 128 (missing...
Krepelka, Steve
steve_krepelka
Offline Send Email
Mar 3, 2003
1:38 pm
541
Hi! Yes, adding a delay works because you give time for the transmitter to send the byte. If you want a more elegant solution, you could use interrupts to...
José Ildefonso Ca...
ildefonso_ca...
Offline Send Email
Mar 4, 2003
3:21 pm
542
Hello, I want to step through the AVRX assembly code in Studio. I am able to step through the example code, but am not able to step into the assembly code of...
prasanth_ganesan
prasanth_gan...
Offline Send Email
Mar 7, 2003
6:10 am
543
I'm trying to get up to speed on AvrX and I keep tripping over a term I'm not familiar with - mutex. A google search turned up a definition of "mutual...
dlh2612000
Offline Send Email
Mar 11, 2003
12:44 pm
544
mutex = MUTual EXclusion Mutex: gates mutually exclusive access (i.e., controls access) to an shared object/data structure/etc. A semaphore is a common method...
D. Daniel McGlothin
papamcglothin
Offline Send Email
Mar 11, 2003
1:02 pm
545
Daniel, Thanks for the quick reply. I have a newly purchased copy of MicroC/OS-II and I'll check it when I get home tonight. I guess my real question is what...
dlh2612000
Offline Send Email
Mar 11, 2003
1:14 pm
546
Are you looking for the following (from AvrX, v2.6)? <quote from avrx.inc> /*+ -------------------------------------------------- SEMAPHORE BIT DEFINITIONS ...
D. Daniel McGlothin
papamcglothin
Offline Send Email
Mar 11, 2003
1:43 pm
547
Aarghhh. This is exactly what I needed. I don't know how I missed this file (I was looking all over avrx.h and the *.s files). Thanks for pointing me at...
dlh2612000
Offline Send Email
Mar 11, 2003
2:05 pm
548
I am trying to determine if I can use this RTOS (I like what I see so far) -- but I cannot get two pre-emptive tasks up and running. I'm using an Atmel...
shier_93010
Offline Send Email
Mar 16, 2003
6:28 pm
549
Task 1 never blocks. So task 2 never runs since it is lower priority. Move the AvrXDelay() call outside of the if/then/else so the task blocks every loop. I...
Larry Barello
lbarello
Offline Send Email
Mar 16, 2003
6:49 pm
550
I'll try this -- the global g_hwStatus is declared volatile (I didn't post the entire module). If I don't use AvrX and instead only use that flag everything...
shier_93010
Offline Send Email
Mar 16, 2003
7:01 pm
551
You set Timer0 to zero in your init code. The reference code essentially does the same, except that it adjusts the initialization value to account for delays...
Larry Barello
lbarello
Offline Send Email
Mar 16, 2003
7:24 pm
552
I'll have to revisit this later -- neither of these suggestions has made it work. Unfortunately this eval board has ZERO debugging capabilities other than...
shier_93010
Offline Send Email
Mar 16, 2003
7:47 pm
553
Well, run your test code in the simulator and drop the eval board for a while until you get the code to work. I would also suggest starting with one of the...
Larry Barello
lbarello
Offline Send Email
Mar 16, 2003
7:55 pm
554
Hi, last week, I bought STK-500 and now I get the problem when I use it to compile AvrX example. 1. I try to compile MessagesAndData.c from Avrx\examples...
Sutjipto Soesanto
tjipto99
Offline Send Email
Mar 18, 2003
5:42 am
555
Your build & code works fine. The warning is not critical and relates to how "main()" is declared. You can read about what the sample "MessagesAndData" does...
Larry Barello
lbarello
Offline Send Email
Mar 18, 2003
2:45 pm
556
Hi, ... I assume the error message didn't come from the make process because it is after the "----------end-----------" line. I think AVRstudio is generating...
Volkmar Dierkes
murray2222de
Offline Send Email
Mar 18, 2003
8:28 pm
557
... From: Larry Barello <yahoo@...> Sent: Tuesday, March 18, 2003 9:40 PM ... Thank's for your reply, I confused about cable connection between PC and...
Sutjipto Soesanto
tjipto99
Offline Send Email
Mar 19, 2003
1:23 pm
558
... From: Volkmar Dierkes <volkmar.dierkes@...> Sent: Wednesday, March 19, 2003 3:23 AM ... Thank's for your advice. You are right, after I wrote "Errors:...
Sutjipto Soesanto
tjipto99
Offline Send Email
Mar 19, 2003
1:23 pm
559
Hi All Where can I find to latest AvrX archive? Thanks -- Ormund...
Ormund Williams
ojdw2002
Offline Send Email
Mar 19, 2003
7:19 pm
560
try http://groups.yahoo.com/group/avrx/files/AvrX/ ... From: Ormund Williams [mailto:ormundw@...] Sent: Wednesday, March 19, 2003 2:20 PM To:...
D. Daniel McGlothin
papamcglothin
Offline Send Email
Mar 19, 2003
7:26 pm
561
Last July I asked about buffered serial IO for AVRX. I was pointed to Peter Fleury's serial routines as something easy to port. Well, work and family has...
Christopher X. Candreva
ccandreva
Offline Send Email
Mar 22, 2003
12:27 am
562
I wrote a buffered serial I/O routine for my latest combat controller. It doesn't use interrupts (it is polled from a high speed interrupt within a larger...
Larry Barello
lbarello
Offline Send Email
Mar 22, 2003
12:54 am
563
Has any one used AVRX to work with the serial DataFlash memory that is on the STK500? I'd like to get rid of all of the wait loops I have, with out ...
Bob Paddock
ka8bmt
Offline Send Email
Mar 22, 2003
11:12 am
564
Here's another potential source: http://hubbard.engr.scu.edu/avr/avrlib/ Lots of goodies there....
stephane641
Offline Send Email
Mar 22, 2003
4:09 pm
Messages 535 - 564 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