Skip to content

Commit 3a7597d

Browse files
authored
Merge pull request #418 from adafruit/develop
increase SD ram for nrf52832
2 parents 2d8eb2b + 9bd542e commit 3a7597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/nRF5/linker/nrf52832_s132_v6.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MEMORY
1414
* - Concurrent connection peripheral + central + secure links
1515
* - Event Len, HVN queue, Write CMD queue
1616
*/
17-
RAM (rwx) : ORIGIN = 0x20003400, LENGTH = 0x20010000 - 0x20003400
17+
RAM (rwx) : ORIGIN = 0x20003600, LENGTH = 0x20010000 - 0x20003600
1818
}
1919

2020
SECTIONS

0 commit comments

Comments
 (0)