Can't access STM32L552 after setting SRAM2-RST to 0
I've been trying to run the SBSFU example from STM32Cube_FW_L5_V1.2.0.The option bytes I set initially were:TZEN=1DBANK=1 (was already 1)SECWM1_PSTRT=0x0 and SECWM1_PEND=0x7fSECWM2_PSTRT=0x1 and SECWM2_PEND=0x0.That allowed me to load SBSFU bootloade...