Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
STM32F407
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E7020E Embedded Systems
STM32F407
Commits
84eaea50
Commit
84eaea50
authored
9 years ago
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
Markdown formatting improvement
parent
868dc057
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
84eaea50
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment