36
Chapter 6. Software Development Guide
Figure 6.11: Scripts editing.
6.4
Software development under Linux
Software developing under Linux operating system is straight forward. The easiest way to setup the
environment is to install the the SmartSnippet Studio from Dialog and following the installation
guide in
UM-B-057
User guide from Dialog. Download the Dialog’s Semiconductor SmartSnippets
DA1468x SDK (in the example the SDK version 1.0.8.1050.1 has been used) and MatchX Dev Kit
Frmware. Both SDK and Dev Kit Firmware should be put in one folder (for example SmartSnippet
workspace folder). Open the terminal and navigate to DKF folder. The project contains make file
that takes over the compilation process. The firmware will be compiled by invoking
make
command.
Programming the DK board is done by invoking
make
command with
firstflash
parameter.
Figure 6.12: Programming Dev Kit board under Linux OS.