2005-10-05 by Geert De Pecker
Hello, I saw the post about the new avr studio release and, as it can be uised as IDE for winavr could not resist. Everything seems fine, but when, after compiling, I upload the code to the ATTiny26 on the STK500 with "Use current simulator flash memory", the upload takes a fract
Thread view
Attachments: 0
2005-10-05 by David Collier
I see from a note I read somewhere that CAN bus wants a nice round number for it's baud rate, and only allows 1.5% error... which means using a 12M or 16M XTAL and dividing down. Sadly I want to run on 3V3 and even 12MHz is outside the safe operating curve at this voltage. Can an
Thread view
Attachments: 0
2005-10-05 by David Collier
I want to put a row of 3 of these devices down... I assume I should put a XTAL on the first, and run the at others off it's CLKO signal... I need to program them all... I am told I can both program and debug on a JTAG chain... has anyone done it, and does it work? the 12V only ge
Thread view
Attachments: 0
2005-10-05 by David Collier
If I run this chip off a 32KHz XTAL.. does it multiply up internally, or does it actually RUN at 32KHz??? David
Thread view
Attachments: 0
2005-10-05 by Gus
I don't remember what company but they make 3.3V transceivers that fully comply! Good luck finding it :-) --- In AVR-Chat@yahoogroups.com, "David Collier" wrote: > A bit off-topic ... but > > can anyone tell me if it is possible to build a CAN device which > doesn't use a 5V rail
Thread view
Attachments: 0
2005-10-05 by David Collier
A bit off-topic ... but can anyone tell me if it is possible to build a CAN device which doesn't use a 5V rail? I can buy controllers that run off 3V3... do I HAVE to run the transceivers off 5V, or are there ones that also run off 3V3? Or can I rely on the can cabling to supply
Thread view
Attachments: 0
2005-10-04 by John Samperi
At 09:58 AM 4/10/2005, you wrote: >FYI I have been using the beta and this is *much* better than previous >releases. Has anyone used it with 'ye olde' ICE200 yet? I'm terrified of losing the functionality for it that 4.11 finally delivered. Regards John Samperi ******************
Thread view
Attachments: 0
2005-10-04 by thekenhunt
Can anyone help? I've an application which requires 132 ADC samples to be taken. Only 5- bit accuracy is needed but I would like to run the onboard convertor as fast as possible (ATMEGA32). The results need to be stored in memory for processing later. Only a single channel is req
Thread view
Attachments: 0
2005-10-04 by Venkat Nagappan
-> i require Boot loader program for AT90CAN128 IC in assembly language,,, ->> i mean self programming of IC thro usart0..... -
Thread view
Attachments: 0
2005-10-04 by Venkat Nagappan
Dear Friends, i require Boot loader program for AT90CAN128 IC in assembly language,,, i mean self programming of IC thro usart0..... do help me,,,
Thread view
Attachments: 0
2005-10-04 by Jim Wagner
Perhaps the original sender was wondering how to tell if the BLOCK of data is finished. If this is the case, you have to design a "protocol". It might be as simple as "A gap in the transmission lasting at least one character time denotes the end of the data." Otherwise, you might
Thread view
Attachments: 0
2005-10-04 by Mark Jordan
On 4 Oct 2005 at 6:36, aswinefy2003 wrote: > I am transmiting a series of 5 data through uart. > How can i Know that the completion of transmission of all the > data has finished . > sbis UCSRA, UDRE ; UART buffer empty? rjmp PC-1 sbi UCSRA, TXC ; Prepare TXC out UDR, data ; Send
Thread view
Attachments: 0
2005-10-04 by Larry Barello
TXC Please read about the three interrupt sources in the USART. They are clearly defined. RXC, UDRE and TXC. ----------- Larry Barello www.barello.net | -----Original Message----- | From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf | Of aswinefy2003 | Sen
Thread view
Attachments: 0
2005-10-04 by aswinefy2003
Hai all I am transmiting a series of 5 data through uart. How can i Know that the completion of transmission of all the data has finished .
Thread view
Attachments: 0
2005-10-04 by Don Kinzer
--- In AVR-Chat@yahoogroups.com, "Larry Barello" wrote: > FYI I have been using the beta and this is *much* better than > previous releases. I sure wish I could find a way to make it not always start maximized. It would be best if it would save the position and size upon exit and
Thread view
Attachments: 0
2005-10-04 by Ivan Vernot
Larry, thanks for the reply - my comments in line.. ----- Original Message ----- From: Larry Barello To: AVR-Chat@yahoogroups.com Sent: Tuesday, October 04, 2005 12:03 AM Subject: RE: [AVR-Chat] Problem Debugging App+Bootloader Using JTAGICE Yes, what you describe is what is happ
Thread view
Attachments: 0
2005-10-04 by Richard Austin
Many thanks for your replies Henry Carl Ott wrote: > Another resource: > (I'm not a mac user, but stumbled across this over on avrfreaks, and > remembered someone asking over here) > > http://ccrma.stanford.edu/~matt/avr-osx.htm > > may be of use > > -carl > > At 10:54 PM 10/2/20
Thread view
Attachments: 0
2005-10-03 by Larry Barello
FYI I have been using the beta and this is *much* better than previous releases. The docking system is super: all docked windows can auto-shrink to the side (top/bottom) with tabs - click on a tab and the window you want slides open: source, registers, i/o, etc. Really, really sl
Thread view
Attachments: 0
2005-10-03 by Henry Carl Ott
Another resource: (I'm not a mac user, but stumbled across this over on avrfreaks, and remembered someone asking over here) http://ccrma.stanford.edu/~matt/avr-osx.htm may be of use -carl At 10:54 PM 10/2/2005, you wrote: >You bet, > >AVR-GCC works just fine on the freeBSD system
Thread view
Attachments: 0
2005-10-03 by Jim Wagner
SPI programming of lots of chips on a single board would be a challenge because, somehow, you have select one out of many. The reset line functions as a sort of chip-select and implementing that, with some sort of logic on your panel seems like a looser. The company I used to wor
Thread view
Attachments: 0
2005-10-03 by Larry Barello
Yes, what you describe is what is happening. I don’t think there is any way to keep Astudio from erasing the boot block. Fortunately 0xFFFF appears to be a NOP so even though the reset vector is in the BL, the processor will eventually wrap and start executing the application cod
Thread view
Attachments: 0
2005-10-03 by Mark Weston
I use Bascom as well, mainly because I'm too lazy to write it in C, and because I find it easier, and it's great. I recognize the versatility of C and I'll get there eventually, but Bascom's excellent and quite powerful in the meantime. As to the user group here on Yahoo, it does
Thread view
Attachments: 0
2005-10-03 by Ivan Vernot
Hello All, Has anyone successfully been able to debug (ie set through code etc) an application when it has been jumped to forma boot loader? I have AVRstudio V4.11 SP3 using WInXP SP2 and ICCAVR V7 Compil er I have a working Bootloader (BL) that I can debug the BL using AVRSTUDIO
Thread view
Attachments: 0
2005-10-03 by Doug Locke
Always pleased to oblige, you are a judgemental jerk! Doug. -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com]On Behalf Of Thomas Keller Sent: 03 October 2005 05:57 To: AVR-Chat@yahoogroups.com Subject: Re: [AVR-Chat] Re: (OT) PICAXE snip-
Thread view
Attachments: 0
2005-10-03 by Thomas Keller
On Sun, 2005-10-02 at 11:03 -0600, Dennis Clark wrote: > > I have gone through the manual, and done exactly what it says to > do, and all I can get back freom the compiler is that perfectly normal > > operations, such as, for example, "a = b^3" are illegal, or that my > > variabl
Thread view
Attachments: 0
2005-10-03 by Kevin
You bet, AVR-GCC works just fine on the freeBSD system of Mac OS X. You can even use AVRDude as the programmer over a USB/serial port converter. DLC Richard Austin wrote: > As a very newbie, isthere any software for AVR's that allow development > on Macs? I've had a search of for
Thread view
Attachments: 0
2005-10-03 by Mike Perks
Larry Barello wrote: > Anyway, I still maintain that BASCOM is a great way to get started as > it is > entirely self contained, reasonably efficient and has lots of pre-built > hardware support libraries. As you mention I think there are a range of alternatives. Which alternative
Thread view
Attachments: 0
2005-10-03 by Richard Austin
As a very newbie, isthere any software for AVR's that allow development on Macs? I've had a search of forums, but have drawn a blank.
Thread view
Attachments: 0
2005-10-03 by Mark Jordan
There is another AVR list in Portuguese: Para visitar o site do seu grupo na web, acesse: http://br.groups.yahoo.com/group/avr-br/ I guess you should try asking there in Portuguese if you feel more confortable. On 3 Oct 2005 at 0:27, Nailson Roveta wrote: > Dear, > I need to use
Thread view
Attachments: 0
2005-10-02 by Nailson Roveta
Dear, I need to use an attiny15 in my project and I am not having success. I tried this simple program, the led doesn't turn offt. excuse for my English. thanks a lot Nailson $regfile = "at15def.dat" $crystal = 1000 Config Pinb.3 = Input Config Pinb.4 = Output Led Alias Portb.4 D
Thread view
Attachments: 0
2005-10-02 by Doug Locke
Just my penny worth in that I certainly found Bascom an excellent way to start with the AVR. The restrictions with regards to variables did seem odd at first, but a small price to pay for an easy intro. Regards. Doug Locke -----Original Message----- From: AVR-Chat@yahoogroups.com
Thread view
Attachments: 0
2005-10-02 by Larry Barello
I am surprised by the level of venom regarding the BASCOM support. The complaints sound oddly self-referential... I must admit, however, I rarely use the support forum since I found BASCOM so easy to use. The only time it got a little difficult was trying to write my own library
Thread view
Attachments: 0
2005-10-02 by Dennis Clark
Thomas, Thomas Keller wrote: > In reference to BASCAOM-AVR, > On Sat, 2005-10-01 at 22:01 -0600, Kevin wrote: > >>I, and many others here have written hundreds of programs. There is >>no "strange syntactical requirement" that I'm aware of. It works just >>like the manual shows, a
Thread view
Attachments: 0
2005-10-02 by James Hatley
Hello Ralph, I'm pretty much into C and assembly but done lots of other ones of a bygone era like Fortran Algol Basic and others but you mentioned Forth. In the last ATMEL journal #5 for Summer 2005 there was an article about qForth on page 46 to support their 4 bit family of MAR
Thread view
Attachments: 0
2005-10-02 by Thomas Keller
In reference to BASCAOM-AVR, On Sat, 2005-10-01 at 22:01 -0600, Kevin wrote: > I, and many others here have written hundreds of programs. There is > no "strange syntactical requirement" that I'm aware of. It works just > like the manual shows, and like you'd expect for a Basic la
Thread view
Attachments: 0
2005-10-02 by Thomas Keller
On Sun, 2005-10-02 at 03:04 +0200, Ralph Hilton wrote: > On Sat, 01 Oct 2005 19:40:38 -0500 you wrote: > >On Mon, 2005-09-19 at 20:07 -0700, Larry Barello wrote: > >> Given that this is an AVR forum, not a PIC one, let me plug a > product > >> that I have found very useful: BASCO
Thread view
Attachments: 0
2005-10-02 by jdelgadillo66
I live in Mexico and I dont Know why is less dear, but I want known if exist important diferences between atmega16 and atmega32(more memory of course), in datasheet I read atmega16 is like atmega32, Im right? --- In AVR-Chat@yahoogroups.com, Astria Nur Irfansyah wrote: > As long
Thread view
Attachments: 0
2005-10-02 by David Collier
I'm locking at building a design which would use an ATtiny25, and a couple of transistors on a tiny PCB. The chip is really cheap, but I don't want to spend double that on getting it programmed and tested. Naturally these would be built in a panel, maybe even 256-off on a single
Thread view
Attachments: 0
2005-10-02 by Kevin
I, and many others here have written hundreds of programs. There is no "strange syntactical requirement" that I'm aware of. It works just like the manual shows, and like you'd expect for a Basic language syntax. DLC Thomas Keller wrote: > On Mon, 2005-09-19 at 20:07 -0700, Larry
Thread view
Attachments: 0
2005-10-02 by Ralph Hilton
On Sat, 01 Oct 2005 19:40:38 -0500 you wrote: >On Mon, 2005-09-19 at 20:07 -0700, Larry Barello wrote: >> Given that this is an AVR forum, not a PIC one, let me plug a product >> that I have found very useful: BASCOM. A free 4k limit compiler is >> available and supports most AVR
Thread view
Attachments: 0
2005-10-02 by Thomas Keller
On Mon, 2005-09-19 at 20:07 -0700, Larry Barello wrote: > Given that this is an AVR forum, not a PIC one, let me plug a product > that I have found very useful: BASCOM. A free 4k limit compiler is > available and supports most AVR chips. The BASIC dialect is plenty > powerful, lo
Thread view
Attachments: 0
2005-10-01 by Astria Nur Irfansyah
As long as the ATmega32 is in a DIP package and its cheaper, just go for it. That's strange though, in indonesia ATmega32 is more expensive. What country do you live in? On 10/1/05, jdelgadillo66 wrote: > Hello, > > I want begin microntroller project that have more than 8k like a
Thread view
Attachments: 0
2005-10-01 by jdelgadillo66
Hello, I want begin microntroller project that have more than 8k like atmega8, in my country atmega32 is more cheap than atmega16, I reviewed the data sheet and saw that the atmega32 have more memory and one external interrupt than atmega16, so what are other important characteri
Thread view
Attachments: 0
2005-10-01 by David Kelly
On Sep 30, 2005, at 6:18 AM, Zack Widup wrote: > Using the A/D converters is very easy, even easier than in the > Microchip > PIC's. Did you read the full data sheet on the chip? Yeah, thats what I was saying about "steep learning curve." An A/D presents such a problem and on top
Thread view
Attachments: 0
2005-09-30 by Jim Wagner
It depends on what the modem is "talking to". If it is a conventional modem, then there may be a series of handshake steps to establish the correct baud rate. There is more to the modem protocol than just the bit decoding - the arbitration, as it is called, is also a big part. Yo
Thread view
Attachments: 0
2005-09-30 by Mark Jordan
On 29 Sep 2005 at 22:21, David Kelly wrote: > > Only way I can think to do what you ask is to wire another output > port pin to your INT0 input. > He could "rcall" the INT0 routine... Mark Jordan
Thread view
Attachments: 0
2005-09-30 by Zack Widup
On Thu, 29 Sep 2005, pinky elodia wrote: > thanks....for your concern... > actually where can i get information about this..maybe about your project.... > now, i,m thinking to make to kind of sensor ( light and temperature) and control by one uC,ATmega128...is it possible?? For A
Thread view
Attachments: 0
2005-09-30 by Ralph Hilton
On Thu, 29 Sep 2005 22:17:01 -0500 you wrote: > >On Sep 29, 2005, at 9:17 PM, pinky elodia wrote: > >> thanks....for your concern... >> actually where can i get information about this..maybe about your >> project.... >> now, i,m thinking to make to kind of sensor ( light and >> t
Thread view
Attachments: 0
2005-09-30 by David Kelly
On Sep 29, 2005, at 8:13 PM, Farzlina Ab.Hadi wrote: > hi everyone! > > i am doing a modem communication for a telephony design. we decided > to use the v.22bis protocol for modem comm. on my observation, when > working at 2400b/s, after handshake , there will be stream of > garb
Thread view
Attachments: 0
2005-09-30 by David Kelly
On Sep 29, 2005, at 9:29 PM, Aaron wrote: > On a mega48, I am trying to generate a external interrupt in the > software by writing: > sbi EIFR, INTF0 ; simulate a step in test mode by setting INT0 > flag (step input) > > But this doesn't seem to work -- neither in the simulator n
Thread view
Attachments: 0