stm32cube MX FOR STM32F429
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-09-28 7:18 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-10-07 9:34 AM
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.