summaryrefslogtreecommitdiffstats
path: root/README.txt
blob: faa529119b503ce9b49af37cc8325694c360d9e7 (plain)
1
2
3
4
5
Compile and upload

$ arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -T script.ld -nostartfiles -nostdlib -o a.elf main.c
$ arm-none-eabi-objcopy -O ihex -j .text -j .data a.elf a.hex
$ avrdude -c arduino -p atmel_sam3x8e -v -b 115200 -U flash:w:a.hex