We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi guys,
I'm looking at the startup.s code for an M0 and am wondering how I can configure the process stack for my C code to use.
To put this into context, I have a bootloader with the default setup using the main stack. How would I configure a separately compiled application to use the process stack? Is it just a case of switching to thread mode before branching to the application's startup code?
Many thanks