Question
STM32F4 Discovery FSMC not working in 8bit mode
Posted on July 15, 2013 at 21:40
Hello I am working on a project that uses FSMC .Everything is fine when I use 16bit mode but in every write i need to shift the data <<8 to bring it on to the D8-D15 lines . I cant use DMA like this . so i need a way to write the data in 8bits. my LCD is 8 bits.
FSMC_MemoryDataWidth=FSMC_MemoryDataWidth_16b;
changed to
FSMC_MemoryDataWidth=FSMC_MemoryDataWidth_8b; but no sucess.
i have checked the hardware connections it seems all right.
Thanks for any help.
#fsmc-in-8-bit-not-working