cancel
Showing results for 
Search instead for 
Did you mean: 

Is there CubeMX support for the LCD of 746 Discovery?

LMI2
Lead
Posted on May 16, 2017 at 19:18

There is no actual output functions for STM32F746 Discovery LCD. I was searching for a way to print some text the screen and may be display an image. But I can't see such things in Cube output. I was looking for a function like:

HAL_StatusTypeDef HAL_LCD_IMG(LCD_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)

There is an example, but it is of little use. It shows configuring the LCD peripheral, and I want to show some text.

2 REPLIES 2
john doe
Lead
Posted on May 16, 2017 at 19:48

look at the code in STM32Cube_FW_F7_V1.7.0/Drivers/BSP/STM32746G-Discovery/

and the example software in STM32Cube_FW_F7_V1.7.0/Projects/STM32746G-Discovery/

LMI2
Lead
Posted on May 17, 2017 at 16:30

Yes. I went through the Cube FW folders and found also this the Templates folder. It at least looks good. There are functions  for the basic things Cube has. STM32Cube\Repository\STM32Cube_FW_F7_V1.7.0\Projects\STM32746G-Discovery\Templates.

And now today, when I tried to compile it, it gave me an error. Keil and Cube are having a bad day. I'll have to work on this next week.