... 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...
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)...
... 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...
... 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...
... 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...
... 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...
... This reply was excellent, I immediately recognized the effects of infectious newbie panic catastrophrization, so I sanitized my environment by moving the...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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,...
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....
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...
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@...
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...
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...
... Having to deal with host side drivers (install a custom driver) would leave me looking at another approach. Particularly USB->Serial converters. The...
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...
... TaskControlBlock' ... AvrXInitTask(const ... TaskControlBlock' ... Which version of avr-gcc are you using? Try 'avr-gcc --version'. This code compiles on...
... 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. ...
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....
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...
... 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...
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...