Commit 4b9c82f
committed
pbio/platform/ev3/platform.ld: reserve more for stack
The start.S script is already reserving 2.8M for the stack via:
.set UND_STACK_SIZE, 0x50000
.set ABT_STACK_SIZE, 0x50000
.set FIQ_STACK_SIZE, 0xF0000
.set IRQ_STACK_SIZE, 0xF0000
.set SVC_STACK_SIZE, 0x50000
And expects a bit more for the main stack. 64K was not nearly enough
to cover this. 4M should be more than enough.1 parent 34da9e9 commit 4b9c82f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments