Microcontroller Debugging First Steps
Debugging First Steps Using the Wizard
243
Microcontrollers Debugger Manual
6. Choose the languages to be supported.
Assembly - If only Assembly is selected, you can later choose to use absolute/single
file assembly application or relocatable assembly.
C - This sets up your application with an ANSI C-compliant startup code, doing
initialization of global variables.
C++ - This sets up your application with an ANSI C++ startup code, doing global
class object initialization.
7. Enter a project name and folder location to store project.
8. Click the Next button to proceed.
Figure 10.3 Add Files to Project Screen
9. If needed, browse to and add existing files to project.
10. Click the Next button to proceed.