![Bosch XDK 110 General Information Manual Download Page 36](http://html.mh-extra.com/html/bosch/xdk-110/xdk-110_general-information-manual_46522036.webp)
XDK110
BCDS
© Bosch Connected Devices and Solutions GmbH reserves all rights even in the event of industrial property rights. We reserve all rights of disposal such as
copying and passing on to third parties. BOSCH and the symbol are registered trademarks of Robert Bosch GmbH, Germany.
Note: Specifications within this document are subject to change without notice.
General Information Guide XDK110
!
Page
!
36
To ensure that your applications remain working after a bootloader update you have to add a XDK
nature to your projects by right clicking on every existing project >
Configure > Add XDK Nature
in
your
Project Explorer
as shown in the screenshot below.
Picture 20
: Add XDK Nature
#
Application Mode/Startup Guide
This simple guide is intended for developers who are going to develop applications for XDK, to
know the basic startup procedure of the system before they start writing their application.
XDK software can be configured to start in two ways as described below. The configuration can be
done using the BCDS_SYSTEM_STARTUP_METHOD macro present in the application Makefile.
By default XDK is shipped with DEFAULT_STARTUP enabled. Refer the code block below
representing the change.
Code 3:
XDK Custom Startup
export BCDS_SYSTEM_STARTUP_METHOD=CUSTOM_STARTUP