cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-C071RB - IAR "Non-recognized options in project file" during debugging

curiocity
Associate II

Hi,

Can you please help me for below  

I am using NUCLEO-C071RB development board ,I am generating the code using CUBE MX software(V6.14.1) following steps I have followed 

Step 1:Selected the board as NUCLEO-C071RB

Step 2:From project manager I have selected the Toolchain/IDE as EWARM and other configuration as below 

curiocity_1-1748855996589.png

Step 3:Clicked on generate code 

Step 4:a .eww file is generated and I opened the file using IAR software the code builds completly without erros but, I am getting the following notification during opening of file 

curiocity_2-1748856135172.png

Step 5:The code builds ok with no error so now I have tried to debug that code it will not 

Step 6:I have right click on project and tried to look the core or device but it is not detected as below (the core should be Cortex MO+and there should be Device name 

curiocity_3-1748856342426.png

My question is: Could there be an issue with the CubeMX IDE that's preventing it from detecting the STM32C071RBT6 microcontroller?

Step 7: I navigated to the ST folder in the IAR system, but I couldn't find any files related to the STM32C071RBT6. Why weren’t the files generated

curiocity_4-1748856583217.png

Observation 2:

This issue never occurred when I was using the STM32F411RE with the NUCLEO-F411 development board.

 

Could you please help me to solve the issue 

12 REPLIES 12

Hi Andrew,

I'm updating my IAR Embedded Workbench IDE to version 9.60.4, which is the latest release. Let’s see if it works.

Amel NASRI
ST Employee

Hi @curiocity ,

To make your toolchain support properly STM32C0, please apply the IDE patch that you find in STM32CubeC0 package under a path similar to STM32CubeC0/tree/main/Utilities/PC_Software/IDEs_Patches or directly from Github repository: STM32CubeC0/Utilities/PC_Software/IDEs_Patches.

-Amel

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.

Hi Amel,

Thanks for your reply 

Ok I will try this