RE: [personal] [avr-gcc-list] Learning about using SPI

2007-02-24 Thread Dave Harper
Take a look at www.avrfreaks.net - there is a lot of stuff in the forums as well as the academy (projects) section. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juergen Harms Sent: Saturday, February 24, 2007 1:58 PM To: avr-gcc-list@nongnu.org Su

[avr-gcc-list] Missing "call main()" in startup code

2011-11-15 Thread Dave Harper
Target MCU: XMega32A4 WinAVR: WinAVR-20100110 Studio: v4.18 Build 716 I recently completed initial debug of a bootloader for the above target device. The bootloader is fairly large and, to keep from overflowing the 4K bootloader flash area, I used the "-nostartfiles" linker flag to eliminate

Re: [avr-gcc-list] AVR Studio 4.19 does not work with AVR Toolchain 3.4.0 (informative)

2012-08-09 Thread Dave Harper
On 8/9/2012 8:32 AM, Erik Christiansen wrote: And since Georg-Johann appears to use Thunderbird, it's not unreasonable to suspect that something in Graham's post is triggering the spurious thread linking I use Thunderbird and it came in as an entirely new thread. Dave

Re: [avr-gcc-list] Living With Atmel Studio 6.0

2012-08-09 Thread Dave Harper
On 8/9/2012 9:42 AM, David Kelly wrote: I think its time to start a new thread leveraged off another: Good idea - the other thread was getting cluttered with posts that had nothing to do with the original topic. Forget the editor, just get the debugger right. I agree completely. So asking of

Re: [avr-gcc-list] Living With Atmel Studio 6.0

2012-08-09 Thread Dave Harper
On 8/9/2012 11:46 AM, Erik Christiansen wrote: On 09.08.12 10:54, Dave Harper wrote: It seems like throughout my career nothing has been more dynamic than the tools I've used. Virtually every time I start a project the first thing that needs to be done is to re-evaluate the current tool

Re: [avr-gcc-list] atm32u4df and avrdude

2019-09-18 Thread Dave Harper
I've used the Raspberry Pi with avrdude to program AVR parts before.  You can find a howto article at Adafruit.com - https://learn.adafruit.com/program-an-avr-or-arduino-using-raspberry-pi-gpio-pins/configuration. Dave On 09/18/2019 01:26 PM, Bruce Byfield wrote: I'm trying to write an artic