cancel
Showing results for 
Search instead for 
Did you mean: 

qspi issue with MT25QL

sravanemedge
Associate

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

QspiFlashMemoryDataWrite.pngQspiFlashMemoryErase.png

1 REPLY 1
KDJEM.1
ST Employee

Hello @sravanemedge and welcome to the community;

 

I recommend you to test an available example like as QSPI_MemoryMapped and use a logic analyzer or oscillator to verify data line activity.

 

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.