Firmware and tools necessary to build and flash SmartCare devices using nRF52832
- Download the nRF5 SDK version 16.0.0.
- Follow this tutorial by Nordic.
- Download the nRF5 SDK version 16.0.0.
- Install J-Link Software and Documentation Pack (version 6.10g or later)
- Install nRF Command Line tools
- Download the recommended GCC (gcc-arm-none-eabi-7-2018-q2-update) from this page.
- Update the compiler path in
nRF5_SDK_16.0.0_98a08e2/components/toolchain/gcc/Makefile.[posix|windows]
- Just go with
make
to compile andmake flash
to flash the device.
- Update the SDK variable to point to the SDK folder of your instalation in
ble_app_template/pca10040/s132/ses/ble_app_template_pca10040_s132.emProject
. - Import the project into Segger Embedded Studio IDE.
- Press F7 to compile and then F5 to run in debug mode.