Question
Preventing SRAM2 erase during __HAL_RCC_BACKUPRESET_FORCE
Hello,
I am trying to find the most elegant way to prevent SRAM2 (and any other memory) from being wiped when moving to LSE as a clock source by calling HAL_RCCEx_PeriphCLKConfig due to its call to __HAL_RCC_BACKUPRESET_FORCE.
I am using an u5* Series MCU and I looked through the manuals but could not find a definite way of simply preventing this wiping of data.
Best regards,
Kai S
