7 years, 3 months ago.

Export NUCLEO-F207ZG project to IAR

Hello.

mbed online IDE does not have export option for NUCLEO-F207ZG to IAR workbench. Also I tested mbed CLI but failed.

mbed export -i IAR -m NUCLEO_F207ZG project.py: error: NUCLEO_F207ZG not supported by iar ...

NUCLEO-F410ZG seems to have same problem. How can I do to fix this?

Thanks in advance - M -

1 Answer

7 years, 3 months ago.

Hey!

I've added support for this target, and you can track the progress here https://github.com/ARMmbed/mbed-os/pull/3717!

Sorry for any inconvenience.

Accepted Answer

This is merged! So you should be able to export if you pull the latest master of mbed-os!

posted by Sarah Marsh 09 Feb 2017

Hi.

Thank you for fast response.

I could solve my problem after adding "STM32F207ZG" item in "iar_definitions.json" file.

Regards

- M -

posted by HJ KIM 10 Feb 2017