Revert "S6D1121 FSMC timing cleanup"

This reverts commit e46b6b6024.
ugfx_release_2.6
Joel Bodenmann 2012-10-23 18:05:34 +02:00
parent e46b6b6024
commit 216c5471ca
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ bool_t GDISP_LLD(init)(void) {
int FSMC_Bank = 0;
/* FSMC timing */
FSMC_Bank1->BTCR[FSMC_Bank+1] = FSMC_BTR1_ADDSET_1 | FSMC_BTR1_DATAST_1;
FSMC_Bank1->BTCR[FSMC_Bank+1] = (10) | (10 << 8) | (10 << 16);
/* Bank1 NOR/SRAM control register configuration */
FSMC_Bank1->BTCR[FSMC_Bank] = FSMC_BCR1_MWID_0 | FSMC_BCR1_WREN | FSMC_BCR1_MBKEN;