mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
SPRACINGF3 - Fix linker script memory address.
This commit is contained in:
parent
793f83c438
commit
74e274c0a2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
|
||||||
/* Specify the memory areas */
|
/* Specify the memory areas */
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH (rx) : ORIGIN = 0x04000000, LENGTH = 126K /* last 2kb used for config storage */
|
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 126K /* last 2kb used for config storage */
|
||||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 40K
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 40K
|
||||||
MEMORY_B1 (rx) : ORIGIN = 0x60000000, LENGTH = 0K
|
MEMORY_B1 (rx) : ORIGIN = 0x60000000, LENGTH = 0K
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue