Recent and unreplied - Help your fellow developer and earn points!
Recent in Nordic blog
  • Native support for nRF51 SDK in Keil IDE

    Recently we introduced support for CMSIS-Pack into our nRF51 SDK. The nRF51 SDK is natively supported in the Keil IDE. This means that nRF51 SDK latest version and example software for nRF51 are easily…
  • Programming nRF51 with ST-Link & uVision

    Hi, I am planning to design a device based on nRF51-dk but with external programmer. I have ST-Link available so I thought I just provide a simple walk through showing how to set it up. Firstly, here…
  • Visualising your memory usage

    The linker in the GCC toolchain, ld, produces a *.Map file which shows you how the memory on your micro is being used. This file is a goldmine of information but it's a bit difficult for humans to absorb…
Latest guides