Build and Load a Sample Application
WICED Smart Quick Start Guide
Broadcom
®
WICED Smart Development System
September 24, 2014 • MMPWICED-Smart-QSG203-R
Page 15
Double-click the newly created
heart_rate_monitor-BCM920737TAG_Q32 download
target to build the heart
rate monitor application: the IDE console pane (bottom center of the IDE window) displays the build progress.
The build target is appended with the
download
option, which tells the tool chain to download the firmware when
the build is complete.
The build output looks similar to the following:
09:51:07 **** Build of configuration Release for project WICED-Smart-SDK ****
"C:\\Users\\bob\\Documents\\WICED\\WICED-Smart-SDK-2.1.1\\WICED-Smart-SDK\\make.exe" heart_rate_monitor-
BCM920736TAG_Q32 download
Linking target ELF
OK, made elf.
..\..\Tools\ARM_GNU\bin\Win32\arm-none-eabi-objdump: section '.data' mentioned in a -j option, but not
found in any input file
Call to heart_rate_monitor_spar_crt_setup @ 002053cd
OK, made C:/Users/bob/Documents/WICED/WICED-Smart-SDK-2.1.1/WICED-Smart-SDK/Wiced-Smart/spar/../../
build/heart_rate_monitor-BCM920736TAG_Q32-rom-ram-Wiced-release/A_20736A1-heart_rate_monitor-rom-ram-
spar.cgs. MD5 sum is:
5e194d7a9560603e5aac69513467a7af *../../build/heart_rate_monitor-BCM920736TAG_Q32-rom-ram-Wiced-release/
A_20736A1-heart_rate_monitor-rom-ram-spar.cgs
--------------------------------------------------------------------------------
Patches start at 0x00204568 (RAM address)
Patches end at 0x002052D0 (RAM address)
Application starts at 0x00204F70 (RAM address)
Application ends at 0x002053CC (RAM address)
Patch size (including reused RAM) 3432 bytes
Patch size 2568 bytes
Application size 1116 bytes
------
Total RAM footprint 3684 bytes (3.6kiB)
--------------------------------------------------------------------------------
Converting CGS to HEX...
Conversion complete
Creating OTA images...
Conversion complete
OTA image footprint in NV is 5581 bytes
Detecting device...
Device found
Downloading application...
Download complete
Application running
09:51:18 Build Finished (took 11s.939ms)
Note:
If the
download
option is not automatically appended, users must type it in.
Broadcom
Confidential