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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1635 - 1664 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1635
... I see nobody has jumped in on this. One big reason is that the simulator isn't the hardware. It's one thing to simulate simple, linear, programs. It is...
rtstofer
Offline Send Email
Aug 5, 2007
1:57 am
1636
Hi dudes, I am new to this community. I am facing problem interfacing DS1307 with AVR. Can anyone provide code in ASSEMBLY only to access DS1307 (as slave)...
Embedded Systemz
embeddedsystemz
Offline Send Email
Aug 14, 2007
1:47 pm
1637
... with AVR. Can anyone provide code in ASSEMBLY only to access DS1307 (as slave) connected on TWI (I2c) bus of Atmega 8/16/32 ? I need just the code for...
rtstofer
Offline Send Email
Aug 15, 2007
1:38 am
1638
... So should newbies be using 2.6f from the barello.net site or the 2.6g that is found in the download section here? Also I'm using the included makefile...
th0th696
Offline Send Email
Aug 16, 2007
2:07 am
1639
... Why not? I just downloaded it and everything seems ok. Well, with a couple of issues: first, I went to the avrx subdirectory and changed the makefile to...
rtstofer
Offline Send Email
Aug 16, 2007
4:02 am
1640
... After working over the AVRDUDE stuff in the makefile in the Examples subdirectory, I put Timers.hex into my MAVRIC board using 'make program' and it works...
rtstofer
Offline Send Email
Aug 16, 2007
2:16 pm
1641
... This reply was excellent, I immediately recognized the effects of infectious newbie panic catastrophrization, so I sanitized my environment by moving the...
th0th696
Offline Send Email
Aug 16, 2007
5:57 pm
1642
... 2.6g ... Would you mind posting your makefile? I'm also using a parallel port programmer when using my stk300, avrispmkII otherwise. Also, was wondering...
th0th696
Offline Send Email
Aug 16, 2007
6:01 pm
1643
... I took a shortcut and just changed AVRDUDE_FLAGS to: AVRDUDE_FLAGS = -p $(MCU) -e -c STK200 $(AVRDUDE_WRITE_FLASH) <- change AVRDUDE_FLAGS +=...
rtstofer
Offline Send Email
Aug 16, 2007
7:52 pm
1644
... And my shortcut has an error. Remove the $(AVRDUDE_WRITE_FLASH) as it results in a duplicate programming cycle. So, AVRDUDE_FLAGS looks like: ...
rtstofer
Offline Send Email
Aug 16, 2007
8:00 pm
1645
... them. ... Yeah right now I'd like to just distill the import stuff out of the generic makefile and without breaking anything merge it with a distillate...
th0th696
Offline Send Email
Aug 16, 2007
8:20 pm
1646
... First, I would work to eliminate the need for 'sudo'. If the user is a member of the uucp group, that should suffice. Actually, my user account belongs...
rtstofer
Offline Send Email
Aug 17, 2007
1:50 am
1647
... As soon as I get everything hammered out in my makefile I intend to move away from those scripts, but they are very nice when flitting about in example...
th0th696
Offline Send Email
Aug 17, 2007
2:21 am
1648
... I don't have any examples but the trick is to protect the questionable code with semaphores to eliminate the possibility of reentrancy. But that implies...
rtstofer
Offline Send Email
Aug 17, 2007
2:18 pm
1649
... Definitely requires thought, I'd also like this kernel to do some a2d conversion along with the input capture unit, take commands from a few buttons, and...
th0th696
Offline Send Email
Aug 19, 2007
6:31 pm
1650
... I guess it would depend on the sample rate you require of the A/D converter. Buttons and such are very slow and don't require much CPU power. In fact,...
rtstofer
Offline Send Email
Aug 21, 2007
3:08 am
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
Messages 1635 - 1664 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