Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32h7 missing register define #18

Open
dariis opened this issue Jan 24, 2025 · 1 comment
Open

stm32h7 missing register define #18

dariis opened this issue Jan 24, 2025 · 1 comment
Assignees
Labels
bug Something isn't working cmsis CMSIS-related issue or pull-request. internal bug tracker Issue confirmed and reported into a ticket in the internal bug tracking system. qspi Quadruple Serial Peripheral Interface

Comments

@dariis
Copy link

dariis commented Jan 24, 2025

Describe the set-up

  • STM32H747BI

Additional context

The free running clock bit is missing in the header file.

 #define QUADSPI_CCR_SIOO_Pos             (28U)
 #define QUADSPI_CCR_SIOO_Msk             (0x1UL << QUADSPI_CCR_SIOO_Pos)         /*!< 0x10000000 */
 #define QUADSPI_CCR_SIOO                 QUADSPI_CCR_SIOO_Msk                    /*!< SIOO: Send Instruction Only Once Mode */
+#define QUADSPI_CCR_FRCM_Pos             (29U)
+#define QUADSPI_CCR_FRCM_Msk             (0x1UL << QUADSPI_CCR_FRCM_Pos)         /*!< 0x20000000 */
+#define QUADSPI_CCR_FRCM                 QUADSPI_CCR_FRCM_Msk                    /* FRCM: Free-running clock mode */
 #define QUADSPI_CCR_DHHC_Pos             (30U)
 #define QUADSPI_CCR_DHHC_Msk             (0x1UL << QUADSPI_CCR_DHHC_Pos)         /*!< 0x40000000 */
 #define QUADSPI_CCR_DHHC                 QUADSPI_CCR_DHHC_Msk                    /*!< DHHC: DDR hold half cycle */
@ALABSTM ALABSTM added bug Something isn't working cmsis CMSIS-related issue or pull-request. qspi Quadruple Serial Peripheral Interface labels Jan 27, 2025
@KRASTM
Copy link
Contributor

KRASTM commented Jan 27, 2025

ST Internal Reference: 201437

@KRASTM KRASTM added the internal bug tracker Issue confirmed and reported into a ticket in the internal bug tracking system. label Jan 27, 2025
@KRASTM KRASTM moved this from To do to Analyzed in stm32cube-mcu-cmsis-dashboard Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cmsis CMSIS-related issue or pull-request. internal bug tracker Issue confirmed and reported into a ticket in the internal bug tracking system. qspi Quadruple Serial Peripheral Interface
Projects
Development

No branches or pull requests

3 participants