Is it possible to use same DFU files on STM32F2 with different flash size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-21 4:44 AM
Dear STM forum,
So far we are using STM32F205ZF (with 768k flash) for all our devices. Because of the chip shortage, they are not available at the moment.
The STM32F205ZG (with 1MB flash) seems to be a bit better available. So the question came up if there is a way to compile firmware which would run on both devices?
We would like to avoid two different firmwares depending on the flash size because this would cause a support nightmare.
Help is greatly appreciated!
Best regards,
Stefan
Solved! Go to Solution.
- Labels:
-
Bootloader
-
STM32F2 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-25 2:46 AM
Hi @SGass.2 ,
Firmware compiled and executed successfully on STM32F205ZF (small size) will not create issues when targeting the same die with a larger flash size (STM32F305ZG).
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-25 2:46 AM
Hi @SGass.2 ,
Firmware compiled and executed successfully on STM32F205ZF (small size) will not create issues when targeting the same die with a larger flash size (STM32F305ZG).
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-25 4:48 AM
Hello Amel
Thank you very much for your answer!
Best regards,
Stefan
