cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use same DFU files on STM32F2 with different flash size?

SGass.2
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Amel NASRI
ST Employee

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.

View solution in original post

2 REPLIES 2
Amel NASRI
ST Employee

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.

SGass.2
Associate

Hello Amel

Thank you very much for your answer!

Best regards,

Stefan