2021-10-21 04: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.
2021-10-25 02: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.
2021-10-25 02: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.
2021-10-25 04:48 AM
Hello Amel
Thank you very much for your answer!
Best regards,
Stefan