STM32F746 discovery - examples
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-09 12:19 PM
Posted on August 09, 2016 at 21:19
Are there any examples for the LCD available?
Also are the examples stm32f746 examples with in the stm32cube firmware pacakge compatible with the STM32F746 discovery - the boards look a whole lot different.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-09 2:04 PM
Posted on August 09, 2016 at 23:04
Also are the examples stm32f746 examples with in the stm32cube firmware package compatible with the STM32F746 discovery - the boards look a whole lot different.
Not sure I understand the question, there are specific directories calling out the STM32F746G-DISCO as a target for the examples. Which boards look different? STM32Cube_FW_F7_V1.3.0\Projects\STM32746G-Discovery\Examples\DMA2D\DMA2D_MemToMemWithBlending STM32Cube_FW_F7_V1.3.0\Projects\STM32746G-Discovery\Demonstration\Core\Src\main.c
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-10 1:50 AM
Posted on August 10, 2016 at 10:50
Hi brow.dan,
I recommend you to download the last version of and you find the LTDC example you are seeking for at this path: stm32cubef7\STM32Cube_FW_F7_V1.4.0\Projects\STM32746G-Discovery\Examples\LTDC -Hannibal-