Change of microcontroller between STM32F746ZGT6 and STM32F756ZGT6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 4:25 AM
Hi everyone .... due to the problem of the getting the components.. I would like to understand in your opinion which is the difference between STM32F746ZGT6 and STM32F756ZGT6..
Can I port the code easily ?
Which changes I should do ?
Thanks
Solved! Go to Solution.
- Labels:
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 6:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 5:45 AM
The STM32F756 has crypto/hash features, but is otherwise identical to the STM32F746. The code should run on it without modification.
https://www.st.com/en/microcontrollers-microprocessors/stm32f7x6.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 5:53 AM
Hello @SGasp.1​ ,
There is no big difference between STM32F746ZGT6 and STM32F756ZGT6 (adding security features for F756).
(Please refer to the attached Excel file to check the comparison between the IP/parameters of the products)
The STM32F756xx devices are fully pin-to-pin, compatible with the STM32F74xxx devices and share the same power supplies.
You can refer to the datasheet for more clarification about your product.
Hope that I've answered your question.
When your question is answered, please close this topic by choosing "Select as Best". This will help other members of the community find this response more quickly :)
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 5:53 AM
Basically I can directly flash the prevous project .hex done with STM32Cube inside the new microcontroller?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-14 6:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-18 12:29 AM
can you share the link for doing the comparison thanks ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-19 2:32 AM
Using STM32CubeMX tool, through "Cross selector" feature.
For more detail, please refer to the "4.2.4 Cross selector" section in the UM1718.
Imen
Thanks
Imen
