User Activity

Hi all, I am running into an issue related to writing backup registers on the STM32U535xx MCU. When I compile my code with -Oz, the write fails, whereas with -Os, it succeeds. The relevant C code is pretty straightforward:LL_PWR_EnableBkUpAccess();LL...
Kudos given to