6 years, 4 months ago.

Use of Mbed OS without exporting from Compiler to Keil uVision5

Hello everyone, I am new to mbed os. My question is how can I use MBed OS without exporting from Compiler ? I have downloaded Mbed OS 5.6.6 and I want to develop a new project in Keil uVision5. Please suggest and mention step by step. Thank you.

1 Answer

6 years, 4 months ago.

Dhaval,

Hi, I believe what you are asking is how to generate keil project files for an mbed project, correct? The way you do this is by using the exporters. You can either use the exporters in the online compiler, or use mbed-cli locally.

-Austin