Skip to main content
Visitor II
January 21, 2025
Question

Can Stm32f103ret6 replace Stm32f105rbt6 with no programming changes

  • January 21, 2025
  • 1 reply
  • 641 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.

    1 reply

    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
    Visitor II
    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?