Can STM32H563VIT6 LQFP100 package support parallel 8080 type LCD interface on FMC?
We would like to connect LCD panel with parallel 8080 type LCD interface.
The pin can be setup as follows.
LCD_CS --- FMC_NE1
LCD_RD --- FMC_NOE
LCD_RW --- FMC_NWE
LCD_ReadResistor -- FMC_A16
LCD_D[0:15] --- FMC_D[0:15]/AD[0:15]
If the FMC_A16 set for LCD register select, I think we don't need to use multiplexed mode.
Also Cube IDE seems have "LCD interface" as Memory Type on FMC configuration.
But, on the other hand, the note for FMC on the datasheet (17page DS14258 Rev5) say
"2. For the LQFP100 package, only FMC Bank1 is available. Bank1 can only support a multiplexed NOR/PSRAM memory using the NE1 chip select."
So, I'm confused for now.
Can we use 16-bit parallel LCD interface on FMC with STM32H563VIT6 LQFP100 package?
And, if we can use "LCD interface" memory type on FMC configuration, is there any specific care needed?
