4 years, 5 months ago.

Export to IAR issues

Tried to export a mbed LPC11u24 usbdevice project to IAR. Project files are in 8.32.2 format [C++14], while mbed-dev libraries are for EWARM 7.70-7.80 [IAR EC++], resulting in link errors.

What is the right way to develop offline?

Question relating to:

Rapid Prototyping for general microcontroller applications, USB and 32-bit ARM® Cortex™-M0 based designs

1 Answer

4 years, 5 months ago.

Hi Daniel,

The way which is working: - compile with Mbed CLI - edit with Eclipse or any other IDE

If you export project you will lose json configuration files and their content is translated to .h-files and then the configuration is static.

Regards, Pekka