Default S/W Listing for STM32F7508-DK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-17 8:24 AM
The S/W included in this Discovery Kit is nice as a demo, but as expected, I would like to tailor it to my application. I have not found any listing for the entire S/W included in the DK, perhaps because it is proprietary and the demo is basically an advertisement for buying TouchGFX, etc.
However, I don't want to buy anything... I have already bought the DK and want to use the H/W (and if possible parts of the S/W) for my own projects.
- is there a listing of the entire S/W?
- if not, I need to understand how to drive the graphics display... as a minimum and I haven't found this info, but it must be around somewhere.
Thanks,
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-17 7:21 PM
It is pretty much identical to the STM32F746G-DISCO, just with an F750 on it, which in fact has the same 1MB FLASH on die, along with the CRYPT/HASH functionality enabled.
For code see
STM32Cube_FW_F7_V1.15.0\Projects\STM32F7508-DISCO\Demonstrations
STM32Cube_FW_F7_V1.15.0\Projects\STM32F7508-DISCO\Examples\LTDC\LTDC_Display_2Layers
STM32Cube_FW_F7_V1.15.0\Drivers\BSP\STM32F7508-Discovery\stm32f7508_discovery_lcd.c
etc..
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-17 7:21 PM
It is pretty much identical to the STM32F746G-DISCO, just with an F750 on it, which in fact has the same 1MB FLASH on die, along with the CRYPT/HASH functionality enabled.
For code see
STM32Cube_FW_F7_V1.15.0\Projects\STM32F7508-DISCO\Demonstrations
STM32Cube_FW_F7_V1.15.0\Projects\STM32F7508-DISCO\Examples\LTDC\LTDC_Display_2Layers
STM32Cube_FW_F7_V1.15.0\Drivers\BSP\STM32F7508-Discovery\stm32f7508_discovery_lcd.c
etc..
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-18 7:37 AM
On 2019-05-17 22:21, ST Community wrote:
Links:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-18 11:25 AM
It is surely not helped by the inconsistent naming of things.
Perhaps look at the F730 also, if it meets your needs, as it is a better/newer CM7 core, with bigger caches.
Up vote any posts that you find helpful, it shows what's working..
