Skip to main content
virtualfight
Associate II
August 27, 2008
Question

FSMC NOR Timing computation

  • August 27, 2008
  • 1 reply
  • 592 views
Posted on August 27, 2008 at 10:15

FSMC NOR Timing computation

    This topic has been closed for replies.

    1 reply

    virtualfight
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 12:43

    Hello,

    in AN2784 the results of the timing computation for NOR Flash are:

    â—� Address setup time: 0x0

    â—� Address hold time: 0x0

    â—� Data setup time: 0x6

    But in the Examplecode of the FWLib (fsmc_nor.c) the values are:

    p.FSMC_AddressSetupTime = 0x05;

    p.FSMC_AddressHoldTime = 0x00;

    p.FSMC_DataSetupTime = 0x07;

    What are the correct values?

    [ This message was edited by: virtualfight on 27-08-2008 13:46 ]