Skip to main content
alnicko_artem
Associate II
June 27, 2025
Solved

Can't change version at project creation

  • June 27, 2025
  • 2 replies
  • 459 views

There is the problem for STM32Cube FW_C0, i need to use v1.1.0 because in v1.2.0 its no able to set PA9/PA10 as uart on my chip but i cant to select v1.1.0 which installed on my PC.

alnicko_artem_0-1751034001480.png

 

Best answer by mƎALLEm

Hard to help you if I don't have the exact setup.

Meanwhile, in the ioc file go to the "Project manager" menu, and uncheck "Use default firmware .."

mALLEm_0-1751036985482.png

Click on "Browse" and browse to the firmware package folder v1.1.0.

 

2 replies

mƎALLEm
Technical Moderator
June 27, 2025

Hello,

Why are you not able to set PA9/PA10 for UART with v1.2.0?

Could you please provide more details on how you did proceed?

"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."
alnicko_artem
Associate II
June 27, 2025

Hello @mƎALLEm,
f.e. i have old project for STM32C031, every time when i open .ioc i have next warning (Screenshot 1). If i click continue (v1.1.0) i can select PA9/PA10 for UART RX/TX (Screenshot 2). But if i click migrate i have next (Screenshot 3) - there is no UART. I can force change it in code, but it will be not work correctly.

thanks for helping

(Screenshot 1)

alnicko_artem_0-1751035067620.png

(Screenshot 2)
alnicko_artem_2-1751035147459.png

(Screenshot 3)
alnicko_artem_4-1751035228306.png

 

 

mƎALLEm
Technical Moderator
June 27, 2025

May be you need to share you project in a zip file.

"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."
alnicko_artem
Associate II
June 27, 2025

What kind of project do you need? The problem is that when creating I can't select the version STM32Cube FW_C0 - 1.1.0. You can create an empty project for stm32c031 or stm32s071, select the version (you won't be allowed to select) STM32Cube FW_C0 - 1.2.0 and make sure that it is impossible to select usart1 for PA9 PA10, although in the old version it was possible and most importantly this feature is described in the chip datasheet. I can't send the old project for 1.1.0 because it is the property of the company where I work.

Thank you for helping