The address isn't configurable, it's fixed for each FlexSPI instance.
If writing was going to be done with direct memory access (rather than FlexSPI IP commands like LittleFS currently does) the MPU region mode would probably have to be changed to cached write-through, so reads would still be cached but writes would be pushed as they happened rather than delayed.
If writing was going to be done with direct memory access (rather than FlexSPI IP commands like LittleFS currently does) the MPU region mode would probably have to be changed to cached write-through, so reads would still be cached but writes would be pushed as they happened rather than delayed.