You are viewing an older revision! See the latest version
Exporting to uVision
µ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.