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

Unable to complete 'Getting Started with nRF9160 DK'

I have been going through the steps in this blog post: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/getting-started-with-nrf9160-dk

I was able to complete everything up to Step 6 without fault, including updating the modem and flashing the hex file. After doing so, my DK, when powered on, very briefly flashes all four LEDs and then does not provide any further indications of any kind even after waiting extended periods of time. There are no errors or anything of that nature appearing in Segger emStudio. Any indications of similar experiences or potential causes would be much appreciated.

Thanks,

Josh

Parents Reply Children
  • Have you made sure to set the correct paths in Segger Embedded Studio, as described in the Getting Started assistant?

    Navigate to the folder where you extracted SEGGER Embedded Studio. In the bin subfolder, run emStudio.

    Click Tools > Options and select the nRF Connect tab.

    To load and build a project in SES, you must specify the following information:

    • Zephyr Base - the location of your cloned Zephyr repository (the full path to ncs/zephyr)

    • GNU ARM Embedded Toolchain Directory - the location of your GNU ARM Embedded Toolchain installation (for example, c:\gnuarmemb)
Related