2025-11-18 6:19 AM
I recently purchased some STMF303 boards for implementing a free pre-compiled HEX file.
I received the boards with the STM32F303CCT6 chip, but the pre-compiled file was for the STM32F303CBT6 chip. The HEX loads but does not run on any 303CCT6.
Are there significant compatibility differences between the CCT6 and CBT6 chips that would justify this?
Could I have lost the purchased boards?
Thank you.
2025-11-18 6:27 AM - edited 2025-11-18 6:35 AM
Hi,
the STM32F303CCT6 has 256kB Flash, while STM32F303CBT6 has only 128kB.
So a binary for STM32F303CBT6 should fit
I see no other differences. The problem should be somewhere else.
P.S.: ... and 40kB SRAM instead of 32, but should be no harm as well.