UM-B-047
DA1468x Getting Started with the Development Kit
User Manual
Version 7.0
23-Jul-2018
CFR0012
34 of 36
© 2018 Dialog Semiconductor
8.5
Troubleshooting
Table 2: Troubleshooting Blinky
Issue
Note
Software execution stopped at
ASSERT_WARNING
(
is_compatible_chip_vers
ion())
;
Project has not been compiled using the correct silicon version.
Make sure the following parameters have been properly
configured. (By default silicon version is taken care by the
corresponding build configuration). Make sure parameter
dg_configBLACK_ORCA_IC_STEP
and
dg_configBLACK_ORCA_IC_REV
are set to the correct chip revision
and the ProDK version during built. (Located in
<sdk_root_directory>/bsp/config/bsp_definitions.h
)
LED does not blink
The GPIO which was used to drive the external LED was P1_5
for this sample code. This might have to be adopted in case a
different revision of the ProDK board is in use. To find the correct
pin for your version of the ProDK board please check the
details. Make also sure that
dg_configBLACK_ORCA_MB_REV
is set
to the correct chip revision and the ProDK version during built.
.(Located in
<sdk_root_directory>/bsp/config/bsp_definitions.h
)