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

stm32 hal driver has a function to check the memorymapped mode of a NOR flash #178

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

FRASTM
Copy link
Collaborator

@FRASTM FRASTM commented Aug 7, 2023

Add a function to check if the Quad or Octo NOR flash is in memoryMapped mode to the series:
stm23U5x serie
stm32H7x serie
stm23L5x serie
stm23L4x serie

ahmadstm and others added 6 commits August 1, 2023 13:56
Add function to check NOR flash is Memory map mode(true) or not (false)

Signed-off-by: Ahmad EL JOUAID <[email protected]>
Add function to check NOR flash is Memory map mode(true) or not (false)

Signed-off-by: Francois Ramu <[email protected]>
Add function to check NOR flash is Memory map mode(true) or not (false)

Signed-off-by: Francois Ramu <[email protected]>
Add function to check NOR flash is Memory map mode(true) or not (false)

Signed-off-by: Francois Ramu <[email protected]>
Add function to check NOR flash is Memory map mode(true) or not (false)

Signed-off-by: Francois Ramu <[email protected]>
Add function to check NOR flash is Memory map mode(true) or not (false)

Signed-off-by: Francois Ramu <[email protected]>
FRASTM added a commit to FRASTM/zephyr that referenced this pull request Aug 7, 2023
FRASTM added a commit to FRASTM/zephyr that referenced this pull request Aug 11, 2023
FRASTM added a commit to FRASTM/zephyr that referenced this pull request Aug 11, 2023
@erwango erwango self-requested a review August 22, 2023 07:08
Copy link
Member

@erwango erwango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires buy-in and approval from Cube package FW team

@FRASTM
Copy link
Collaborator Author

FRASTM commented Sep 1, 2023

Requires buy-in and approval from Cube package FW team

There answer is they won't change anything in their legacy HAL drivers.
Then we can manage to make the function directly in the zephyr/flash/flash_stm32_ospi.c / flash_stm32_qspi.c with READ_BIT

@FRASTM FRASTM added the DNM label Sep 1, 2023
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.

3 participants