Question
Enable DSI via ST32Cube on STM32F769I-DISCO
Posted on November 04, 2016 at 13:14
Hi.
I'm working with a STM32F769I-DISCO board. I've generated a project created with ST32Cube. I've selected LTDC -> ''RG888 (24 bits) DSI'' and I've enabled DMA2D. I'm comparing with the LCD_DSI example. I've seen that in the LCD_DSI example uses DSI, but in the code generated with Cube DSI is disabled (HAL_DSI_MODULE_ENABLED is not defined, even i've selected ''RG888 (24 bits) DSI''). Am I missing something? Must I select something else? #dsi #st32cubemx #stm32f769i-disco