Is there a development board that implements MIPI-DSI LCD?
I am trying to operate 480x272 RGB LCD, SDRAM(for graphic memory), flash memory(for log), BLDC motor, wifi, sound, freeRTOS. At first, it was implemented with STM32F767IIT (flash-2MB, ram-512KB). Since there are too many pins connected to SDRAM and LCD, PCB artwork was difficult and a lot of electromagnetic waves were emitted.
If the LCD interface is MIPI-DSI and drives only with SRAM without using SDRAM, the number of pins can be greatly saved. But I'm not sure if I can drive the LCD while running FreeRTOS with 512KB SRAM.
Is there a development board that implements MIPI-DSI LCD? Or is there a suitable solution?
