UM-WI-056
DA16xxx FreeRTOS Getting Started Guide
User Manual
Revision 1.0
27-Oct-2021
CFR0012
36 of 80
© 2021 Dialog Semiconductor
After the build completes the following output is in the Eclipse Console window:
======> Procedure has been completed successfully ...
*========================================
*Image Generate success
*========================================
*========================================
*Post-Build End for Windows
*========================================
13:44:36 Build Finished. 0 errors, 327 warnings. (took 3m:30s.536ms)
There are two firmware images created by the build process and they are stored in the
<sdk_root_directory>/<project_path>/img/
directory. For Example:
DA16200_FBOOT-GEN01-01-14128-834dea5b8_W25Q32JW.img
DA16200_FRTOS-GEN01-01-15129-866facc56.img
can be found in the directory show in
Figure 23: Location of firmware image files
FBOOT
is the bootloader image which is used to initialize the DA16200 and launch the main
firmware.
●
The bootloader image must be the first thing loaded into flash for a new device.
●
Since the bootloader image contains SFDP (flash specific) information, the bootloader
must be loaded into flash before other images are loaded.
●
When the SDK is updated, always load the bootloader image first.
FRTOS
is the main firmware image which includes the RTOS and user applications.