Skip to content

Commit 7aeb032

Browse files
committed
update stack size to 1k
1 parent 1c3e297 commit 7aeb032

File tree

196 files changed

+392
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+392
-196
lines changed

linkscripts/STM32L412C8Tx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412C8Ux/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412CBTx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412CBUx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412K8Ix/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412K8Tx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412K8Ux/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412KBIx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412KBTx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

linkscripts/STM32L412KBUx/link.lds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MEMORY
99
RAM (rw) : ORIGIN = 0x20000000, LENGTH = 32k /* 32K sram */
1010
}
1111
ENTRY(Reset_Handler)
12-
_system_stack_size = 0x1000;
12+
_system_stack_size = 0x400;
13+
1314
SECTIONS
1415
{
1516
.text :

0 commit comments

Comments
 (0)