I have some questions about FSM,when I enter fsm_init() to perform fsm_any_state_find(fsm_t * p_fsm) completely in mesh_lpn_init() during debug mode by "step into",the small yellow arrow will turn to the entry of function fsm_transition_perform_try(), that is where CPU is running. I try to continue performing as following, and I find it seems to run the aspects of provisioning in start(). It shoud run back mesh_lpn_init(void), shouldn't it?