Question
qspi issue with MT25QL
tested an MT25QL NOR flash using STM32CubeProgrammer and an external loader.
- On the STM32 eval board (same MCU + same flash), read/write/erase works perfectly.
- On my custom board (same schematic and connections verified), I see an issue:
Only alternate bytes are written/read correctly
The missing bytes always read as 0x99
Example:
Writing a string → only every alternate byte is valid, others = 0x99


