2026-02-06 5:33 AM
Hello Team,
I am currently working on QuadSPI with MDMA, but I am unable to locate the driver code for this functionality.
Could you please provide the required driver code?
For reference, I am working on the STM32MP133F series.
Regards,
Sreedhar Kaduru
2026-02-06 8:32 AM
Hi,
please see device tree bindings for Linux usage:
https://github.com/STMicroelectronics/linux/blob/v6.6-stm32mp/Documentation/devicetree/bindings/spi/st,stm32-qspi.yaml#L72
For bare-metal, please look for stm32mp13xx_hal_xspi.c
Regards