We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118ca37 commit 1dfe780Copy full SHA for 1dfe780
embed/firmware/memory_T.ld
@@ -66,7 +66,7 @@ SECTIONS {
66
.bss : ALIGN(4) {
67
*(.bss*);
68
. = ALIGN(4);
69
- } >SRAM
+ } >CCMRAM
70
71
.heap : ALIGN(4) {
72
. = 37K; /* this acts as a build time assertion that at least this much memory is available for heap use */
0 commit comments