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 f973e34 commit 4eadd63Copy full SHA for 4eadd63
portable/GCC/ARM_CM4F/port.c
@@ -277,6 +277,7 @@ static void prvPortStartFirstTask( void )
277
" isb \n"
278
" svc 0 \n" /* System call to start first task. */
279
" nop \n"
280
+ " .ltorg \n" /* make sure the pool is placed here, so ldr doesn't generate a too long jump */
281
);
282
}
283
/*-----------------------------------------------------------*/
0 commit comments