File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,9 +298,6 @@ On the Rust side, we zero the `.bss` section and initialize the `.data` section.
298
298
the symbols we created in the linker script from the Rust code. The * addresses* [ ^ 1 ] of these symbols are
299
299
the boundaries of the ` .bss ` and ` .data ` sections.
300
300
301
- [ ^ 1 ] : The fact that the addresses of the linker script symbols must be used here can be confusing and
302
- unintuitive. An elaborate explanation for this oddity can be found [ here] ( https://stackoverflow.com/a/40392131 ) .
303
-
304
301
The updated reset handler is shown below:
305
302
306
303
``` rust
@@ -342,3 +339,6 @@ undefined behavior!
342
339
> are interested in learning how this can be achieved check the [ ` cortex-m-rt ` ] crate.
343
340
344
341
[ `cortex-m-rt` ] : https://github.com/japaric/cortex-m-rt/tree/v0.5.1
342
+
343
+ [ ^ 1 ] : The fact that the addresses of the linker script symbols must be used here can be confusing and
344
+ unintuitive. An elaborate explanation for this oddity can be found [ here] ( https://stackoverflow.com/a/40392131 ) .
You can’t perform that action at this time.
0 commit comments