7 years, 1 month ago.

Page not available for exporting code for uvision 5

Hi guys, I am trying to export the code to my desktop but it seems the page is not available for 2 days for exporting stm32 Nucleo example codes to uvison 5. Has anyone noticed that?

1 Answer

7 years, 1 month ago.

Hi Yiming,

Thanks for getting in touch, at this moment there are issues with exporting from the online-IDE which is why you seeing the errors, this is being worked on but until then i can suggest using our offline build option mbed-cli.

This will allow you to everything in the online-IDE import libraries, compile etc and even export to the needed toolchain.

It is located here. https://github.com/ARMmbed/mbed-cli

After installing CLI The commands would look something like this to download a blinky example using lpc1768.

You have now compiled the program, to export follow below

  • $ mbed export -i uvision5 -m lpc1768

If you need anything else, let me know

Regards,

Andrea, team mbed