Skip to content

Commit

Permalink
adjusted RAM2 address
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancormack committed Jul 9, 2024
1 parent b5a5d30 commit 3ec1595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
RAM2 (xrw) : ORIGIN = 0x2001C000, LENGTH = 16K
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
}

Expand Down

0 comments on commit 3ec1595

Please sign in to comment.