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.
In the Keil, how to Set initial stack pointer (MSP) by changing linker script? Relevant example would help.
You have to edit the linker script and position STACK section to your desired address.
In the Options for Target / Linker uncheck Use Memory Layout from Target Dialog and click on Scatter File Edit button, and edit the linker script as you see fit.