2018-10-01 01:29 AM
I recently obtained an STM32F779I-EVAL board and was surprised to find that a copy of the demonstration software didn't come with the kit. Yes, there is a version loaded onto the board, but I would like to look at the software for guidance and anyway I might want to reload it when I don't need the kit for debugging my own code. The User Guide says that this software should be available on the ST.COM website, but I cannot find it.
2018-10-01 04:41 AM
In the CubeF7 package, use the F769I-EVAL code, same board without the CRYPT functionality.
2018-10-01 05:42 AM
STM32Cube_FW_F7_V1.12.0\Projects\STM32F769I_EVAL\Demonstration\STemWin
https://community.st.com/s/feed/0D50X00009kJrwuSAC
2018-10-08 11:18 PM
Thanks, but it the crypto functionality is why I migrated to the F779. Are there any examples of using the crypto accelerator anywhere?