Differences between HAL_PWR_EnterSTOPMode and HAL_PWREx_EnterSTOPMode
There is hal_pwr.c module, and hal_pwr_ex.c ("Extended") modules
These seem to have equivalent functions, such as
HAL_PWR_EnterSTOPMode
HAL_PWREx_EnterSTOPMode
HAL_PWR_EnterSTANDBYMode
HAL_PWREx_EnterSTANDBYMode
What are the difference between these? Why some pwr functions are separated/duplicated to Extended module?
It seems that Extended module adds Domain information. Can you use non-extended version if you don't beed Domain control?
