You are viewing an older revision! See the latest version

Exporting to uVision

Currently only available in betamode!

This functionality only works with the betamode compiler and the beta version of the libraries.

To use these examples, ensure you have enabled /betamode for the compiler, and then import the beta libraries: http://mbed.org/projects/libraries-testing/svn/m0-beta

µVision is one of the external offline toolchains supported by the mbed platform.

To export your mbed program for use in uVision, right-click the program in your program workspace. From the dialog, you can select the "Export To" as "Keil uVision4", and the target microcontroller you wish to export for.

When you choose export, a zip file containing all the files you need for uVision will be generated. Unzip it and open the uVision project file ("project.uvproj"):

After building the project, the binary file (".bin"), ready to be flashed on the mbed, will be generated in the "build" directory.

/media/uploads/emilmont/uvision_1.png

/media/uploads/emilmont/uvision_2.png


All wikipages