4 years, 5 months ago.

can mbed os be supported on ARM Development Studio?

I am running a mbed os project based on multiple platforms. Our company uses ARM DS - 2019 for development. Why is mbed os not have any exporter to support ARM DS? Is there a way I can configure DS to support for mbed development.

1 Answer

4 years, 5 months ago.

Hi,

The problem when Mbed OS project is exported to another tool is that you will lose flexibility of configuration. json configuration files are converted to h-files and became hardcoded. One way to configure project is that you compile with Mbed CLI (using the same ARM Compiler 6) to get libraries on desired configuration and the create project manually in ARM DS.

Regards, Pekka