Query: Enabling clocks to RAM_D2 and RAM_D3 sections vis STM32CubeMX
Hi
Please help me with a way to enable clocks to RAM_D2 and RAM_D3 section via STM32CubeMX.
I am assuming somehow by default the clocks to RAM_D1 is enabled in code,
I do not find a call to RCC->AHB2ENR which is enabled (i.e., not commented out) in the code generated using STM32CubeMX.
My team mates are asking me not to modify code (like enabling macro DATA_IN_D2_SRAM or adding assembly code in Reset_Handler section) and rather use some setting with the STM32CubeMX to enable the clocks to RAM_D1, RAM_D2 and RAM_D3 sections.

Please share your inputs.
Thanks!
Rajeev
