Skip to content

Commit

Permalink
STM32F7: Enable QSPI workaround for STM32F769xx
Browse files Browse the repository at this point in the history
On the STM32769NI at least this patch is required for stable QSPI use.
Enable it uncondtionally in case other boards need it too.

Further discussions:

ARMmbed#10049
ARMmbed#15108

STMicroelectronics/STM32CubeF7#52
STMicroelectronics/STM32CubeF7#82
  • Loading branch information
Jookia committed May 8, 2023
1 parent 952c286 commit 30ef52b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10615,6 +10615,8 @@ typedef struct
/* QUADSPI */
/* */
/******************************************************************************/
/* QUADSPI IP version */
#define QSPI1_V1_0
/***************** Bit definition for QUADSPI_CR register *******************/
#define QUADSPI_CR_EN_Pos (0U)
#define QUADSPI_CR_EN_Msk (0x1UL << QUADSPI_CR_EN_Pos) /*!< 0x00000001 */
Expand Down

0 comments on commit 30ef52b

Please sign in to comment.