Skip to main content
Graduate
November 4, 2024
Solved

STM32F103x8 pin compatible or LQFP48 alternative

  • November 4, 2024
  • 3 replies
  • 1460 views

Hi all,

I've a board with the STM32F103C8T6 MCU.

My firmware has to handle a lot of IO, display and UART logic, nothing special but just a lot of logic.

So the 64K b internal flash memory is almost full.

I've a couple of question here:

1) can i switch to the STM32F103CBT6 so that I'll have 128Kb of flash without issues?

2) Is there any other candidate in a small package (like the LQFP-48) I can use? I have to use a small package cause I don't have that much space available on that board (find attached)

 

Thanks!

    This topic has been closed for replies.
    Best answer by mƎALLEm

     As I said previously, no issue to migrate directly to 128kB!

    3 replies

    Technical Moderator
    November 4, 2024

    Hello,

    The answer is provided in the datasheet:

    SofLit_1-1730718861807.png

    SofLit_2-1730718919938.png

    The only difference is the Flash size so you don't have to worry.

     

    Graduate
    November 4, 2024

    Thanks, so it's a yes on my request "1)", no issues replacing with STM32F103CBT6.

    dsCapture.PNG

    mƎALLEmAnswer
    Technical Moderator
    November 4, 2024

     As I said previously, no issue to migrate directly to 128kB!

    Graduate
    November 4, 2024

    Thanks!