purpose of RCC_RSR_RMVF
I read RCC RSR to determine the cause of reset. It is not clear to me the purpose of RMVF bit. I guess it resets the other flags but why would I want that ? I wonder if I am missing something.
I read RCC RSR to determine the cause of reset. It is not clear to me the purpose of RMVF bit. I guess it resets the other flags but why would I want that ? I wonder if I am missing something.
After a reset happens, the reset flag will be set and will keep set until we clear it using the RMVF bit. If we don't, we will not be able to detect the next reset coming from the same source (because the flag will keep set and we will never now if it is the first reset or an other one).
Best Regards.
STTwo-32
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.