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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1651 - 1680 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1651
Hi, Is it possible for me to use the databus on a time shared basis? I have one NVRAM talking to 4 controllers. All the controllers are doing different tasks....
arm_techie arm_user
vbalaji_ece
Offline Send Email
Sep 3, 2007
4:52 am
1652
Hi, Since you have a single port NVRAM(That is what I assume) achieving this task would be difficult. I am quite doubtful if 4 port NVRAM's are available in...
karthik poduval
kvpnet
Offline Send Email
Sep 3, 2007
7:38 am
1653
1. Don't crosspost 2. use your real name. eMails like yours are considered Spam! ... -- Clemens Koller __________________________________ R&D Imaging Devices ...
Clemens Koller
clemens.koller@...
Send Email
Sep 3, 2007
10:12 am
1654
The easiest way to do this is to use an I2C EEPROM. The I2C bus prototcol will sort out the multiple masters and the EEPROM can be quite large. Or... You...
rtstofer
Offline Send Email
Sep 3, 2007
3:10 pm
1655
Hi All, I am working on a project that a previous developer started working on and structured the application around AvrX. There are now some additional...
Marco Hess
hess_marco
Offline Send Email
Sep 4, 2007
8:56 pm
1656
... Having to deal with host side drivers (install a custom driver) would leave me looking at another approach. Particularly USB->Serial converters. The...
rtstofer
Offline Send Email
Sep 4, 2007
11:56 pm
1657
Dear all, When I compile the source file, i got errors as follow: In file included from .../MAIN.C:17: ../avrx.h:334: error: non-local function 'void...
Giri Y. Atmaja
giri_y_atmaja
Offline Send Email
Sep 5, 2007
9:01 am
1658
... TaskControlBlock' ... AvrXInitTask(const ... TaskControlBlock' ... Which version of avr-gcc are you using? Try 'avr-gcc --version'. This code compiles on...
rtstofer
Offline Send Email
Sep 5, 2007
2:11 pm
1659
Hi, Being a "nervous newbie", and time limited, impatient and perhaps also lazy, I wonder if someone can confirm the change to ...
Helen & Neil Higgins
christobelwino
Offline Send Email
Sep 5, 2007
4:41 pm
1660
... also lazy, ... change from ... TCCR0B (or ... I don't know the answer and without testing it, I can't be certain. However, I would start with TCCR0A. ...
rtstofer
Offline Send Email
Sep 5, 2007
6:32 pm
1661
I would like to run AvrX on an ATmega168. Can someone provide patches or zips for the files which need to change? The avrx directory is my main concern....
Mark
markjuggles
Online Now Send Email
Sep 13, 2007
11:02 pm
1662
Hi all, I am totally new to AvrX..I downloaded GCC AvrX 2.6f and trying to run the example codes but its giving me insane amount of errors..Can anyone please...
abhinav7184
Offline Send Email
Sep 15, 2007
7:36 am
1663
... Exactly what errors are you getting? What version of avr-gcc are you using? Change to the avrx subdirectory and run make. The entire library should be...
rtstofer
Offline Send Email
Sep 15, 2007
10:00 pm
1664
Which errors are being generated? In the avrx or examples directory? You have to build in avrx first to create the library: avrx.a My current issue is that...
Mark
markjuggles
Online Now Send Email
Sep 27, 2007
6:17 pm
1665
Please see the response I added to <no subject> two threads after this one. Mark...
Mark
markjuggles
Online Now Send Email
Sep 27, 2007
6:20 pm
1666
hi all i got the source of Avrx 2.6g and I found some problems while reading code. i have IAR kickstart version for AVR , so i tried to find some of the ...
ebn_taimia
Offline Send Email
Oct 12, 2007
12:17 am
1667
atmega168 I am using the watchdog to do a reset. When I do it does reset but then just hangs. As the simulator sucks at simulating the wdt I am stuck as I do...
wizhippo
Offline Send Email
Oct 12, 2007
5:25 am
1668
... Hi, I am using the atmega169/329 and the WDT works well. It would be possible to create the behavior you are describing by looking at the reset source in...
Mark
markjuggles
Online Now Send Email
Oct 14, 2007
3:41 pm
1669
Yep, that's what I do on my bootloader.. I simply save the MCUSR value and print it to serial for a quick'n dirty debugging feature......
Stephane Gauthier
stephane641
Offline Send Email
Oct 14, 2007
4:05 pm
1670
I switched boot loaders and now have no problems thanks...
wizhippo
Offline Send Email
Oct 15, 2007
1:39 am
1671
Has anyone built the examples (specifically the Timers.c example) that are included with AvrX2.6f using AVRstudio? I am having trouble trying to, with missing...
gregson56
Offline Send Email
Nov 7, 2007
4:26 am
1672
Hi, Peter! ... I am workin on Linux and have a modified AvrX as well as AvrXC building for ATmega168 with varying results. Since you didn't give details (error...
Clemens Koller
clemens.koller@...
Send Email
Nov 7, 2007
10:44 am
1673
Yes, they all build without any errors. I you tell us what the error messages are we can likely solve the problem for you. Rgds, Shane ... that...
shane_bolton
Offline Send Email
Nov 10, 2007
12:38 am
1674
Shane, I get the following: Build started 11.11.2007 at 08:58:51 avr-gcc.exe -mmcu=atmega8 -Wall -gdwarf-2 -O0 -MD -MP -MT Timers.o -MF dep/Timers.o.d -c...
Peter Gregson
gregson56
Offline Send Email
Nov 11, 2007
1:08 pm
1675
The first error message gives you the clue. Have you set your PATH correctly? It is in the installation instructions. Seems the complier can't find any of...
shane@...
shane_bolton
Offline Send Email
Nov 12, 2007
12:00 pm
1676
I have a problem with AvrX support of the ATmega2561. The file avrx_generatesinglestepinterrupt.S fails because it accesses TCCR0 whereas the ATmega2561 has...
gregson56
Offline Send Email
Nov 15, 2007
3:05 am
1677
... Been there, done that... $ grep -r "TCCR" * AvrX as well as the AvrXC seem to give really nice RT functionality to the AVR. But they need some tweaking...
Clemens Koller
clemens.koller@...
Send Email
Nov 15, 2007
12:09 pm
1678
Hi Peter, Snooping through WinAVR's io.h reveals this line: #elif defined (__AVR_ATmega2561__) You should be able to use __AVR_ATmega2561__ for your #ifdef. ...
Mark
markjuggles
Online Now Send Email
Nov 15, 2007
1:46 pm
1679
Thanks, folks. Most helpful. A couple of questions, and a bug (I think).. 1. What is AvrXC? 2. Is there a comprehensive way to make the changes to support the...
gregson56
Offline Send Email
Nov 15, 2007
8:49 pm
1680
... http://www.foleysystems.co.uk/avrx.html That's a AvrX version from Brian Logan (thanks!), with some assembler stuff re-written in C. I've addedd some...
Clemens Koller
clemens.koller@...
Send Email
Nov 16, 2007
12:54 pm
Messages 1651 - 1680 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