2022-03-23 07:36 AM
The Nucleo is H743ZI2 (Nucleo-144).
I can properly update the firmware so I guess the Nucleo is properly detected by STM32CubeIDE.
I can properly build the application without errors.
However, I can't run it.
For some reason, the board is not detected as it used to be.
I've tried to restart, reinstall the IDE, replug the board to the other USB port... I can't find any reason why it doesn't work.
2022-03-23 07:55 AM
What software can you update?
Tu debug an application use: Project Properties > Debug As...> STM32 Cortex-M C/C++ Application
Then configure the debug configuration.
2022-03-23 07:56 AM
Hello,
You have to click on the project "NUCLEO-H743ZI" in the "Project Explorer" before going to Run, Run As ..
2022-03-24 12:31 AM
Hi, I did, it still doesn't work.
2022-03-24 12:38 AM
Hi.
I can update the firmware via Help > ST-LINK Upgrade
So I suppose the board is recognized.
I didn't find Project Properties.
In case you meant: Project > Properties.
There is no "Debug As...> STM32 Cortex-M C/C++ Application"
In case you meant: Run > Debug As...
I have nothing.
2022-03-24 01:53 AM
Hello,
As I see from your screenshot, you did import a project from system workbench to CubeIDE but may be you didn't it correctly.
I suggest to follow the wiki provided in this link / 2 Import an SW4STM32 project without an ioc file.
2022-03-24 03:13 AM
Thanks for your time. I can't confirm your answer worked, but I found that by clicking on STM32H743ZI-Nucleo it worked.