User manual
DocID025326 Rev 1 13/18
UM1677 MDK-ARM toolchain
17
If you need to change your project settings (Include and preprocessor defines), you need
just to go through project options:
– For Include directories'
Project>Options for Target > C/C++ > Include Paths
– For pre-processor defines
Project>Options for Target > C/C++ > Preprocessor symbols > Define
5. In the MDK-ARM IDE, from the Debug menu, select Start/Stop Debug Session or,
alternatively, click the Start/Stop Debug Session button the in toolbar, to program the
Flash memory and begin debugging.
Figure 10. Start/Stop Debug Session button
6. The debugger in the MDK-ARM can be used to debug source code at C and assembly
levels, set breakpoints, monitor individual variables and watch events during the code
execution.
Figure 11. MDK-ARM debuger screen
To run your application, from the Debug menu, select Run. Alternatively, click the Run
button in the toolbar to run your application.
Figure 12. Run button