2019-05-17 08: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.
Thanks,
Solved! Go to Solution.
2019-05-17 07: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..
2019-05-17 07: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..
2019-05-18 07:37 AM
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.