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.
298298the symbols we created in the linker script from the Rust code. The * addresses* [ ^ 1 ] of these symbols are
299299the boundaries of the ` .bss ` and ` .data ` sections.
300300
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-
304301The updated reset handler is shown below:
305302
306303``` rust
@@ -342,3 +339,6 @@ undefined behavior!
342339> are interested in learning how this can be achieved check the [ ` cortex-m-rt ` ] crate.
343340
344341[ `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