Skip to main content
Associate III
April 23, 2026
Solved

Can't find STM32F030F6P6 in CubeMX

  • April 23, 2026
  • 5 replies
  • 177 views

Dear STM expert:

     Currently, Iam facing an issue:when using the stm32f030f6p6 chip, I cannot find this chip model when creating new projects in stm32cubeide and stm32cubeMX ,thus it making it impossible to new projects,what this?

hope a reply..thanks.

Best answer by Andrew Neil

It looks like there is an STM32F070F6 in TSSOP-20:

AndrewNeil_0-1776947379247.png

https://www.st.com/en/microcontrollers-microprocessors/stm32f0x0-value-line.html

 

Have you tried the Product Selector?

https://www.st.com/en/microcontrollers-microprocessors/stm32f0x0-value-line/products.html

5 replies

Associate III
April 23, 2026

addition: I can find stm32f030f4p4 chip in stm32cubeide and stm32cubeMX

Andrew Neil
Super User
April 23, 2026

Are you sure that part number actually exisits?

AndrewNeil_0-1776945892675.png

https://www.st.com/resource/en/datasheet/stm32f030f4.pdf#page=88

 

So STM32F030F6P6 would be in a TSSOP-20 package.

 

But the only option listed in TSSOP-20 is an STM32F030F4:

AndrewNeil_1-1776946104994.png

 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Associate III
April 24, 2026

 

 
 
 
   Thanks for your reply,Indeed, I have already purchased this chip,stm32f030f6p6.TSSOP20
mƎALLEm
Technical Moderator
April 24, 2026

Hello @quanhongwei 

So please accept as solution le post that has answered your original question.

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Peter BENSCH
Technical Moderator
April 23, 2026

The statement from @Andrew Neil is completely correct: even if you can piece together your preferred order number from the data sheet, that does not mean it is a deliverable device.

Specifically, there is currently no STM32F030F6P6. If you have a very large requirement, you are welcome to check with your local distributor whether this larger flash variant would be feasible in the TSSOP20.

Regards
/Peter

 

Andrew Neil
Andrew NeilBest answer
Super User
April 23, 2026
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Visitor II
April 24, 2026

This usually happens when the MCU package isn’t installed in CubeMX.

Try this:
Go to Help → Manage Embedded Software Packages → STM32F0 and check if it’s installed. If not, install/update it.

Also restart CubeMX after installation — sometimes the chip list doesn’t refresh instantly.

If it’s already installed, try updating CubeMX to the latest version.