We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d68668 commit 8d23dccCopy full SHA for 8d23dcc
variants/MKR_SHARKY/ldscript.ld
@@ -182,5 +182,5 @@ SECTIONS
182
.ARM.attributes 0 : { *(.ARM.attributes) }
183
MAPPING_TABLE (NOLOAD) : { *(MAPPING_TABLE) } >RAM_SHARED
184
MB_MEM1 (NOLOAD) : { *(MB_MEM1) } >RAM_SHARED
185
- MB_MEM2 : { *(MB_MEM2) } >RAM_SHARED
+ MB_MEM2 (NOLOAD) : { _sMB_MEM2 = . ; *(MB_MEM2) ; _eMB_MEM2 = . ; } >RAM_SHARED
186
}
variants/PNUCLEO_WB55RG/ldscript.ld
0 commit comments