cancel
Showing results for 
Search instead for 
Did you mean: 

Can you use a NUCLEO-F030R8 instead of a NUCLEO-F072RB to program the STEVAL-ISC004V1?

joca7396
Associate

Trying to use the GUI_STUSB Utility software to program the STEVAL board but no matter what I'm getting USB Error: No target found. Please connect first the evaluation board with a usb cable.

Besides this issue, is there a way of compiling the project.eww to generate the new bin file without using IAR? Is it able to be done through the Stmcube IDE?

2 REPLIES 2
Pavel A.
Evangelist III

is there a way of compiling the project.eww to generate the new bin file without using IAR?

* Convert the IAR project to a makefile (which Eclipse can handle) or to native CubeIDE project. May take time.

* Find someone else who has IAR; convince them to build your project ))

 

Another option might be to take advantage of the 14-day free trial ... ?

https://www.iar.com/products/architectures/arm/iar-embedded-workbench-for-arm/iar-embedded-workbench-for-arm-free-trial-version/

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.