2023-01-04 05:45 PM
Hello, I have a spare STM32F427ZI MCU. Can I replace F429ZI with F427ZI? Please suggest some other possible replacements for F429ZI.
Solved! Go to Solution.
2023-01-04 11:37 PM
Hello @acudd.1
Please refer to this article, this will help you on how to find compatible devices for an MCU (with a side-by-side comparison of MCUs):
How to find compatible devices for an MCU? STM32G473CB as example
When your question is answered, please close this topic by choosing Select as Best.
Imen
2023-01-04 11:26 PM
Welcome, @acudd.1, to the community!
The STM32F429 has an LCD TFT controller. If you do not need to control an LCD and therefore do not need it in your application, you can replace the STM32F429 with an STM32F427.
Regards
/Peter
2023-01-04 11:37 PM
Hello @acudd.1
Please refer to this article, this will help you on how to find compatible devices for an MCU (with a side-by-side comparison of MCUs):
How to find compatible devices for an MCU? STM32G473CB as example
When your question is answered, please close this topic by choosing Select as Best.
Imen
2023-01-07 04:08 AM
Thanks for the information @Imen DAHMEN, and @Peter BENSCH.