We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706fc68 commit a863defCopy full SHA for a863def
portable/GCC/ARM_CM3/port.c
@@ -247,6 +247,7 @@ static void prvPortStartFirstTask( void )
247
" isb \n"
248
" svc 0 \n" /* System call to start first task. */
249
" nop \n"
250
+ " .ltorg \n" /* make sure the pool is placed here, so ldr doesn't generate a too long jump */
251
);
252
}
253
/*-----------------------------------------------------------*/
0 commit comments