From 91fa52da4806d111ea222eaa2f710b33ff71df74 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 20 Jul 2009 17:32:22 +0200 Subject: Turn miniblink in the smallest-possible example using the library. --- examples/miniblink/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/miniblink/README') diff --git a/examples/miniblink/README b/examples/miniblink/README index edcd536..a481157 100644 --- a/examples/miniblink/README +++ b/examples/miniblink/README @@ -2,7 +2,7 @@ README ------------------------------------------------------------------------------ -This is a small example program using libopenstm32. +This is the smallest-possible example program using libopenstm32. It's intended for the ST STM32-based Olimex STM32-H103 eval board (see http://olimex.com/dev/stm32-h103.html for details). It should blink @@ -43,5 +43,6 @@ Or you can do the same manually via: > flash write_image erase miniblink.bin 0x08000000 > resume 0x08000000 -Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using. +Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or +replace "olimex_stm32_h103.cfg" with your respective board config file. -- cgit v1.2.3