Datasheet
Page 16
Page 17
When we are done writing our rst
LedBlinking code, we can now build
the project and create a .HEX le
which can be loaded into our target
microcontroller, so we can test the
program on real hardware. “Building”
includes compilation, linking and
optimization which are done automatically. Build your code by clicking
on the icon in the main toolbar, or simply go to Build menu and
click Build [CTRL+F9]. Message window will report the details of the
buildingprocess(Figure 5-2). Compiler automatically creates necessary
outputles.LedBlinking.hex(Figure 5-1) is among them.
5. Building the Source
Figure 5-2: After the successful compilation and linking, the message window should look something like this
Figure 5-1: Listing of project les after building is done