cancel
Showing results for 
Search instead for 
Did you mean: 

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.

SScam
Associate
 
3 REPLIES 3

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Thanks!

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