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.
How can I make UV5 to automatic generate a its default scatter file?
Build the project?
Doesn't it typically auto generate a .SCT in the output directory when "Use Memory Layout from Target Dialog" is checked? You might want to copy that into the Project or MDK directory, and change path using the "Scatter File" buttons.
Indeed... many thanks
The "Use Memory Layout from Target Dialog" is a linker option.
In our case the project output is a library. The linker is never called to generate the SCT file. However we still require the SCT file later to create an executable based on the library. The executable is created using the ARM toolchain directly, not the Keil IDE.
Is there a Keil command line option to generate the SCT for a particular build target? Perhaps a separate utility?
Thanks
If you build your library as an executable, does that give you a Scatter file that you could work from ... ?