Custom nRF52 device uses SPI interface for external flash, so in order to read/write to external flash would need a RAM loaded firmware to keep code in internal flash untouched. Is it possible to create something similar to this: https://github.com/ti-simplelink/flash-rover
For this would need to be able to execute application (non-soft device) in RAM.
Would simply changing flash memory ranges with RAM memory ranges work? And if so where should those changes be made?