Bosch XDK110 General Information Manual page 36

Cross-domain development kit platform for application development
Hide thumbs Also See for XDK110:
Table of Contents

Advertisement

!
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
XDK110
© 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
export BCDS_SYSTEM_STARTUP_METHOD=CUSTOM_STARTUP
Page ! 3 6
BCDS

Advertisement

Table of Contents
loading

Table of Contents