Skip to content

Commit

Permalink
fix: fix linker script for nRF52832
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Oct 26, 2024
1 parent 581fdd5 commit e023be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions memory.x
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ SECTIONS {
MEMORY
{
/* These values correspond to the nRF52832 with Softdevices S132 7.3.0 */
FLASH : ORIGIN = 0x26000, LENGTH = 0x80000 - 0x26000
RAM : ORIGIN = 0x20007af8, LENGTH = 0x20010000 - 0x20007af8
FLASH : ORIGIN = 0x26000, LENGTH = 360K
RAM : ORIGIN = 0x20007af8, LENGTH = 33K
}
{% elsif chip == "nrf52840_xxAA" -%}
{% elsif chip == "nrf52840_xxAA" -%34056}
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
Expand Down

0 comments on commit e023be7

Please sign in to comment.