You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ features = ["stm32f407"] # replace the model of your microcontroller here
100
100
```
101
101
102
102
We also need to tell Rust how to link our executable and how to lay out the
103
-
result in memory. To accomplish all this, copy [.cargo/config](.cargo/config)
103
+
result in memory. To accomplish all this, copy [.cargo/config](.cargo/config.toml)
104
104
and [memory.x](memory.x) from the `stm32f4xx-hal` repository to your project and make sure the sizes match up with the datasheet. Also note that there might be different kinds of memory which are not equal; to be on the safe side only specify the size of the first block at the specified address.
0 commit comments