Skip to content
Snippets Groups Projects
Commit 84eaea50 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Markdown formatting improvement

parent 868dc057
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Install arm-none-eabi-* series of tools ...@@ -7,7 +7,7 @@ Install arm-none-eabi-* series of tools
<https://packages.debian.org/jessie/devel/gcc-arm-none-eabi> <https://packages.debian.org/jessie/devel/gcc-arm-none-eabi>
Install st-link ### Install st-link
[](https://github.com/texane/stlink) [](https://github.com/texane/stlink)
...@@ -24,7 +24,7 @@ Modify the Makefile and linker scripts to suit your requirements. ...@@ -24,7 +24,7 @@ Modify the Makefile and linker scripts to suit your requirements.
Possibly change the memory size in stm32_flash.ld, Possibly change the memory size in stm32_flash.ld,
included libraries in the Makefile. included libraries in the Makefile.
Connect your MCU and connect st-link. ### Connect your MCU and connect st-link.
Sometimes it will complain it cannot find/communicate with the chip, try erasing first: Sometimes it will complain it cannot find/communicate with the chip, try erasing first:
...@@ -39,7 +39,7 @@ a workaround is to enable very verbose logging functioning as a keep-alive. ...@@ -39,7 +39,7 @@ a workaround is to enable very verbose logging functioning as a keep-alive.
st-util -v99 st-util -v99
Launch your debugger with the compiled executable: ### Launch your debugger with the compiled executable:
arm-none-eabi-gdb stm32f4.elf arm-none-eabi-gdb stm32f4.elf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment