Skip to content

Commit 0a57d60

Browse files
committed
Extended fsmc example
1 parent dad68a5 commit 0a57d60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

firmware/fsmc_nand.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ static void nand_fsmc_init(chip_info_t *chip_info)
9999
* tWC = 25ns
100100
* tRC = 25ns
101101
* tREA = 20ns
102+
* =>
103+
* SET = 1
104+
* WAIT = 3
105+
* HOLD = 1
106+
* HIZ = 1
107+
* TCLR = 1
108+
* TAR = 1
102109
*/
103110

104111
timing_init.FSMC_SetupTime = chip_info->setup_time;

0 commit comments

Comments
 (0)