2004-01-02 by Larry Barello
Set up a counter, break on a memory location, do something so you can catch the processor a few cycles prior to the failure, then step through until you catch it. This is very painful, but entirely possible. Could an interrupt interfere and change the flags after the test, but be
Thread view
Attachments: 0
2004-01-02 by David VanHorn
At 01:31 PM 1/2/2004 -0800, Larry Barello wrote: >Since you know exactly when it trips, set up the simulator to break a couple >hundred cycles prior to the fault and single step your way to bliss. >Eventually you will see the error. How? The SP is 045F when the test fails. The te
Thread view
Attachments: 0
2004-01-02 by Larry Barello
Since you know exactly when it trips, set up the simulator to break a couple hundred cycles prior to the fault and single step your way to bliss. Eventually you will see the error. -----Original Message----- From: David VanHorn [mailto:dvanhorn@cedar.net] > >Include an extra inst
Thread view
Attachments: 0
2004-01-02 by David VanHorn
> >Include an extra instruction in the Stack_Check just to force the simulation software to use different size of memory, etc, and see if the problem happens again at 6513 count. Even more fun, I put an extra NOP in the main loop, with the main routines enabled. What would you gu
Thread view
Attachments: 0
2004-01-02 by David VanHorn
Ok, now I'm looking at warning messages.. I get a few, all complaining about .db segs with odd lengths. So, I go look at the indicated line.. How can COMMENTS and assembler directives generate this warning? The warnings all point to the lines below, inbetween the star bars. ALL o
Thread view
Attachments: 0
2004-01-02 by Stefan Wimmer
Oops! Please do NOT quote whole digests! his is very annoying for all others who receives messages in digest form. Please quote only as much relevant text as is needed to follow a thread's subject. Stefan --- In AVR-Chat@yahoogroups.com, Mark Weston wrote: > Brian: > > A 28 pin c
Thread view
Attachments: 0
2004-01-02 by David VanHorn
> >Are you sure SP is at 045F when at Panic? >Is the error happening always at 6513 loop count? That's what it says there on the left in "Stack Pointer" 0X45F when I'm sitting at the PANIC breakpoint.. >Include an extra instruction in the Stack_Check just to force the simulation
Thread view
Attachments: 0
2004-01-02 by Wagner Lipnharski
David VanHorn wrote: > ATMEGA8 simulation in: > AVR Studio 4, 8, 0, 310 > Platform AVR Simulator Build 1, 0, 0, 12 > Part ATMEGA8 Build 65 > > Operating System > Major 5 > Minor 1 > PlatformID 2 > Build 2600 > Service Pack 1 > > Problem #1: > > Everything's fine initting the mach
Thread view
Attachments: 0
2004-01-02 by Rogier Schouten
Hi, Did you initialize the stack pointer? Is there anything fancy using push/pop/SP in your ISRs? Rogier ----- Original Message ----- From: David VanHorn To: g Bankston ; avrbeta@atmel.com ; AVR-Chat@yahoogroups.com Sent: Friday, January 02, 2004 5:37 PM Subject: [AVR-Chat] Sim p
Thread view
Attachments: 0
2004-01-02 by David VanHorn
ATMEGA8 simulation in: AVR Studio 4, 8, 0, 310 Platform AVR Simulator Build 1, 0, 0, 12 Part ATMEGA8 Build 65 Operating System Major 5 Minor 1 PlatformID 2 Build 2600 Service Pack 1 Problem #1: Everything's fine initting the machine, up to Idle. I set a BP at Idle, and run it to
Thread view
Attachments: 0
2004-01-02 by Rogier Schouten
Hi, Take a chip for that purpose. I believe MITEL makes them. MT8870D is a DTMF decoder, and they have encoders as well. Rogier ----- Original Message ----- From: Salam To: AVR-Chat@yahoogroups.com Sent: Friday, January 02, 2004 1:00 PM Subject: [AVR-Chat] DTMF How can an AVR enc
Thread view
Attachments: 0
2004-01-02 by Steven Chang-Lin Yu
I am having some problem writing the default demo that came with the STK500 kits, which is the LED demo using all switch with shift led, inverse, and some other!!! Right now I can detect pin detect, but something is not write, for example for switch 1, the led increase 1 with one
Thread view
Attachments: 0
2004-01-02 by Salam
How can an AVR encode and decode DTMF tones ??
Thread view
Attachments: 0
2004-01-02 by Wagner Lipnharski
Digikey ED3128-ND will do the job. Or just buy a 28 pins dip 600mils, serrate in the middle (wire clipper will do it), make it 300mils wide. David VanHorn wrote: > At 04:15 PM 1/1/2004 -0800, Mark Weston wrote: > >> Brian: >> >> A 28 pin chip is much wider than a fourteen pin chi
Thread view
Attachments: 0
2004-01-02 by John Samperi
At 12:46 PM 1/01/04 -0000, you wrote: >Back in hospital, have a UTI from the Cathater :o( so I am in for a >while, I have a net connection (thanks to my ISP and a phone in my >room ;o) > >Hope you all had a good new years eve, I spent it in ER :o( So I guess you will take this as
Thread view
Attachments: 0
2004-01-02 by John Samperi
At 04:15 PM 1/01/04 -0800, you wrote: > Brian: A 28 pin chip is much wider than a fourteen pin chip, so unless >you want to split the socket and spread them out, two 14pin sockets will >not equal one 28pin socket. Mark > Mark, that's what I thought when I started working with the
Thread view
Attachments: 0
2004-01-02 by David VanHorn
At 04:15 PM 1/1/2004 -0800, Mark Weston wrote: >Brian: > >A 28 pin chip is much wider than a fourteen pin chip, so unless you want to split the socket and spread them out, two 14pin sockets will not equal one 28pin socket. But the M8 dip is a 28 narrow, and this does work.
Thread view
Attachments: 0
2004-01-02 by Mark Weston
Brian: A 28 pin chip is much wider than a fourteen pin chip, so unless you want to split the socket and spread them out, two 14pin sockets will not equal one 28pin socket. Mark AVR-Chat@yahoogroups.com wrote: There are 13 messages in this issue. Topics in this digest: 1. Re: Dige
Thread view
Attachments: 0
2004-01-01 by David VanHorn
At 12:46 PM 1/1/2004 +0000, Kathy Andrea Quinlan wrote: >Hi all, > >Back in hospital, have a UTI from the Cathater :o( so I am in for a >while, I have a net connection (thanks to my ISP and a phone in my >room ;o) I beats hospital TV. Get well soon! >Hope you all had a good new y
Thread view
Attachments: 0
2004-01-01 by Al Welchaxxiom
Kat, Very sorry to hear you are in the hospital! I know how it feels to be in one. I sincerely hope you get better and beat this thing. Prayers will be coming your way. If you have some time please visit www.genta.com and look at gentasense. I think you will find if of interest.
Thread view
Attachments: 0
2004-01-01 by jay marante
Get well soon. :-) --- kat-yahoo@kaqelectronics.dyndns.org wrote: > Hi all, > > Back in hospital, have a UTI from the Cathater :o( so I am in for a > while, I have a net connection (thanks to my ISP and a phone in my > room ;o) > > Hope you all had a good new years eve, I spent i
Thread view
Attachments: 0
2004-01-01 by Alex Gibson
Kathy Andrea Quinlan wrote: > Hi all, > > Back in hospital, have a UTI from the Cathater :o( so I am in for a > while, I have a net connection (thanks to my ISP and a phone in my > room ;o) > > Hope you all had a good new years eve, I spent it in ER :o( > > Regards, > > Kat. Happ
Thread view
Attachments: 0
2004-01-01 by Alex Gibson
fnatmed wrote: > --- In AVR-Chat@yahoogroups.com, "William Nachefski" > wrote: > >>32LBS! Wow thats alot of boost. I run my chevelle on 18 lbs, and >>thats as far as I dare go. > > > Heh, yeah. I run daily at 21-23lbs, and track at up to 28lbs. > Depends on the track. The turbos
Thread view
Attachments: 0
2004-01-01 by Kathy Andrea Quinlan
Hi all, Back in hospital, have a UTI from the Cathater :o( so I am in for a while, I have a net connection (thanks to my ISP and a phone in my room ;o) Hope you all had a good new years eve, I spent it in ER :o( Regards, Kat.
Thread view
Attachments: 0
2004-01-01 by fnatmed
--- In AVR-Chat@yahoogroups.com, "William Nachefski" wrote: > 32LBS! Wow thats alot of boost. I run my chevelle on 18 lbs, and > thats as far as I dare go. Heh, yeah. I run daily at 21-23lbs, and track at up to 28lbs. Depends on the track. The turbos max out thermally at around 2
Thread view
Attachments: 0
2004-01-01 by Bernd Felsche
On Wed, Dec 31, 2003 at 09:59:56PM -0500, Snowden wrote: > fnatmed wrote: > > --- In AVR-Chat@yahoogroups.com, "William Nachefski" > > wrote: > >>I Need a pretty broad range, from say 15,000 rpm to 200,000. > >>Accuracy doesn't have to be that percise as long as its within a > >>
Thread view
Attachments: 0
2004-01-01 by Snowden
I guess it would depend on the temp, but maybe powder coating would work. Bruce fnatmed wrote: > --- In AVR-Chat@yahoogroups.com, "William Nachefski" > wrote: > >>I Need a pretty broad range, from say 15,000 rpm to 200,000. >>Accuracy doesn't have to be that percise as long as it
Thread view
Attachments: 0
2004-01-01 by David VanHorn
At 07:17 PM 12/31/2003 -0600, mes Springnet, Chatham wrote: >Does anyone know of a group like this that works with the MIcrochip PIC18 microcontroller ? And could you let me know the internet or email address to get on the list ? I have a project starting up involving Microchip P
Thread view
Attachments: 0
2004-01-01 by Larry Barello
You don't need the schmitt trigger: all AVR input pins are schmitt triggers! 200krpm = 3.3k/s You could use the ICP function on timer1 with 16us (8 mhz clock/128) resolution and measure from 18 ticks/pulse (~200k) to 65000 ticks/pulse (~60 rpm). Is that enough range? Heck, make i
Thread view
Attachments: 0
2004-01-01 by mes Springnet, Chatham
Does anyone know of a group like this that works with the MIcrochip PIC18 microcontroller ? And could you let me know the internet or email address to get on the list ? I have a project starting up involving Microchip PIC18. Thanks, Mark Sullivan msulli@insightbb.com
Thread view
Attachments: 0
2004-01-01 by mes Springnet, Chatham
testing as my last post didn't appear ? Mark Sullivan
Thread view
Attachments: 0
2003-12-31 by Steven Chang-Lin Yu
I forgot how to do checking individual PIN in PORT, I know in asm I can use “sbis PIND,0x00”, however how to do this in c in WINAVR??? Thanks Steven --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.557 / Virus Data
Thread view
Attachments: 0
2003-12-31 by William Nachefski
32LBS! Wow thats alot of boost. I run my chevelle on 18 lbs, and thats as far as I dare go. --- In AVR-Chat@yahoogroups.com, "fnatmed" wrote: > --- In AVR-Chat@yahoogroups.com, "William Nachefski" > wrote: > > --- > > I guess the 200,000 rpm gave me away. Yes this is for a jet >
Thread view
Attachments: 0
2003-12-31 by Greg Koss
Digi-Key has some as PN ED3128-ND. These are tin for $1.13 each. Better hurry, they only have 6,000 left. --- In AVR-Chat@yahoogroups.com, "Brian Fairchild" wrote: > What not just use 2 x 14pin dip sockets end-to-end? > > Brian > > -----Original Message----- > From: c45a6 [mailto
Thread view
Attachments: 0
2003-12-31 by fnatmed
--- In AVR-Chat@yahoogroups.com, "William Nachefski" wrote: > I Need a pretty broad range, from say 15,000 rpm to 200,000. > Accuracy doesn't have to be that percise as long as its within a > couple of thousand actuall rpms. What I meant was With each complete > rotation of the t
Thread view
Attachments: 0
2003-12-31 by fnatmed
--- In AVR-Chat@yahoogroups.com, "William Nachefski" wrote: > --- > I guess the 200,000 rpm gave me away. Yes this is for a jet engine, > but not a model. Its a rather large homegrown one. > > In AVR-Chat@yahoogroups.com, "Jesper Hansen" wrote: > > > I am just getting started int
Thread view
Attachments: 0
2003-12-31 by fnatmed
Hi All - Just a quick question ... why are there several active forums for the AVRs ? Why do you use one over the other ? I know of at least : AVRFreaks.net AVR-Chat yahoo (here) avrclub yahoo These are all active. There are some that are more targeted, like codevisionavr and meg
Thread view
Attachments: 0
2003-12-31 by Mark Weston
I'm pretty sure you'll find an article and schematics for a tachometer in December's issue of Circuit Cellar. And it even uses an Atmel Mega8. Mark Oh, and Brian, good one about doubling up the 14 pin sockets!! AVR-Chat@yahoogroups.com wrote: There are 16 messages in this issue.
Thread view
Attachments: 0
2003-12-31 by William Nachefski
I Need a pretty broad range, from say 15,000 rpm to 200,000. Accuracy doesn't have to be that percise as long as its within a couple of thousand actuall rpms. What I meant was With each complete rotation of the turbine rotar shaft I get one pulse from the Phototransistor. So that
Thread view
Attachments: 0
2003-12-31 by Bernd Felsche
On Tue, Dec 30, 2003 at 08:18:21PM -0000, William Nachefski wrote: > I am just getting started into AVR's. I am seeking help on a > circuit. I need to build a tachometer with opitcal pick up. The max > RPM to be counted will be around 200,000 RPM. I was told that pretty > much al
Thread view
Attachments: 0
2003-12-30 by William Nachefski
--- I guess the 200,000 rpm gave me away. Yes this is for a jet engine, but not a model. Its a rather large homegrown one. In AVR-Chat@yahoogroups.com, "Jesper Hansen" wrote: > > I am just getting started into AVR's. I am seeking help on a > > circuit. I need to build a tachomete
Thread view
Attachments: 0
2003-12-30 by Al Welch
William, Perhaps you may want to run your phototransistor output through a schmitt trigger such as an 74ls14 chip which will make the pulses cleanly toggle between digital one and zero. Otherwise there could be a slow rise and fall shape to the output which could confuse your cou
Thread view
Attachments: 0
2003-12-30 by John Samperi
At 10:02 AM 30/12/03 -0500, you wrote: >>and rotate the value left twice to get an 8 bit value in one >>of the applications with the 8535. Of course that would be rotate right in the northern hemisphere :-) >I'm setting for left-justified, so the result should be 8 bit, and all i
Thread view
Attachments: 0
2003-12-30 by Jesper Hansen
> I am just getting started into AVR's. I am seeking help on a > circuit. I need to build a tachometer with opitcal pick up. The max > RPM to be counted will be around 200,000 RPM. Hmmm. Playing with model jet engines ? ;-) /Jesper www.yampp.com
Thread view
Attachments: 0
2003-12-30 by William Nachefski
Hello All! I am just getting started into AVR's. I am seeking help on a circuit. I need to build a tachometer with opitcal pick up. The max RPM to be counted will be around 200,000 RPM. I was told that pretty much all of the tasks could be handled in code with a microcontroller.
Thread view
Attachments: 0
2003-12-30 by David VanHorn
At 10:23 AM 12/30/2003 -0800, Capricon wrote: >Hi, > >I have bought a stk 500. Do I need to buy the avr programmer seperate? No, it is one.
Thread view
Attachments: 0
2003-12-30 by Capricon
Hi, I have bought a stk 500. Do I need to buy the avr programmer seperate? Capri
Thread view
Attachments: 0
2003-12-30 by David VanHorn
At 08:46 AM 12/30/2003 -0800, Larry Barello wrote: >I don't see anything wrong with the code, but the documentation is off. > >Just a couple notes: you can enable, set the clock and start the first >conversion in one write. There is no need to delay 15us, etc. Yeah, that was just
Thread view
Attachments: 0
2003-12-30 by Larry Barello
I don't see anything wrong with the code, but the documentation is off. Just a couple notes: you can enable, set the clock and start the first conversion in one write. There is no need to delay 15us, etc. Just let er rip and discard the first conversion - unless that delay you ha
Thread view
Attachments: 0
2003-12-30 by David VanHorn
Nevermind. :) The code is good. No voltage to measure. :-P
Thread view
Attachments: 0