Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Messages

Browse messages

Page 219 of 307 · 15341 messages matched

Re: [AVR-Chat] Compilers (was: Debugging ATMega16)

2005-04-16 by David Kelly

On Apr 15, 2005, at 6:43 PM, Chuck Hackett wrote: > Well, I discovered part of my problem. The program I'm working with > was originally written for the ImageCraft C compiler and I'm using > WinAVR(gcc). I tried to convert everything as well as I could but > apparently something

Thread view Attachments: 0

RE: [AVR-Chat] Debugging ATMega16

2005-04-15 by Larry Barello

The stack trace depends entirely upon how the particular compiler uses it. GCC, for example, lays out a pretty traditional stack with locals & links. IAR and ICC both use separate data and call/return stacks. I bet the native GCC debugger (GDB) does an excellent stack trace... of

Thread view Attachments: 0

Compilers (was: Debugging ATMega16)

2005-04-15 by Chuck Hackett

Well, I discovered part of my problem. The program I'm working with was originally written for the ImageCraft C compiler and I'm using WinAVR(gcc). I tried to convert everything as well as I could but apparently something I don't understand is going on because I downloaded the tr

Thread view Attachments: 0

RE: [AVR-Chat] Debugging ATMega16

2005-04-15 by Chuck Hackett

> From: Ivan Vernot > > > .... > > 1) Is there a way to display the current call-chain (i.e.: stack trace) > Not with the JTAGICE (you need the ICE50 for that - but there have been > people in this group saying they the ICE50 is very unstable/buggy) Strange, I thought stack trace

Thread view Attachments: 0

Re: [AVR-Chat] Debugging ATMega16

2005-04-15 by John Samperi

At 09:43 AM 15/04/2005, you wrote: >Arghh, I am lost without the spell checker!! >What I do, is write a sentinel (was sentile) byte at the end of memory Well....I knew what you meant 8-) but then again I'm the world's pest smeller. After having used Eudora for about 10 years, I f

Thread view Attachments: 0

Re: [AVR-Chat] Sniffer

2005-04-15 by Reza

see: www.ethereal.com or google for ethereal. it's free, great and powerfull! __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/

Thread view Attachments: 0

Re: [AVR-Chat] What happens to timer counter after output compare?

2005-04-15 by David Kelly

On Fri, Apr 15, 2005 at 11:27:05AM -0000, arhodes19044 wrote: > > I am setting up a timer. I am trying to measure milliseconds. I have > set the output compare on timer 1 (prescale of 1) to 16000. > > I get the interrupt triggered, and I am able to increment the > millisecond cou

Thread view Attachments: 0

Re: [AVR-Chat] NEWBIE RESOURCES (subject inserted by mods)

2005-04-15 by Jim Wagner

Also try: http://www.avrbeginners.net Jim On Fri, 15 Apr 2005 17:35:12 +0800 "Farzlina Ab.Hadi" wrote: > try this one======> http://www.avrfreaks.net/ > > -------Original Message------- > > From: N E O > Date: 04/15/05 17:31:07 > To: AVR-Chat@yahoogroups.com > Subject: [AVR-Chat]

Thread view Attachments: 0

Re: [AVR-Chat] What happens to timer counter after output compare?

2005-04-15 by Mark Jordan

On 15 Apr 2005 at 11:27, arhodes19044 wrote: > I get the interrupt triggered, and I am able to increment the > millisecond counter. Does the timer's counter get reset to zero > automatically and immediately? The timer resets IF it is in CTC mode. > Do I write zero to the counter?

Thread view Attachments: 0

RE: [AVR-Chat] NEWBIE RESOURCES (subject inserted by mods)

2005-04-15 by Arif YILMAZ

Try this link ] www.avrfreaks.net -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of N E O Sent: Thursday, April 14, 2005 11:24 PM To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] NEWBIE RESOURCES (subject inserted by mods) wa

Thread view Attachments: 0

Re: [AVR-Chat] NEWBIE RESOURCES (subject inserted by mods)

2005-04-15 by Farzlina Ab.Hadi

try this one======> http://www.avrfreaks.net/ -------Original Message------- From: N E O Date: 04/15/05 17:31:07 To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] NEWBIE RESOURCES (subject inserted by mods) wats the best resource material online or otherwise for beginners with mic

Thread view Attachments: 0

What happens to timer counter after output compare?

2005-04-15 by arhodes19044

I am setting up a timer. I am trying to measure milliseconds. I have set the output compare on timer 1 (prescale of 1) to 16000. I get the interrupt triggered, and I am able to increment the millisecond counter. Does the timer's counter get reset to zero automatically and immedia

Thread view Attachments: 0

Re: [AVR-Chat] Debugging ATMega16

