Skip to content

Commit 526028e

Browse files
committed
f0: ld file, 256 bytes is 0x100
1 parent 8d38a1e commit 526028e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/boards/f0_module/wideband_layout.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MEMORY
1717
flash6 (rx) : org = 0x00000000, len = 0
1818
flash7 (rx) : org = 0x00000000, len = 0
1919
ram_vectors (wx) : org = 0x20000000, len = 256
20-
ram0 (wx) : org = 0x20000200, len = 6k - 256
20+
ram0 (wx) : org = 0x20000100, len = 6k - 256
2121
ram1 (wx) : org = 0x00000000, len = 0
2222
ram2 (wx) : org = 0x00000000, len = 0
2323
ram3 (wx) : org = 0x00000000, len = 0

0 commit comments

Comments
 (0)