9.2.23 --msecondary-id
, --msecondary-id-location
--msecondary-id=
is used to assign a unique ID to a secondary executable. This can be used when there are multiple secondary applications in a single project and the main core may dynamically select which image is programmed. Giving these applications a unique ID will allow the IDE to select the correct image during debugging. By default the linker will allocate this location at the end of memory; using --msecondary-id-location=
allows selection of this location.