> On Feb 5, 2008 2:17 PM, Dennis Clark <dlc@frii.com> wrote: >> I gave up on Studio a while ago. I do my development on a Mac using >> Eclipse, avr-gcc and avrdude. I've not tried the debugging stuff yet - >> I >> tend to debug using printf... >> > > What's an Eclipse? Eclipse is a Java based open source IDE that can be configured for lots of environments. It is so flexible that it is almost impossible to use at times. :) There is a nice AVR plugin for it and avr-gcc that while it is a little rough around the edges, helped me over the hump of configuring it for avr-gcc and the AVR micros. > > Also, I agree on PrintF, but what about when you don't have a uart or > spare pins? > I have a little routine called "Pong" that I like, gives me a byte in > PWM on a pin, but it takes space and time to run. And winking LEDs, - I have a library of bit-banged async serial output routines too. I like your method as well. I live on the scope when dealing with code in tiny micros with no UART. I've never had a working debugger setup using AVR Studio, and while I have a JTAG MKII, I've never gotten it to work for me, so <shrug>. I'm glad I won it as a door prize at a seminar. DLC > > > Yahoo! Groups Links > > > > -- Dennis Clark TTT Enterprises
Message
Re: [AVR-Chat] New poll for AVR-Chat
2008-02-05 by Dennis Clark
Attachments
- No local attachments were found for this message.