Skip to content

Main thread stack size #333

Closed Answered by multiplemonomials
putertubby asked this question in Q&A
Discussion options

You must be logged in to vote

Ah yes. Boot stack size refers to the stack size used for the first code that boots up. For mbed-baremetal, that's your application thread itself. For mbed-os, that will be the RTOS kernel. If you are using the RTOS, you should in fact be adjusting rtos.main-thread-stack-size, which defaults to 4096 bytes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by putertubby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants