2025-06-02 2:38 AM - last edited on 2025-06-02 2:43 AM by Andrew Neil
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
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
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
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
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
2025-06-02 4:31 AM
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.
2025-06-02 4:43 AM
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.
2025-06-02 5:12 AM
Hi Amel,
Thanks for your reply
Ok I will try this