2026-04-23 4:57 AM - last edited on 2026-04-23 5:02 AM by Andrew Neil
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.
Solved! Go to Solution.
2026-04-23 5:30 AM
It looks like there is an STM32F070F6 in TSSOP-20:
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
2026-04-23 5:07 AM
addition: I can find stm32f030f4p4 chip in stm32cubeide and stm32cubeMX
2026-04-23 5:09 AM
Are you sure that part number actually exisits?
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:
2026-04-23 5:17 AM
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
2026-04-23 5:30 AM
It looks like there is an STM32F070F6 in TSSOP-20:
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
2026-04-24 2:58 AM
2026-04-24 3:04 AM
Hello @quanhongwei
So please accept as solution le post that has answered your original question.
2026-04-24 3:27 AM
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.
2026-04-24 3:29 AM
This is not the post to accept:
I said "that has answered your original question"
So I didn't answer your question in my post. I'll remove the accepted solution and mark the @Andrew Neil 's answer.