How to enable QuadSPI on STM32MP131F?



There's a problem enabling QuadSPI in CubeIDE. After enabling QSPI and generating the code, compile errors occur.
Here are the issues I've identified:
- XSPI_HandleTypeDef is not defined.
- There's no define related to QSPI (or XSPI) Enable in the stm32mp13xx_hal_conf.h file.
- Declarations for HAL_XSPI_MspInit and HAL_XSPI_MspDeInit functions' code are missing in the stm32mp13xx_hal_msp.c file.
- HAL_XSPI_MODULE_ENABLED is not present in stm32mp13xx_hal_conf.h.
Thank you for your help.
