Skip to main content
Explorer
October 17, 2024
Solved

4 line Nor flash speed during memory map mode

  • October 17, 2024
  • 1 reply
  • 973 views

Hi 

I use STM32H743XI and W25Q256 for my design.

And I notice W25Q256 has two speed 133Mhz(W25Q256JV) and 104Mhz(W25Q256FV), currently I use W25Q256FV, since I only use this flash with memory map mode, is it necessary to replace with W25Q256JV? Will their performance vary greatly?

 

W25Q256FV:

ZhouJianQiang_0-1729136629793.png

W25Q256JV:

ZhouJianQiang_1-1729136668450.png

 

    This topic has been closed for replies.
    Best answer by jiangfan

    133Mhz(W25Q256JV) vs. 104Mhz(W25Q256FV), for STM32H743XI with memory map mode, performance increase for read may be 10% or less, I suppose.

    1 reply

    jiangfanAnswer
    ST Employee
    October 17, 2024

    133Mhz(W25Q256JV) vs. 104Mhz(W25Q256FV), for STM32H743XI with memory map mode, performance increase for read may be 10% or less, I suppose.

    Explorer
    October 17, 2024

    Hi @jiangfan :

    Thank you for your reply!