Skip to content

drivers: flash: stm32 qspi driver when Dual-Flash not supported #72375

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

Merged
merged 1 commit into from
May 16, 2024

Conversation

FRASTM
Copy link
Collaborator

@FRASTM FRASTM commented May 6, 2024

Some stm32 devices with quadspi (like stm32l47x or stm32l48x) does not support Dual-Flash Mode.
Avoid building error even if the &quadspi node has a property defined.

implicit declaration of function 'HAL_QSPI_SetFlashID' [-Wimplicit-function-declaration]
 1289 |         HAL_QSPI_SetFlashID(&dev_data->hqspi,

Fixes #68449

Some stm32 devices with quadspi (like stm32l47x or stm32l48x)
does not support Dual-Flash Mode. Avoid building error even if
the &quadspi node has a <flash-id>  property defined.

Signed-off-by: Francois Ramu <[email protected]>
@carlescufi carlescufi merged commit c8cd57f into zephyrproject-rtos:main May 16, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32: QSPI: Dual Flash mode not always supported
5 participants