STM32H730ZB - OCTOSPI - cannot write DCR1 register
Hi,
On a custom board using STM32H730ZB, I try to use QUAD SPI flash memory.
Here is the CubeMX config :

In MX_OCTOSPI1_Init function, I break on HAL_SPI_INIT function
This function come from pack STM32H7 version 1.11.2
In line #415 of stm32h7xx_hal_ospi.c, the code should modify DCR1 register with this values :

You can see the DCR1value is 0x0
After executing the MODIFY_REG() macro, the DCR1 register remain at zero.

What can be the issue ?
I tried exactly same code with STM32H723 DK and register is update successfully.