2005-04-14 by Ivan Vernot

Arghh, I am lost without the spell checker!! (sorry) Why is it that OE does not automatically spell check some emails (I have is set to spell check before sending but clearly the previous email did not get checked. FWIW - Corrections are below. I ----- Original Message ----- From

Thread view Attachments: 0

Re: [AVR-Chat] Debugging ATMega16

2005-04-14 by Ivan Vernot

----- Original Message ----- From: "Chuck Hackett" egroupscdh@WhiteTrout.net > To: AVR-Chat@yahoogroups.com > Sent: Friday, April 15, 2005 6:15 AM Subject: [AVR-Chat] Debugging ATMega16 > > I'm debugging a program that I did not create. I'm using AVRStudio. General > questions: >

Thread view Attachments: 0

RE: [AVR-Chat] Sniffer

2005-04-14 by Chuck Hackett

Thanks to those who replied to my request for Sniffer info. I'm currently checking out the ones recommended. Cheers, Chuck Hackett "Good judgment comes from experience, experience comes from bad judgment" 7.5" gauge Union Pacific Northern (4-8-4) 844 http://www.whitetrout.net/Chu

Thread view Attachments: 0

RE: [AVR-Chat] Unable to view arguments in AVRStudio

2005-04-14 by Chuck Hackett

> From: wbounce [mailto:wbounce@safeplace.net] > > You are using dwarf2 and that is correct. What do you mean they do not > disaply correctly? Are you openning the .elf file. Are you setting the > correct chip and avr simulator? Are you adding a watch statement? What > do they lo

Thread view Attachments: 0

NEWBIE RESOURCES (subject inserted by mods)

2005-04-14 by N E O

wats the best resource material online or otherwise for beginners with microcontrolelrs..i hav started ths year with ATMEL micros and programming it with high level language _________________________________________________________________ FREE pop-up blocking with the new MSN To

Thread view Attachments: 0

RE: [AVR-Chat] Re: Unable to view arguments in AVRStudio

2005-04-14 by Chuck Hackett

> From: Graham Davies [mailto:YahooGroups@ecrostech.com] > > .... I'm not sure what > to suggest, except to agree that you might provide more information > about what you're seeing. I think my problem in viewing arguments was possibly due to AVRStudio having been up for a long ti

Thread view Attachments: 0

Debugging ATMega16

2005-04-14 by Chuck Hackett

I'm debugging a program that I did not create. I'm using AVRStudio. General questions: 1) Is there a way to display the current call-chain (i.e.: stack trace) 2) What's the easiest way to determine if the stack is overwriting static data 3) AVRStudio is displaying things (watch w

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-14 by Stefan Wimmer

--- In AVR-Chat@yahoogroups.com, "arhodes19044" wrote: > I still suspect that make is confused by the fact that it does not > reside on the C drive, and it expects to be there in some basic way. Hi Tony, this is definitely not hte case. I have WinAVR sitting on drive D: ands ever

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem????

2005-04-14 by arhodes19044

--- In AVR-Chat@yahoogroups.com, Dave Hylands wrote: > > Try removing the make.exe and try this instead: > > f:\winavr\utils\bin\make > Dave Hylands > Vancouver, BC, Canada > http://www.DaveHylands.com/ I did this as you said. Here is the result. ---------------------------------

Thread view Attachments: 0

Re: [AVR-Chat] Re: Problem using MAKE - seems to be a path problem

2005-04-14 by David Kelly

On Apr 13, 2005, at 5:43 PM, Don Kinzer wrote: >> I still suspect that make is confused by the fact that it does not >> reside on the C drive, and it expects to be there in some basic way. > > I have WinAVR installed on a D: drive. That's also where my WinNT > directory is. Even

Thread view Attachments: 0

Re: [AVR-Chat] Digest Number 1003

2005-04-13 by Honea

Anyways.. yeah So Atmel supports , 8051,Arm, AVR.. I thought one was just fazing out the others.. I just cannot wait to be able to program the Sam7 with a simple At 05:50 PM 4/13/2005, Dave Hylands wrote: >Hi Ma, > >It wou. Indeed.

Thread view Attachments: 0

Re: [AVR-Chat] Digest Number 1003

2005-04-13 by Dave VanHorn

At 05:50 PM 4/13/2005, Dave Hylands wrote: >Hi Mark, > >It would be useful if you didn't include the entire digest in your reply. Indeed. Good form suggests only including enough of the original post, to make it clear what you are replying to.

Thread view Attachments: 0

Re: [AVR-Chat] Digest Number 1003

2005-04-13 by Dave Hylands

Hi Mark, It would be useful if you didn't include the entire digest in your reply. On 4/13/05, Mark Weston wrote: ...snip... -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/

