How can a custom boot mode be implemented using the ROM API?
A custom boot mode which is not supported upon POR can be implemented using the ROM API features available. The example project given here implements custom boot mode via ROM API to boot the application in flash in the octal-STR mode. So the first stage application(which is this custom boot project) will first boot in Single mode. This booted first stage application will then boot the actual application in octal-STR mode.
CustomBoot_OctalSTR.zip