2019-02-06 05:02 PM
2019-02-06 05:15 PM
Review SPI implementations provided in the BSP. See STM32Cube_FW_F4_V1.21.0\Drivers\BSP\STM32F4xx_Nucleo_144\stm32f4xx_nucleo_144.c
2019-02-07 08:04 AM
Clive Two.Zero thanks for the quick reply. I have already interfaced the spi HW to the LCD as described in the BSP. In order to use STemWin a device driver must be identified and connected to the STemWIn library. The device driver for the LCD controller I am using ILI9341 appears to only support 8 and 16 bit parallel HW. The alternative is to use a basic serial driver but I cannot locate the LCD_X_SERIAL.c file required. It may come with a full emWin distribution but I cannot find it in any of the ST files.
2019-02-07 03:03 PM
The real solution can be found here -