2026-04-29 4:03 PM - edited 2026-04-30 10:16 AM
Hi,
when selecting the STM32C051K8 in Cube MX it seems that CubeMX has wrong configs/specs about it?
As you can see from the screenshot below it shows it is a LQFP package but - unless I missed something - it is supposed to be a UFQFPN32 package.
The main issues are...
1) when searching for micros with that package, that micro does not appear
2) not sure if the entire CubeMX generated code is somehow affected? Firth thought is that it is just a package difference but the pin count is the same so perhaps it is ok, but perhaps not?
Point #2 is the most important at the moment. Could someone form ST please guarantee we can use CubeMX to configure the part?
Many thanks
Solved! Go to Solution.
2026-04-30 12:05 AM - edited 2026-04-30 4:14 AM
Hello @Ricko
Based on the DS14721 Rev :
STM32C051KxT--> LQFP32
STM32C051KxU -->UFQFPN32
So MX is behaving correctly.
THX
Ghofrane
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.
2026-04-30 12:05 AM - edited 2026-04-30 4:14 AM
Hello @Ricko
Based on the DS14721 Rev :
STM32C051KxT--> LQFP32
STM32C051KxU -->UFQFPN32
So MX is behaving correctly.
THX
Ghofrane
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.
2026-04-30 10:16 AM
Thank you @Ghofrane GSOURI