cancel
Showing results for 
Search instead for 
Did you mean: 

FSMC NOR Timing computation

virtualfight
Associate II
Posted on August 27, 2008 at 10:15

FSMC NOR Timing computation

1 REPLY 1
virtualfight
Associate II
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 ]