diff options
| author | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-11-06 14:21:16 +0000 |
|---|---|---|
| committer | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-11-06 14:21:16 +0000 |
| commit | 2ecdaa538fc7a9b9613b01357fbd2cdb293735a8 (patch) | |
| tree | 839cb5dc74c66273439472db988e338eadfe1f44 /bootloader/STM32L476VGTX_RAM.ld | |
| parent | 5fffef41b9d02f38d0a571be1d53c6c8581d306e (diff) | |
| download | plinky-2ecdaa538fc7a9b9613b01357fbd2cdb293735a8.tar.gz | |
fix the plinky bootloader to work on mac
Diffstat (limited to 'bootloader/STM32L476VGTX_RAM.ld')
| -rwxr-xr-x | bootloader/STM32L476VGTX_RAM.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/STM32L476VGTX_RAM.ld b/bootloader/STM32L476VGTX_RAM.ld index 6476844..1b7cd20 100755 --- a/bootloader/STM32L476VGTX_RAM.ld +++ b/bootloader/STM32L476VGTX_RAM.ld @@ -37,7 +37,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */ /* Memories definition */ MEMORY { - RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 96K + RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 32K FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K } |
