Browse Source

Updated example README files.

pull/2/head
Piotr Esden-Tempski 15 years ago
parent
commit
6ca739296d
  1. 7
      examples/MB525/fancyblink/README
  2. 3
      examples/STM32-H103/fancyblink/README
  3. 3
      examples/STM32-H103/miniblink/README
  4. 3
      examples/STM32-H103/usart/README

7
examples/MB525/fancyblink/README

@ -4,7 +4,7 @@ README
This is a blink example program using libopenstm32.
It's intended for the ST STM32-based Olimex MB525 eval board (see
It's intended for the ST STM32-based MB525 eval board (see
http://www.st.com/stonline/products/literature/um/13472.htm for details). It
should blink the LED on the board.
@ -30,7 +30,7 @@ For a more verbose build you can use
Flashing
--------
You can flash the generated code on the STM32-H103 board using OpenOCD:
You can flash the generated code on the MB525 board using OpenOCD:
$ make flash
@ -38,9 +38,8 @@ Or you can do the same manually via:
$ openocd -f interface/jlink.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> init
> reset halt
> flash write_image erase fancyblink.bin 0x08000000
> flash write_image erase fancyblink.hex
> reset
Replace the "jlink.cfg" with whatever JTAG device you are using, and/or

3
examples/STM32-H103/fancyblink/README

@ -38,9 +38,8 @@ Or you can do the same manually via:
$ openocd -f interface/jtagkey-tiny.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> init
> reset halt
> flash write_image erase fancyblink.bin 0x08000000
> flash write_image erase fancyblink.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or

3
examples/STM32-H103/miniblink/README

@ -38,9 +38,8 @@ Or you can do the same manually via:
$ openocd -f interface/jtagkey-tiny.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> init
> reset halt
> flash write_image erase miniblink.bin 0x08000000
> flash write_image erase miniblink.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or

3
examples/STM32-H103/usart/README

@ -38,9 +38,8 @@ Or you can do the same manually via:
$ openocd -f interface/jtagkey-tiny.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> init
> reset halt
> flash write_image erase usart.bin 0x08000000
> flash write_image erase usart.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or

Loading…
Cancel
Save