Skip to content

Commit 1dfe780

Browse files
Roman Zeyderomanz
Roman Zeyde
authored andcommitted
Try to move .bss to CCMRAM, to allow larger stack
1 parent 118ca37 commit 1dfe780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embed/firmware/memory_T.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ SECTIONS {
6666
.bss : ALIGN(4) {
6767
*(.bss*);
6868
. = ALIGN(4);
69-
} >SRAM
69+
} >CCMRAM
7070

7171
.heap : ALIGN(4) {
7272
. = 37K; /* this acts as a build time assertion that at least this much memory is available for heap use */

0 commit comments

Comments
 (0)