Yahoo Groups archive

AVR-Chat

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

Messages

Browse messages

Page 196 of 307 · 15341 messages matched

Re: [AVR-Chat] What to do with pins not used?

2005-08-13 by Ralph Hilton

On Fri, 12 Aug 2005 15:14:33 -0600 you wrote: >Dennis Clark wrote: >> jdelgadillo66 wrote: >> >>>Im using Atmega8 in my projects, and I have a question about, what to >>>do with pins not used? in the case of AREF I read that I must conect to >>>Vcc by a resistor, but in the other

Thread view Attachments: 0

Re: [AVR-Chat] hex and intel hex

2005-08-13 by erikc

Anurag Chugh wrote: > hi all > i wanted to know if anyone had hand assembled a program some time in his life?... > i had this listing (op codes) like as follows: > C3 00 01 FF FF FF CD 50 01 C3 0A 01 FF FF FF FF > 4E C3 50 00 CD BF 00 D3 C1 CD BF 00 C3 06 00 FF > > i got it from

Thread view Attachments: 0

Re: [AVR-Chat] Which C compiler?

2005-08-12 by John Samperi

At 03:15 AM 13/08/2005, you wrote: >Can anyone on the list assist me in this? I have this marvelous CD >full of wonderful documentation in Thai (which is joyous to look at, so >cursive and festive), which is 100% useless to me. If you know C then a few lessons in Thai may just do

Thread view Attachments: 0

Re: [AVR-Chat] What to do with pins not used?

2005-08-12 by erikc

Dennis Clark wrote: > jdelgadillo66 wrote: > >>Im using Atmega8 in my projects, and I have a question about, what to >>do with pins not used? in the case of AREF I read that I must conect to >>Vcc by a resistor, but in the other pins dont know what to do. >> >> >>Thanks in advanc

Thread view Attachments: 0

Re: [AVR-Chat] ATMega Disassembler?

2005-08-12 by Mark Jordan

Thanks, it worked. Mark On 12 Aug 2005 at 12:45, Jeffrey Engel wrote: > --- Mark Jordan wrote: > > > > > Is there some free disassembler for the ATMEGA > > family? > > > > Thanks. > > Mark > > You can load the .hex file into AVR Studio and it will > display the disassembly. > > J

Thread view Attachments: 0

Re: [AVR-Chat] ATMega Disassembler?

2005-08-12 by David Kelly

On Fri, Aug 12, 2005 at 04:31:57PM -0300, Mark Jordan wrote: > > Is there some free disassembler for the ATMEGA family? > > Thanks. > Mark This thread was discussing selection of C compilers. Why did you reply to that thread and edit the subject? Why didn't you open a new message

Thread view Attachments: 0

Re: [AVR-Chat] Re: Which C compiler?

2005-08-12 by David Kelly

On Fri, Aug 12, 2005 at 06:22:39PM -0000, brewski922 wrote: > My favorite C compiler for Atmel AVRs is CodeVisionAVR. One of the > big things I like about CV is the CodeWizard. One of the things I DON'T like about any embedded development system is hidden magical wizards and libr

Thread view Attachments: 0

Re: [AVR-Chat] ATMega Disassembler?

2005-08-12 by Jeffrey Engel

--- Mark Jordan wrote: > > Is there some free disassembler for the ATMEGA > family? > > Thanks. > Mark You can load the .hex file into AVR Studio and it will display the disassembly. Jeff Engel Arlington, TX Happiness is - positive intake manifold pressure. ______________________

Thread view Attachments: 0

Re: [AVR-Chat] Which C compiler?

2005-08-12 by Thomas Keller

On Fri, 2005-08-12 at 10:16 -0500, David Kelly wrote: [ additional text removed for brevity] > avr-gcc is very good. The WinAVR package makes it painless to get > running on Microsoft platforms (let me condition that with "as > painless > as it gets there.") I have a few complain

Thread view Attachments: 0

Re: Which C compiler?

2005-08-12 by brewski922

My favorite C compiler for Atmel AVRs is CodeVisionAVR. One of the big things I like about CV is the CodeWizard. You can DL and checkout the evaluation version at http://www.hpinfotech.ro/html/download.htm To me the big draw to WinAVR is that it is free. The time spent using it i

Thread view Attachments: 0

hex and intel hex

2005-08-12 by Anurag Chugh

hi all i wanted to know if anyone had hand assembled a program some time in his life?... i had this listing (op codes) like as follows: C3 00 01 FF FF FF CD 50 01 C3 0A 01 FF FF FF FF 4E C3 50 00 CD BF 00 D3 C1 CD BF 00 C3 06 00 FF i got it from like an article in some very old m

Thread view Attachments: 0

Re: [AVR-Chat] Which C compiler?

2005-08-12 by David Kelly

On Fri, Aug 12, 2005 at 02:53:52PM -0000, klassasin wrote: > Right now, I'm using AVR Studio 4 (assembly) to program my AVRs. I > know C/C++, so I think I might try some C coding for AVRs. It looks > relatively easy, and it seems more and more people are using it. > Which C compi

Thread view Attachments: 0

Re: [AVR-Chat] Which C compiler?

2005-08-12 by david.pallant@prometheanworld.com

A vote here for Imagecraft http://www.imagecraft.com/software/. Very cheap and reliable C compiler. They also have a great email group where the compiler writer is a regular reader and contributor so they are very responsive. Dave Pallant AVR-Chat@yahoogroups.com wrote on 12/08/2

Thread view Attachments: 0

Which C compiler?

2005-08-12 by klassasin

Right now, I'm using AVR Studio 4 (assembly) to program my AVRs. I know C/C++, so I think I might try some C coding for AVRs. It looks relatively easy, and it seems more and more people are using it. Which C compiler (cheap/free) would you all recommend?

Thread view Attachments: 0

Re: [AVR-Chat] AVR + Nordic

2005-08-12 by david.pallant@prometheanworld.com

> > Hi all, > > I found an example using the Nordic nRF2402 however is there some other > company that makes the same tranceiver in a diffrent package? > > Thanks in advance, > > Javier > Hi Javier, The 2402 is only a transmitter, the 2401 is a transciever. Most of the 2.4GHz tra

Thread view Attachments: 0

AVR + Nordic

2005-08-12 by JChavez@soboce.com

Hi all, I found an example using the Nordic nRF2402 however is there some other company that makes the same tranceiver in a diffrent package? Thanks in advance, Javier

Thread view Attachments: 0

Re: [AVR-Chat] What to do with pins not used?

2005-08-12 by Dennis Clark

jdelgadillo66 wrote: > Im using Atmega8 in my projects, and I have a question about, what to > do with pins not used? in the case of AREF I read that I must conect to > Vcc by a resistor, but in the other pins dont know what to do. > > > Thanks in advance. > This simplest thing t

Thread view Attachments: 0

Solved the Butterfly Verification error

2005-08-11 by Bill H

I was able to fix my butterfly then replicate the problem. Gents, if your butterfly gives you the verification error and wont program via the bootloader, it is because your butterfly was shipped with locks on the application section of the flashrom. I had to hook my butterfly up

Thread view Attachments: 0

What to do with pins not used?

2005-08-10 by jdelgadillo66

Im using Atmega8 in my projects, and I have a question about, what to do with pins not used? in the case of AREF I read that I must conect to Vcc by a resistor, but in the other pins dont know what to do. Thanks in advance.

Thread view Attachments: 0

Re: [AVR-Chat] Question regarding interrupt routine in AT90CAN128

2005-08-10 by Venkat Nagappan

its with avr studio assembly language programming xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Thomas Keller wrote: > On Tue, 2005-08-09 at 09:56 -0400, wbounce wrote: > > Sounds like you need the volatile modifier in front of you variable > > declaration > > Ie > > vola

Thread view Attachments: 0

Re: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by Bruce Parham

Peter Gargano wrote: > I have a lot of Mega-16 chips in TQFP 44 pin package that I want to > program (before soldering them into a board). > > The programmer is not a problem (STK500 or AVRISP), but what do I use > to physically connect to the chip for programming? I guess I'm af

Thread view Attachments: 0

Re: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by William LAI

I'm using an adaptor to program the chip before soldering. A similar one is Xeltek A011 which is selling at Digikey at $225. I may help you to source a cheaper one if you need. William Lai MCU ProShop http://www.mcuproshop.com --- Peter Gargano wrote: > Peter Gargano wrote: > > I

Thread view Attachments: 0

Re: [AVR-Chat] Question regarding interrupt routine in AT90CAN128

2005-08-10 by Brian Dean

