hal_stm32 icon indicating copy to clipboard operation
hal_stm32 copied to clipboard

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

Open FRASTM opened this issue 1 year ago • 1 comments

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

FRASTM avatar Aug 07 '23 13:08 FRASTM

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 avatar Sep 01 '23 09:09 FRASTM