Thread view Attachments: 0

Re: [AVR-Chat] Digest Number 1003

2005-04-13 by Mark Weston

Honea, you have things a bit backwards. Atmel hasn't gone from using someone else's core to developing their own. If you check out their product line, they still sell the 8051 line. http://www.atmel.com/products/8051/ True, 8051 has been around for a very long time, and so many p

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-13 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "arhodes19044" wrote: > I still suspect that make is confused by the fact that it does not > reside on the C drive, and it expects to be there in some basic way. I have WinAVR installed on a D: drive. That's also where my WinNT directory is. Even

Thread view Attachments: 0

Re: [AVR-Chat] Re: Problem using MAKE - seems to be a path problem

2005-04-13 by Jeffrey Engel

Tony, I also boot XP from a drive other than C: (E: in my case). I use WinAVR and make through Programmers Notepad everything seems to work well so far. HTH, Jeff Engel Arlington, TX --- arhodes19044 wrote: > > > Great idea. I did not think of that myself, but it > was suggested

Thread view Attachments: 0

Re: [AVR-Chat] Re: Problem using MAKE - seems to be a path problem

2005-04-13 by David Kelly

On Wed, Apr 13, 2005 at 05:33:20PM -0000, Stefan Wimmer wrote: > > > --- In AVR-Chat@yahoogroups.com, "arhodes19044" wrote: > > > > Here is the error report from make: > > > > ---------------------------------------- > > > "make.exe" all > > make.exe: *** No rule to make target `

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-13 by arhodes19044

I will try out your makefikle as soon as I get home. I will look at those suffix lines on my version of the makefile to see if I can tell why the path is an issue. The makefile must assume SOMETHING about SOMETHING so that the path to F: will not work, but C: will work. In what w

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-13 by arhodes19044

Great idea. I did not thnk of that myself, but it was suggested to me before. When I heard that suggestion I was POSITIVE that it was the problem. Unfortunately it is NOT the case. I scoured my computer for another make program. Did not find one. I was STILL so sure that I delete

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-13 by arhodes19044

I installed it with administrator rights. -Tony --- In AVR-Chat@yahoogroups.com, "Stefan Wimmer" wrote: > Hmmm, I had exactly the same problem lately. If only I would remember > what I did to fix it.... > > Did you install WinAVR as a user or with admin rights? > > Stefan

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-13 by Stefan Wimmer

--- In AVR-Chat@yahoogroups.com, "arhodes19044" wrote: > > Here is the error report from make: > > ---------------------------------------- > > "make.exe" all > make.exe: *** No rule to make target `all'. Stop. > > > Process Exit Code: 2 > ----------------------------------------

Thread view Attachments: 0

JTAG MK II and /RESET

2005-04-13 by alwelch93021

Having my JTAG work for hours and then refuse to go into debug I looked over all the signals and only thing I found suspect was the /reset line. Data sheet shows it should pull up to .85 X VCC and I run +5 VCC. My reset was showing a high level of around 3.2vdc with a 10k pull up

Thread view Attachments: 0

Re: [AVR-Chat] Jumpers !!

2005-04-13 by Dave VanHorn

At 11:16 PM 4/12/2005, Ahmad El-Saied wrote: >Hi All, > In some circuits, specially burners, i find >something called Jumper ... what is it's function ?? >-- & what is the ICSP too ?? > Thanks in Advance > Ahmad El-Saied A jumper is sort of like a switch, but on a semi-permanent

Thread view Attachments: 0

Re: [AVR-Chat] Re: Problem using MAKE - seems to be a path problem

2005-04-13 by Dave Hylands

Hi Tony, > My path is: > > %SYSTEMROOT%\system32;%SYSTEMROOT%;%SYSTEMROOT%\system32 > \WBEM;F:\winavr\bin;F:\winavr\utils\bin;C:\PROGRA~1\ATITEC~1 > \ATICON~1;C:\Program Files\ATI Technologies\ATI Control Panel It sounds like there's a make.exe that's in one of these directories:

Thread view Attachments: 0

Jumpers !!

2005-04-13 by Ahmad El-Saied

Hi All, In some circuits, specially burners, i find something called Jumper ... what is it's function ?? -- & what is the ICSP too ?? Thanks in Advance Ahmad El-Saied Send instant messages to your online friends http://uk.messenger.yahoo.com

Thread view Attachments: 0

Re: [AVR-Chat] Re: Problem using MAKE - seems to be a path problem

2005-04-13 by David Kelly

