
Call function reset in faststandby's wake-up function will cause the variables assigned in this function to not take effect.
These variables are all defined in standbyram.
It seems that function reset in the faststandby wake-up function will restore the standbyram to the state before entering standby.
But this will not happen if you jump through bl reset_handler。
What is the problem?