mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[docs] software: minor fixes
This commit is contained in:
parent
e277e82b7a
commit
00d248cb19
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ $ make USER_FLAGS+="-Wl,--defsym,__neorv32_rom_size=4096" clean_all exe
|
|||
----
|
||||
|
||||
[IMPORTANT]
|
||||
`__neorv32_rom_base` (= `ORIGIN` of the `ram` section) and `__neorv32_ram_base` (= `ORIGIN` of the `rom` section) have to
|
||||
`__neorv32_rom_base` (= `ORIGIN` of the `rom` section) and `__neorv32_ram_base` (= `ORIGIN` of the `ram` section) have to
|
||||
be sync to the actual memory layout configuration of the processor (see section <<_address_space>>).
|
||||
|
||||
[NOTE]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue