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

Can't find any nRF6310 folder

Hi all-

I apologize in advance for the noob question but I have spent loads of time on this and can't make progress. I am trying to work my way through the nrf51822 User Guide v1.4 and on page 11 it says find the "blinky" example: \ARM\Device\Nordic\nRF51822\Board\nrf6310\blinky_example\arm.

But I dont have any nrf6310 folders anywhere. It sounds like Nordic has discontinued this board so maybe they aren't providing the samples for it anymore? It also seems like you have to jump through many, many hoops to get a working setup with Nordic so it's possible I have just missed a step?

Any help would be greatly appreciated. Thank you-

  • I think you're actually using the nrf51822 development kit user guide 1.4. That's the older dev kit with the revision 2 chipset on it and the SDKs from 7.0 onwards now ship with projects for the new nRF51-DK and nrf51-dongle and not for the older kits. One reason for that is the compatibility matrix lists SDK 6.1.0 as the last one compatible.

    However the latest SDKs can be used with the revision 2 boards. The instructions for doing so are in the documentation for the SDK under "Getting Started", "Using the SDK with other boards". It's mostly changing a define for the right board and choosing a different linker map.

    If you just want to get started using published instructions, how about downloading SDK 6.1 and following that through to get blinky working and the first couple of BTLE projects working, then when you have an understanding about how the tools and the chip work, move to a more recent SDK and make the couple of changes needed to use it.

  • Thanks RK. You're right about the SDK 6.1.0. I'll get blinky up and running with the old SDK and then report back when I've got the board working with the new SDK.

Related