-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Labels
RegressionSomething, which was working, does not anymoreSomething, which was working, does not anymorebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
stm32h747i_disco // m7 reading the dual quad flash is not correct
west build p -b stm32h747i_disco//m7 samples/drivers/spi_flash
Regression
- This is a regression.
Steps to reproduce
release: Zephyr 4.2.0-rc3
Relevant log output
spi-nor-flash-1@0 SPI flash testing
==========================
Perform test on single sector
Test 1: Flash erase
Flash erase failed at offset 0xff000 got 0x88888888
Perform test on multiple consecutive sectors
Test 1: Flash erase
Flash erase failed at offset 0xff000 got 0x88888888
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
No response
Additional Context
Expected output (whater the CONFIG_STM32_MEMMAP is)
qspi-nor-flash-1@0 SPI flash testing
==========================
Perform test on single sector
Test 1: Flash erase
Flash erase succeeded!
Test 2: Flash write
Attempting to write 4 bytes
Data read matches data written. Good!!
Perform test on multiple consecutive sectors
Test 1: Flash erase
Flash erase succeeded!
Test 2: Flash write
Attempting to write 4 bytes at offset 0xff000
Data read matches data written. Good!!
Attempting to write 4 bytes at offset 0x100000
Data read matches data written. Good!!
Metadata
Metadata
Assignees
Labels
RegressionSomething, which was working, does not anymoreSomething, which was working, does not anymorebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: mediumMedium impact/importance bugMedium impact/importance bug