2005-03-29 by Dave VanHorn
At 08:21 AM 3/29/2005, Zack Widup wrote: >On Tue, 29 Mar 2005, Dave VanHorn wrote: > > > At 08:02 AM 3/29/2005, Ralph Hilton wrote: > > > > >Too many groups get to be a pain! > > > > Indeed, it thins out the community. > > I would hang out at "freaks" more if they would get rid o
Thread view
Attachments: 0
2005-03-29 by Zack Widup
On Tue, 29 Mar 2005, Dave VanHorn wrote: > At 08:02 AM 3/29/2005, Ralph Hilton wrote: > > >Too many groups get to be a pain! > > Indeed, it thins out the community. > I would hang out at "freaks" more if they would get rid of the forum > approach, and change the name. > How about
Thread view
Attachments: 0
2005-03-29 by Zack Widup
On Tue, 29 Mar 2005, Ralph Hilton wrote: > On Mon, 28 Mar 2005 18:08:20 -0000 you wrote: > > >Hi, > > There are groups for AVR and ATMega which I would like to share > >with all. > > > >http://groups.yahoo.com/group/AVR_Microcontroller > >http://groups.yahoo.com/group/ATMega_Micr
Thread view
Attachments: 0
2005-03-29 by Stefan Trethan
On Tue, 29 Mar 2005 08:13:08 -0500, Dave VanHorn wrote: > > Indeed, it thins out the community. > I would hang out at "freaks" more if they would get rid of the forum > approach, and change the name. I agree. I also prefer the mailgroup, and i see no reason to have more groups if
Thread view
Attachments: 0
2005-03-29 by Dave VanHorn
At 08:02 AM 3/29/2005, Ralph Hilton wrote: >On Mon, 28 Mar 2005 18:08:20 -0000 you wrote: > > >Hi, > > There are groups for AVR and ATMega which I would like to share > >with all. > > > >http://groups.yahoo.com/group/AVR_Microcontroller > >http://groups.yahoo.com/group/ATMega_Mic
Thread view
Attachments: 0
2005-03-29 by Ralph Hilton
On Mon, 28 Mar 2005 18:08:20 -0000 you wrote: >Hi, > There are groups for AVR and ATMega which I would like to share >with all. > >http://groups.yahoo.com/group/AVR_Microcontroller >http://groups.yahoo.com/group/ATMega_Microcontroller Too many groups get to be a pain! -- Ralph Hi
Thread view
Attachments: 0
2005-03-29 by Dave VanHorn
At 09:45 PM 3/28/2005, Graham Davies wrote: >--- In AVR-Chat@yahoogroups.com, Dave VanHorn wrote: > > > I have some of the Olimex units, > > they are just as good as the Atmel > > ones apparently. :) > >Well, I originally invented the AVR ICE-Cube because I was totally >disgusted
Thread view
Attachments: 0
2005-03-29 by Graham Davies
--- In AVR-Chat@yahoogroups.com, "thefrustratedcodewarrior" wrote: > There are groups for AVR and ATMega ... This group is all that is needed. We managed to abandon the avrclub group and get its members here. These other groups should be closed down so as not to pick up new AVR u
Thread view
Attachments: 0
2005-03-29 by John Samperi
At 07:05 PM 29/03/2005, you wrote: >dear > I was using atmega 32 usart to receive data from a RS485 bus . >A master is transmitting the message to many slaves(atm32). The >problem is: message to different slaves have different length .so >please suggest an idea to enable the slav
Thread view
Attachments: 0
2005-03-29 by Paul Maddox
Joel, > I'm a newbie in this field and would like to start to actively develop > for the AVR platform. Firstly, what do people recommend I buy on the > hardware side, besides a Dev Kit like the STK500? I tend to build my own, as I always find I need something slightly different.
Thread view
Attachments: 0
2005-03-29 by aswinefy2003
dear I was using atmega 32 usart to receive data from a RS485 bus . A master is transmitting the message to many slaves(atm32). The problem is: message to different slaves have different length .so please suggest an idea to enable the slave to receive data of particular length on
Thread view
Attachments: 0
2005-03-29 by Shibu Krishnan
hi friends iam a newbie, i wants to know about dataflash programming. i am currently doing an academic project Interacctive Voice Response system. we were using AT45DB021B dataflash with AT90s8515.interfaced using spi and writing by Main Memory Page Program through Buffer 1 instr
Thread view
Attachments: 0
2005-03-29 by Robert Adsett
At 07:36 PM 3/28/05 -0800, kc wong wrote: >good day everyone. > >i have build a hbridge cct with 2 IR2110 MOSFET driver to control a linear >motor. >my main function of this ct is to generate an AC squarewave output >continuously to the linear motor(3phase motor). > >i have attac
Thread view
Attachments: 0
2005-03-29 by kc wong
good day everyone. i have build a hbridge cct with 2 IR2110 MOSFET driver to control a linear motor. my main function of this ct is to generate an AC squarewave output continuously to the linear motor(3phase motor). i have attached two photo below. this photos shows one phase out
Thread view
Attachments: 0
2005-03-29 by Graham Davies
--- In AVR-Chat@yahoogroups.com, Dave VanHorn wrote: > I have some of the Olimex units, > they are just as good as the Atmel > ones apparently. :) Well, I originally invented the AVR ICE-Cube because I was totally disgusted with the poor quality of the Olimex JTAG ICE I bought. I
Thread view
Attachments: 0
2005-03-29 by David Kelly
On Mon, Mar 28, 2005 at 08:47:18PM -0300, Mark Jordan wrote: > > On 28 Mar 2005 at 20:14, Richard Reeves wrote: > > > Yes, the interrupt flags are set while you're in an ISR, and executed > > in the order that they appear in the interrupt vector table once the > > MCU is able to.
Thread view
Attachments: 0
2005-03-28 by Jim Wagner
David - Did you ever get your problem cleard up? Jim Wagner --------------------------------------------------------------- The Think Different Store http://www.thinkdifferentstore.com/ For All Your Mac Gear ---------------------------------------------------------------
Thread view
Attachments: 0
2005-03-28 by Mark Jordan
On 28 Mar 2005 at 20:14, Richard Reeves wrote: > Yes, the interrupt flags are set while you're in an ISR, and executed > in the order that they appear in the interrupt vector table once the > MCU is able to. > Even if they occur out of that order? Mark Jordan
Thread view
Attachments: 0
2005-03-28 by David Kelly
On Mon, Mar 28, 2005 at 10:55:50AM -0800, al boehnlein wrote: [...] > The documentation is not clear to me, as to what > happens if I get an interrupt on my quadrature sensors > while I am in the LCD ISR. How much time are you spending in the LCD ISR? I've seen many cases where s
Thread view
Attachments: 0
2005-03-28 by Larry Barello
However, if two or more occur (of the same vector) you will lose information. With quadrature you need to insure your interrupt latency (i.e. duration that interrupts are disabled) is less than your minimum time between quadrature interrupts. 2000/sec is very slow, however. I rou
Thread view
Attachments: 0
2005-03-28 by Philipp Adelt
al boehnlein schrieb: > I am working on a control application that reads > quadrature readings from an encoder. I seem to > missing some counts. I am wondering what happens to > the interrupts when you are in the "SIGNAL(SIG_LCD)" > ISR routine? I assume they are turned off, but
Thread view
Attachments: 0
2005-03-28 by Richard Reeves
> I assume they are turned off, but I am > wondering if an interrupt occurs while in the routine, > is it saved and executed latter, upon exit? Yes, the interrupt flags are set while you're in an ISR, and executed in the order that they appear in the interrupt vector table once t
Thread view
Attachments: 0
2005-03-28 by Philipp Adelt
Robert Adsett schrieb: > It sounds more like an application for a FIFO or a dual port RAM. FIFO > would be better for a buffer type scheme and dual-port for a mailbox type > scheme. Both types would take care of most of your timing issues without > much need for additional handsh
Thread view
Attachments: 0
2005-03-28 by al boehnlein
I am working on a control application that reads quadrature readings from an encoder. I seem to missing some counts. I am wondering what happens to the interrupts when you are in the "SIGNAL(SIG_LCD)" ISR routine? I assume they are turned off, but I am wondering if an interrupt o
Thread view
Attachments: 0
2005-03-28 by al boehnlein
I am working on a control application that reads quadrature readings from an encoder. I seem to missing some counts. I am wondering what happens to the interrupts when you are in the "SIGNAL(SIG_LCD)" ISR routine? I assume they are turned off, but I am wondering if an interrupt o
Thread view
Attachments: 0
2005-03-28 by Robert Adsett
At 02:26 PM 3/27/05 +0200, Philipp Adelt wrote: >David Kelly schrieb: > > How fast must each CPU access the shared RAM? Not video speeds, I > > presume? >Two AVRs on the board share the load associated with the nodes' tasks. >One AVR will be responsible for keeping up communicati
Thread view
Attachments: 0
2005-03-28 by Ian Drennan
Is there a way to add additional fonts to the few existing font options that are currently available for the editor? I am running AVR Studio 4.11 Thanks Ian
Thread view
Attachments: 0
2005-03-28 by thefrustratedcodewarrior
Hi, There are groups for AVR and ATMega which I would like to share with all. http://groups.yahoo.com/group/AVR_Microcontroller http://groups.yahoo.com/group/ATMega_Microcontroller Bye
Thread view
Attachments: 0
2005-03-28 by Philipp Adelt
Dave VanHorn schrieb: > At 09:35 PM 3/27/2005, Reza wrote: > >>cpu/micro depends on application. but as usual, you >>shoud use but tranceivers and isolate address/data bus >>of each cpu from the other. > > Not really necessary with a microcontroller, if you design carefully. This
Thread view
Attachments: 0
2005-03-28 by Chuck Hackett
Thanks Jim White and Larry Barello, problem solved ... and lots more reading to do before I get productive :-) Regards, Chuck Hackett
Thread view
Attachments: 0
2005-03-28 by Dave VanHorn
At 09:35 PM 3/27/2005, Reza wrote: >Hi; > >bcz of my oldness, I didn't understand exactly your >problem, but using one SRAM with more than one >cpu/micro depends on application. but as usual, you >shoud use but tranceivers and isolate address/data bus >of each cpu from the other.
Thread view
Attachments: 0
2005-03-28 by Geert De Pecker
Dave, Thanks for the confirmation. Geert Dave VanHorn wrote: > At 05:30 PM 3/27/2005, Geert De Pecker wrote: > > >Hi all, > > > >I have a question concerning the .include statement in the AVR studio. > >It would seem the includes are not processed before the assembler > >statemen
Thread view
Attachments: 0
2005-03-28 by thefrustratedcodewarrior
Hello, Just now I joined this group and this is my first post. I am from India, New Bombay. I am very mush interested in kit building and designing. I like microcontroller, RF and other. Any one with same interest. Is there any one from near by New Bombay. Please add me in YAHOO
Thread view
Attachments: 0
2005-03-28 by Reza
Hi; bcz of my oldness, I didn't understand exactly your problem, but using one SRAM with more than one cpu/micro depends on application. but as usual, you shoud use but tranceivers and isolate address/data bus of each cpu from the other. as a suggestion, if timing of two 128's ar
Thread view
Attachments: 0
2005-03-28 by Larry Barello
IIRC type in "use *" (not the quotes, of course). -----Original Message----- From: Chuck Hackett This is slightly OT ... but I am working on an AVR circuit :-) I was trying out the Eagle Circuit CAD package and while searching for a generic NPN transistor I clicked on a generic T
Thread view
Attachments: 0
2005-03-27 by Dave VanHorn
At 05:30 PM 3/27/2005, Geert De Pecker wrote: >Hi all, > >I have a question concerning the .include statement in the AVR studio. >It would seem the includes are not processed before the assembler >statements itself are processed: Here's the basic structure, from a tiny-11 app ; ;
Thread view
Attachments: 0
2005-03-27 by Dave VanHorn
> >The only solution I see is to put all include files before real >processing starts, but this isn't a nice solution. Any hints? That's how I do it. I include the ISRs first, then init, then other modules. Defines and equates come before code.
Thread view
Attachments: 0
2005-03-27 by Geert De Pecker
Hi all, I have a question concerning the .include statement in the AVR studio. It would seem the includes are not processed before the assembler statements itself are processed: ... rcall Delay ... .include "Delay.asm" does not compile and given the error that "Delay" is undefine
Thread view
Attachments: 0
2005-03-27 by Jim White
Drop does indeed drop libs from use. The Use command will get them back. There are two very active forums for Eagle. Browse to www.cadsoft.de and click on Forum. You will see Technical Support and User Chat. Click on those and your news client will open so you can see the message
Thread view
Attachments: 0
2005-03-27 by Chuck Hackett
This is slightly OT ... but I am working on an AVR circuit :-) I was trying out the Eagle Circuit CAD package and while searching for a generic NPN transistor I clicked on a generic TO-92 package device ("TO92") and clicked the "drop" button thinking that this would drop it onto
Thread view
Attachments: 0
2005-03-27 by Philipp Adelt
David Kelly schrieb: > How fast must each CPU access the shared RAM? Not video speeds, I > presume? This is correct. The speed itself is not that much a problem. But latency may become a problem. Let me give you a short introduction into the idea: The system consists of several n
Thread view
Attachments: 0
2005-03-26 by Don Kinzer
--- In AVR-Chat@yahoogroups.com, Joel Haasnoot wrote: > Firstly, what do people recommend I buy on the hardware side, besides > a Dev Kit like the STK500? The STK500 is a good value, in my opinion. It even comes with one or two AVR processors to get you started. Note, however, th
Thread view
Attachments: 0
2005-03-26 by David Kelly
On Mar 20, 2005, at 8:10 AM, Philipp Adelt wrote: > Dual ported RAM is way too expensive and hard to get (considering that > 128Kx8 can be had in under $1 a pop) and so focus is on stuff like > 628128-70. This is a 128Kx8 SRAM available in SOP-32 with seperate data > and memory b
Thread view
Attachments: 0
2005-03-24 by Petr Cach
Hello I've got the Butterfly evaluation kit recently (won it on a trade fair :-). However I have problem programming it using the built in bootloader. The AVRprog finds it, the programming starts, however it fails on the verification (saing that on address 0x0000 is not expected
Thread view
Attachments: 0
2005-03-24 by Don Kinzer
--- In AVR-Chat@yahoogroups.com, "rlrsmith" wrote: > Having a problem with the Compare Output functions in Timer1 on an > ATMega32. Is it only on the simulator that your're having problems? I haven't used the simulator - just the real thing. What is it that you're trying to do? I
Thread view
Attachments: 0
2005-03-24 by Larry Barello
Luke: the latest WinAVR compiler has removed all references to "inp" and "outp" You can replace this with direct PORT references. E.g. SomeVar = inp(PINB); change to: SomeVar = PINB; Or if you want, do this in the AvrX header file (or some other place) #define inp(A) (A) #define
Thread view
Attachments: 0
2005-03-24 by Luke.Wei
Dear all, I don't fixed examples source code , but always compiler error, Please tell me how should i do ? thanks a lot . Luke C:\AVRX\avrxx\Examples>C:\WINAVR\UTILS\BIN\MAKE.EXE gcc avr-gcc -c Timers.c -I. -I../avrx -I/avr/inc -Os -Wall - mmcu=at90s8535 -g -o Tim ers.o Timers.c:
Thread view
Attachments: 0
2005-03-24 by paul_hvidston
Richard, I have not programmed a 'mega32, but have used the 16 bit timer on the tiny2313. It appears that you are incorrectly programming the timer as an 8 bit timer. Timer1 is 16 bits. This may be your problem (or I may be way off base). Best regards, Paul H. --- In AVR-Chat@yah
Thread view
Attachments: 0
2005-03-23 by Leon Heller
Atmel has SP2 for AVR Studio available on: http://www.atmel.no/beta_ware Programming the Tiny11 on the STK500 has been fixed. There are several other fixes and enhancements, also. Leon -- Leon Heller, G1HSM http://www.geocities.com/leon_heller
Thread view
Attachments: 0
2005-03-23 by padelt
Moderators: Please tell me if there is a reason for not posting my message that I should know of! Hello everyone, After just subscribing to AVR-chat I will introduce myself by asking a question - hopefully nobody minds. My upcoming design involves two CPUs that need to share rath
Thread view
Attachments: 0