|
Compiling a Final Binary |
Top Previous Next |
The binary executable file you compiled in the previous step is called a debug binary. This type of binary is used while creating your project and debugging it.
When you decide your project is ready to be deployed in the real world, you should compile a release binary. To do this, select Project > Settings and uncheck the Debug version checkbox.
Use Project > Build and Upload to upload the compiled binary into the target. It will automatically start running whenever the device is powered up, and all debug functions will be disabled.
This compiled application binary file will also remain on your hard drive, inside your project folder (see Starting a New Project). You may upload it to any number of devices using the Device Explorer.
You can optionally protect the firmware and application loaded into your device with a password (strongly recommended).