This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Thingy GCC App goes straight to DFU

I've compiled a new app with a new BLE service and module to go along with it (for different work than my other question, I can test this service in a generic LE explorer).

I've used the GCC toolchain to build this project, and it compiles fine.

However, if I flash it (using nrf52DK as Jlink in NRFGoStudio), the Thingy just hangs out in DFU mode until I erase/reflash the release firmware from the site.

Is there a bug in the makefile for projects/pca20020_s132? My project is based off of that, with some added files/functions that have all linked in properly. It'll flash ok with the JLink, but that's it.

Related