On Tue, Aug 09, 2005 at 11:11:39AM -0500, Thomas Keller wrote: > Or simply declare the variable as a global identifier. Globally > declared variables are visible in all modules/files. That would be insufficient. The 'volatile' attribute lets the compiler know that the variable co

Thread view Attachments: 0

Re: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by Peter Gargano

Peter Gargano wrote: > I have a lot of Mega-16 chips in TQFP 44 pin package that I want to > program (before soldering them into a board). A lot is 100 or more > The programmer is not a problem (STK500 or AVRISP), but what do I use > to physically connect to the chip for programm

Thread view Attachments: 0

RE: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by Henry Carl Ott

At 11:00 PM 8/9/2005, you wrote: >The STK501 top module has a 64 pin socket not a 44 pin. >Owen. > > > Not sure how many is a lot, but..... > If you already have a stk500 perhaps a stk501? Argh, my bad, Thought the OP was asking about m128s. Please disregard. Hmmm, but now that t

Thread view Attachments: 0

Re: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by Kathy Quinlan

Peter Gargano wrote: > I have a lot of Mega-16 chips in TQFP 44 pin package that I want to > program (before soldering them into a board). > > The programmer is not a problem (STK500 or AVRISP), but what do I use > to physically connect to the chip for programming? I guess I'm af

Thread view Attachments: 0

RE: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by OWEN-A

The STK501 top module has a 64 pin socket not a 44 pin. Owen. Not sure how many is a lot, but..... If you already have a stk500 perhaps a stk501? Not the cheapest, but maybe the simplest. Then you also have the stk501 around for development. ISP can be handier if you have the roo

Thread view Attachments: 0

Re: [AVR-Chat] 44 (and 32 ) pin TQFP ZIF socket?

2005-08-10 by Henry Carl Ott

At 07:38 PM 8/9/2005, you wrote: >I have a lot of Mega-16 chips in TQFP 44 pin package that I want to >program (before soldering them into a board). > >The programmer is not a problem (STK500 or AVRISP), but what do I use >to physically connect to the chip for programming? I gues

Thread view Attachments: 0

44 (and 32 ) pin TQFP ZIF socket?

2005-08-09 by Peter Gargano

I have a lot of Mega-16 chips in TQFP 44 pin package that I want to program (before soldering them into a board). The programmer is not a problem (STK500 or AVRISP), but what do I use to physically connect to the chip for programming? I guess I'm after a TQFP ZIP socket. Peter te

Thread view Attachments: 0

RE: [AVR-Chat] Question regarding interrupt routine in AT90CAN128

2005-08-09 by Thomas Keller

On Tue, 2005-08-09 at 09:56 -0400, wbounce wrote: > Sounds like you need the volatile modifier in front of you variable > declaration > Ie > volatile uint8_t msCount; > This tells the compiler that is the variable is modified outside of > the interrupt routine. Or simply declare

Thread view Attachments: 0

RE: [AVR-Chat] help/reading I/0 pins

2005-08-09 by Thomas Keller

On Tue, 2005-08-09 at 10:07 -0400, wbounce wrote: > Read the data sheet for your part > But this is my understanding. > -----Original Message----- > Can any one give a sample code for > reading the value of a i/o PIN. Also tell > me role of pull up resistor in doiing so. \ As wbo

Thread view Attachments: 0

RE: [AVR-Chat] help/reading I/0 pins

2005-08-09 by wbounce

Read the data sheet for your part But this is my understanding. Working with port B Set port B to output and output a logical high to pin 0 DDRB = 0xFF; PORTB |= 1; Set port B pin 0 to input with pullup register on PORTB |= 1; DDRB = 0xFE; Set port B pin 0 to input with pullup re

Thread view Attachments: 0

RE: [AVR-Chat] Question regarding interrupt routine in AT90CAN128

2005-08-09 by wbounce

Sounds like you need the volatile modifier in front of you variable declaration Ie volatile uint8_t msCount; This tells the compiler that is the variable is modified outside of the interrupt routine. -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoo

Thread view Attachments: 0

help/reading I/0 pins

2005-08-09 by aswinefy2003

Hello Can any one give a sample code for reading the value of a i/o PIN. Also tell me role of pull up resistor in doiing so.

Thread view Attachments: 0

RE: [AVR-Chat] which microcontroller????me again...

2005-08-09 by pinky elodia

