Assuming:
- when board is armed nothing can be saved and a red cross is displayed.
- the arming state can be done only if Throttle is low (<0)
Three cases:
Board is powered and receiver is active
If you save the "AlwaysArmed" setting while your throttle (RcRadio) is above neutral (positive value), the setting is saved without a red cross because the Armed status still to "Disarmed".
Since the Throttle is above zero, board still disarmed and you can still save setting you want. If you move Throttle bellow neutral (<0), the Armed status go to "Armed"
If you save the "AlwaysArmed" setting while your Throttle is bellow neutral (negative value), the AlwaysArmed setting is saved and just after the board go instantly in "Armed" state and next the status go to OBJECTPERSISTENCE_OPERATION_ERROR: Red cross is displayed.
Board is powered with USB only, or RcInput is not configured
Board is in Failsafe state because Input is wrong (no input signal) and failsafe values are applied, where the default Throttle level is -1.
Board go instantly in "Armed" state and Red cross is displayed, same as above.
Hope this helps.