Skip to main content
SScam
Associate
August 5, 2019
Question

I have a STM32F103T8 firmware. Can I load the firmware ( an object file .hex) directly into a STM32F103C8TC i.e. is the firmware at an object level portable from the F103T8 to the F103C8TC? TIA.

  • August 5, 2019
  • 2 replies
  • 873 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 5, 2019

The parts might differ in the available RAM, FLASH, Peripheral and IRQ Vectors.

If the functionality described in the firmware uses a subset of the functionality in the chip, it might work.

You'll need to go over the Data Sheets for both parts. More work than I'm interested in doing.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
SScam
SScamAuthor
Associate
August 5, 2019
Thanks!
waclawek.jan
Super User
August 5, 2019

As Clive said the final responsibility is yours, but at a glance the C8 is a superset of the T8 so I'd say yes.

JW