thanks.. to all idea... actually.. i know nothing about this.... so, i not really know the specification.... i hope i could get..microcontroller that easy to handle(understand)..and cheaper of course... i'm about to use with java and c compiler....to program this microcontroller

Thread view Attachments: 0

RE: [AVR-Chat] USB 2.0 hi-speed -> parallel interface

2005-08-08 by Paul Curtis

What about the FT2232 chip that has JTAG-like output? Not used it myself, but it looks sort of OK for what you're doing. However, 100MHz TCK is very optimistic for a software-only solution or even a hardware solution using the FT2232. You might want to look at the Cypress devices

Thread view Attachments: 0

USB 2.0 hi-speed -> parallel interface

2005-08-08 by Qboll

Hi All, I also found chips on the internet and played with the FTDI245 chips .( works perfect.) But the FTDI and Chip45 are USB2.0 full-speed devices .( max 12Mbps) I was looking at USB2.0 hi-speed devices. ( max 480Mbps) I need the speed to make a JTAG programmer/ Boundry scan c

Thread view Attachments: 0

Re: [AVR-Chat] which microcontroller????

2005-08-08 by Thomas Keller

On Sun, 2005-08-07 at 20:42 -0700, WASEEM SHAHZAD wrote: > ATmega8 will do the best. Why ur > teacher has asked u to do it with just atmel and not > PIC Microcontrollers. 1) Almost any ATMEGA chip would work, on the basis of the small amount of information available to us 2) I wo

Thread view Attachments: 0

Question regarding interrupt routine in AT90CAN128

2005-08-08 by Venkat Nagappan

Hi I have a question regarding interrupt routine in AT90CAN128 . When I try to increment the value of a register inside the interrupt routine , the register gives some random value . What should i do for this. Pls. help me. bye c.b.vijay

Thread view Attachments: 0

RE: [AVR-Chat] which microcontroller????

2005-08-08 by Alex Shepherd

> Normally i would buy the cheapest and most widely available > one first, just for experimenting. In my case, it's the > ATmega8515. But for sensors, i.e. using ADC, i would > recommend ATmega8535 for beginners. (The AT90s8515 and the > ATmega version has the same price in indon

Thread view Attachments: 0

Re: [AVR-Chat] which microcontroller????

2005-08-08 by Astria Nur Irfansyah

Normally i would buy the cheapest and most widely available one first, just for experimenting. In my case, it's the ATmega8515. But for sensors, i.e. using ADC, i would recommend ATmega8535 for beginners. (The AT90s8515 and the ATmega version has the same price in indonesia, so b

Thread view Attachments: 0

Re: [AVR-Chat] which microcontroller????

2005-08-08 by WASEEM SHAHZAD

--- sima_zafrani wrote: > hi...i'm seeking for a right atmel > microcontroller.... > actually i don't know much about this.... > i'm now on my degree project..something about sensor > microcontroller > (maybe based on heat detector)..and my supervisor > asked me to do using > atm

Thread view Attachments: 0

RE: [AVR-Chat] which microcontroller????

2005-08-08 by stevech

And if you want one with the east of self-programming via a download from the serial port rather than the in-circuit-programming cable. Not all AVRs can be serial-port programmed (aka bootloader) -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogrou

Thread view Attachments: 0

Re: [AVR-Chat] which microcontroller????

2005-08-07 by Zack Widup

On Sun, 7 Aug 2005, sima_zafrani wrote: > hi...i'm seeking for a right atmel microcontroller.... > actually i don't know much about this.... > i'm now on my degree project..something about sensor microcontroller > (maybe based on heat detector)..and my supervisor asked me to do u

Thread view Attachments: 0

RE: [AVR-Chat] new AVR IRC channel

2005-08-07 by Stuart Whelan

>ok, I put up #avrfreaks on Dalnet. If Thomas wants to manage it then I'll turn it over to him as it >was his suggestion in the first place. I have joined, and will lurk there while I am at work. I find both IRC and email a valuable tool. I find that an IRC conversation can somet

Thread view Attachments: 0

Re: [AVR-Chat] new AVR IRC channel

2005-08-07 by Ralph Hilton

On Sun, 07 Aug 2005 10:08:43 -0700 you wrote: >> It was just a thought. Apparently not very many people are >> interested. Sad. > >Don't debate it. Just do it. Asking people's opinions will only create >noise. > >If you really want to know if people want an IRC channel, make one,

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.