Skip to content

Commit 2f42664

Browse files
authoredJan 25, 2025
fix(h750): missing .iram code (#5838)
Co-authored-by: raphaelcoeffic <1050031+raphaelcoeffic@users.noreply.github.com>
1 parent 42a3f8e commit 2f42664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎radio/src/boards/generic_stm32/linker/stm32h750_sdram/extra_sections.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
} > DTCMRAM
1919

2020
/* Fast code */
21-
.iram (NOLOAD) :
21+
.iram :
2222
{
2323
. = ALIGN(4);
2424
_siram = .;

‎radio/src/boards/generic_stm32/linker/stm32h7rs_sdram/extra_sections.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
} > DTCMRAM
1919

2020
/* Fast code */
21-
.iram (NOLOAD) :
21+
.iram :
2222
{
2323
. = ALIGN(4);
2424
_siram = .;

0 commit comments

Comments
 (0)