Skip to main content
Associate
January 21, 2025
Question

Can Stm32f103ret6 replace Stm32f105rbt6 with no programming changes

  • January 21, 2025
  • 2 replies
  • 676 views

We did many projects using Stm32f105rbt6. Stm32f103ret6 now is cheaper with more memory and the pinout is the same. Can we use Stm32f103ret6 directly without any programming changes?

This topic has been closed for replies.

2 replies

STOne-32
ST Technical Moderator
January 21, 2025

Dear @ax369 ,

The major difference is USB peripheral that is not compatible and should change the software and so some Clocks settings at system level . Then the migration is straightforward and easy between parts especially on the Flash and memories .

Hope it helps you.

STOne-32

ax369Author
Associate
January 21, 2025

Thank you. Can you please point me to where I can find exactly what to change to the software so that it’s compatible with both?