Skip to content

Commit 5f1a825

Browse files
committed
add __StackStart for cm_trace.
1 parent 250c4d9 commit 5f1a825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/wio_terminal/linker_scripts/gcc/flash_with_bootloader.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ SECTIONS
200200
* used for linker to calculate size of stack sections, and assign
201201
* values to stack symbols later */
202202
.stack_dummy (COPY):
203-
{
203+
{ __StackStart = .;
204204
*(.stack*)
205205
} > RAM
206206

0 commit comments

Comments
 (0)