Skip to content
Discussion options

You must be logged in to vote

For the heap start, see https://docs.rs/cortex-m-rt/latest/cortex_m_rt/fn.heap_start.html.

For _stack_end, you can either ignore the advice and just refer to them anyway (but note they may change between cortex-m-rt revisions, so you should pin your version of cortex-m-rt); or you can just copy-and-paste our linker script into your project and make changes to export any symbols you require.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@itsLydt
Comment options

@jonathanpallant
Comment options

Answer selected by itsLydt
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