From cc8ff5512b6d02737ca13bab3e0431b9353ab7f6 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 15 Sep 2024 15:12:26 +0800 Subject: Readme. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 928e0b5..7b6bfbc 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ $ telnet localhost 4444 > at91sam3 gpnvm set 1 > at91sam3 gpnvm show -Compile and flash +Compile and flash: $ arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -T script.ld -nostartfiles -nostdlib -o a.elf main.c # openocd -f openocd-due.cfg -c "program a.elf verify reset exit" -- cgit v1.2.3