6.3 Software development under Windows OS
33
Figure 6.5: Console output of the Dev Kit after reset.
6.3.1
Using SmartSnippet Studio
As MatchX DKF is a makefile based project it is possible to port it quite easily to different IDE and
use different operating systems. SmartSnippet Studio is a Dialog Semiconductors IDE based on
Eclipse. It offers makefile project import capabilities.
In order to import the project, open the SmartSnippet IDE. The folder structure should be the
same as in previous section, both SDK and DKF should be in SmartSnippet workspace folder. Go to
File->Import
and choose
’Existing Code as Makefile Project’
like on Figure 6.6.
Figure 6.6: Import makefile project window.
Click
Next
. On the next window navigate to the DKF folder. Choose
’Cross ARM GCC’
and
press
Finish
. The software should be correctly imported and you should be able to compile it by