Hello, Can I use avrdude with Arduino Due (ARM Cortex M3 processor) to flash C programs?
I compiled the program using the following commands. I'm wondering how to get the program onto the board now. $ arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -o a.elf main.c $ arm-none-eabi-objcopy -O ihex -j .text -j .data a.elf a.hex Tried the following, but the parts are not recognized. $ avrdude -c arduino -p cortex-m3 -v -b 115200 -U flash:w:a.hex $ avrdude -c arduino -p atmel_sam3x8e -v -b 115200 -U flash:w:a.hex Please cc me in the reply. I'm not a member of the list. -- Sadeep Madurange PGP: 103BF9E3E750BF7E
