nRF_DeviceFamilyPack.8.15.0 Not Found

I had to reinstall Keil after running into some issues and lost most my packs. My project uses the NordicSemiconductor.nRF_DeviceFamilyPack.8.15.0 and the NordicSemiconductor.nRF_DeviceFamilyPack.8.15.2 packs. Our project is not currently in a position to upgrade the packs, so I need to find these packs so that I can build my project.

When using the package installer from Keil, I see the installer is attempting from this url: developer.nordicsemi.com/.../, but there is only the v8.15.4 variant available. Can these other 2 be made available please

  • Hello,

    Yes, there were som issues with this when the SDK was delivered. You should be able to find a later version. What you can do is the following:

    1: Select the latest device family pack from the menu "Select software packs":

    2: You will get this error popup. Just click "OK":

    3: Then right click "Device" and select "Options for Component Class "Device":

    4: Then select the version that you chose in step 1:

    In some examples, you also need to do the following:

    5: Go to project settings -> C/C++ -> "Include Paths", find the line saying "..\..\..\..\..\..\modules\nrfx\mdk", select it, and remove it by clicking the cross near the top right corner:

    After this, the example should compile.

    Best regards,

    Edvin

Related