cancel
Showing results for 
Search instead for 
Did you mean: 

stm32cube MX FOR STM32F429

zhangzhixing_9
Associate II
Posted on September 28, 2014 at 16:18

i use the cube to generate ltdc ip code of stm32f429,why i can't get

 the base  graphic function such as LCD_DrawLine ,LCD_DrawCircle etc?

must i write the function by myself or copy the functions from ''the stm32f429i_discovery_lcd.c''?
1 REPLY 1
Posted on October 07, 2014 at 18:34

Hi,

The STM32CubeMX tool does not generate any user board specifities drivers, already available under STM32CubeFW package BSP folder. You have to include the STM32F429 BSP LCD drivers manualy within your project. 

Regards,

Heisenberg.