On Apr 12, 2005, at 10:05 PM, arhodes19044 wrote: > Here is the error report from make: > > ---------------------------------------- >> "make.exe" all > make.exe: *** No rule to make target `all'. Stop. > >> Process Exit Code: 2 > -------------------------------------------------

Thread view Attachments: 0

Re: [AVR-Chat] Strcmp() problem stepping through AVR Studio

2005-04-13 by Brian Dean

Woops - looks like I told you the order wrong for strcmp_P(), should be: strcmp_P(gcBuffer, PSTR("GPGLL")); Sorry about that. Also, I wasn't really suggusting this as a fix to the problem you are seeing, though there was an off chance that it could help if you were running out of

Thread view Attachments: 0

RE: [AVR-Chat] Strcmp() problem stepping through AVR Studio

2005-04-13 by wbounce

Thanks Brain for the suggestion. I did that and AVR Studio is still messed up. -----Original Message----- From: Brian Dean [mailto:bsd@bdmicro.com] Sent: Tuesday, April 12, 2005 1:18 AM To: AVR-Chat@yahoogroups.com Subject: Re: [AVR-Chat] Strcmp() problem stepping through AVR Stu

Thread view Attachments: 0

Re: Problem using MAKE - seems to be a path problem

2005-04-13 by arhodes19044

Here is the error report from make: ---------------------------------------- > "make.exe" all make.exe: *** No rule to make target `all'. Stop. > Process Exit Code: 2 --------------------------------------------------- My path is: %SYSTEMROOT%\system32;%SYSTEMROOT%;%SYSTEMROOT%\s

Thread view Attachments: 0

Re: [AVR-Chat] at89C4051

2005-04-13 by Zack Widup

That is an MCS-51 family chip. You'd need a programmer to program it. I think my Needhams EMP-30 will do it. But there are many programmers on the market. You might find one cheap on eBay. Zack Honea wrote: > Hello, This at89C4051 chip is before my time (in my AVR lifespan ;) ) >

Thread view Attachments: 0

Re: [AVR-Chat] help

2005-04-13 by Ralph Hilton

On Tue, 12 Apr 2005 23:43:42 +0100 (BST) you wrote: >can any one give me good links or documents for biometric security system like finger scanning system. > > > >Yahoo! India Matrimony: Find your life partneronline. Try google. www.google.com -- Ralph Hilton http://www.ralphhilt

Thread view Attachments: 0

help

2005-04-12 by rajesh parwani

can any one give me good links or documents for biometric security system like finger scanning system. Yahoo! India Matrimony : Find your life partner online .

Thread view Attachments: 0

Re: [AVR-Chat] at89C4051

2005-04-12 by Honea

Oh :/ So in the last couple of years AVR has moved from using other people's cores (and adding some features) to now AVR developing their own core + peripherals? thanks-Lee ----- Original Message ----- From: Dave Miller To: AVR-Chat@yahoogroups.com Sent: Tuesday, April 12, 2005 6

Thread view Attachments: 0

RE: [AVR-Chat] at89C4051

2005-04-12 by Dave Miller

Hello, The AT89 series is actually an MCS51 family (8051) core not an AVR core. This chip is NOT in circuit programmable and must be programmed using a parallel programmer such as this: www.needhams.com . It is a great chip that I still use today in a few projects. Thanks, Dave M

Thread view Attachments: 0

at89C4051

2005-04-12 by Honea

Hello, This at89C4051 chip is before my time (in my AVR lifespan ;) ) And I was wondering how you program it.. since it doesn't have jtag.. Here is the spec sheet: http://www.atmel.com/atmel/acrobat/doc1001.pdf So on the older chips, you have to have a programming board like the

Thread view Attachments: 0

Re: [AVR-Chat] Gcc code error question

2005-04-12 by Jesper Hansen

You have "if" with a capital "I" in the signal handler. Change to "if". /Jesper ----- Original Message ----- From: "arhodes19044" To: Sent: Tuesday, April 12, 2005 4:00 PM Subject: [AVR-Chat] Gcc code error question > > > I am trying out some GCC code. I started with the BDmicro

Thread view Attachments: 0

Re: Gcc code error question

2005-04-12 by arhodes19044

Ahhhhh, yes. Case sensitivity. I am out of the habit of seeing that. Stupid me!!!! Thanks so much! -Tony --- In AVR-Chat@yahoogroups.com, "Jesper Hansen" wrote: > You have "if" with a capital "I" in the signal handler. > Change to "if". > > /Jesper > > ----- Original Message ----

Thread view Attachments: 0

Re: [AVR-Chat] Re: Problem using MAKE - still no good

2005-04-12 by Dave Hylands

Hi Tony, > Any ideas why the path would not work right? What's the exact output when it fails? What path are you using? How are you setting the PATH? If you're using cmd.exe, you can click on the icon in the top left and choose properties, and then under options make sure QuickEd

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.