retergty opened a new issue, #16366: URL: https://github.com/apache/nuttx/issues/16366
### Description / Steps to reproduce the issue Hi! In file nuttx/arch/arm/stm32h7/stm32qspi.c, the function qspi_memory_dma set not present bit flag QSPI_CR_DMAEN. ```CPP /* Enable the memory transfer */ regval = qspi_getreg(priv, STM32_QUADSPI_CR_OFFSET); regval |= QSPI_CR_DMAEN; qspi_putreg(priv, regval, STM32_QUADSPI_CR_OFFSET); ``` I read STM32H743 refence manual, the QUADSPI_CR doesn't have QSPI_CR_DMAEN bit. [STM32H743 refencen manual link](https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) in page 897. ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Ubuntu 22.04 ### NuttX Version master ### Issue Architecture [Arch: arm] ### Issue Area [Area: Drivers], [Area: Configuring] ### Host information _No response_ ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org