FSM_STATE_STARTING
if (ctl->curr_state != FSM_STATE_READY && ctl->curr_state != FSM_STATE_STARTING) {
ctl->curr_state = FSM_STATE_STARTING;