cancel
Showing results for 
Search instead for 
Did you mean: 

Can't change version at project creation

alnicko_artem
Associate II

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

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

 

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.

View solution in original post

7 REPLIES 7
mƎALLEm
ST Employee

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

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

 

 

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.

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

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.

 

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.

Can you show more specifically where you found this checkbox? I found only lines in the Project Manager where the version is indicated, but these fields cannot be changed in any way. For testing I use an empty project for stm32c071g8ux.

alnicko_artem_0-1751037504749.pngalnicko_artem_1-1751037511120.pngalnicko_artem_2-1751037514996.png

 

Use the standalone CubeMx, open the ioc file and you can find that option in Project Manager -> Project in the bottom of the screen.

 

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.