External SPI Flash using STM32h7b0 / ospi-nor-flash / mt25ql256 #70677
-
Hi, Not sure if I have a configuration issue or a bug. I have a working external QSpi flash other than erase. My custom board is based on STM32h7b0 and has a mt25ql256 connected in quad mode, I also have the ability to erase the flash externally (its connected through a SPI bus mux and shared with a FPGA). My dts looks like this:
For my test application I am using: My boot output looks like this:
So far so good! I test the read:
Blank - still good Test the write:
Great! but...
😢 - My erase didn't happen! Looking at the datasheet, I don't think this device has a Any advice / further debug pointers appreciated!!!! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello @timwoolliscroft-opteran can you try with PR #70434 |
Beta Was this translation helpful? Give feedback.
-
Sorry a bit more detail in the flash device data sheet - Even more lost now. |
Beta Was this translation helpful? Give feedback.
-
right, and when in octo mode, 0x21DE "octal sector erase" is selected |
Beta Was this translation helpful? Give feedback.
Hello @timwoolliscroft-opteran
can you try with PR #70434