We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8575b49 commit abfbcf1Copy full SHA for abfbcf1
1 file changed
ports/stm32/boards/OPENMV_N6/board.c
@@ -97,7 +97,7 @@ void board_enter_bootloader(unsigned int n_args, const void *args) {
97
NVIC_SystemReset();
98
}
99
100
-static char _boot_mem[128] __attribute__((aligned(1024)));
+static char _boot_mem[128] __attribute__((aligned(1024), section(".ram_function_data")));
101
102
__attribute__((naked, noreturn, section(".ram_function"))) void ram_reset(void) {
103
// NVIC_SystemReset doesn't get inlined here.
0 commit comments