|
|
@ -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 |
|
|
|