STM32H562 configuring SRAM13_RST does not work in CubeMX
Hi
We work on a project with a STM32H562. We use STM32CubeMX Version 6.14 with the Firmware Package V1.5.0 to generate a STM32CubeIDE project on Windows 11. I think I just found bug in the code generation of CubeMX.
I could reproduce the bug below in a new empty CubeMX Project.
In Flash setting its possible to change the Flash Option Bytes Settings for the SRAM erase upon system reset. For SRAM2_RST this works as expected, and the code is generated in MX_FLASH_Init().
But the option for SRAM13_RST does not work.

If enabled or disabled the following code with a comment about a missing parameter is generated.

