Error: NordicSemiconductor.nRF_DeviceFamilyPack.8.3.1 required and Error after build example: *** Target 'nrf52832_xxaa' uses ARM-Compiler 'Default Compiler Version 5' which is not available.

I am trying to build a example program in KEIL for the nRF52832 QFAA device. When I sart KEIL the program shows a massage that says the nRF_DeviceFamilyPack.8.3.1 is required, but I have install the 8.47.0 version, so I dont undestand why this is happening. Also, when I try to build the example program shows up the second error that I mencionated before: *** Target 'nrf52832_xxaa' uses ARM-Compiler 'Default Compiler Version 5' which is not available, but I already install the compiler.

Parents
  • Hi 

    Which version of the nRF5 SDK are you using? 

    Can you let me know which example you are trying to build?

    Usually the DeviceFamilyPack version follows the SDK version, and you need the exact same version that the SDK expects. 

    Alternatively it should be possible to reconfigure the example to use the newer DeviceFamilyPack, but this requires a bit more setup on the Keil side. 

    If you let me know which SDK version and example you are using I will see if I can provide some pointers to how you can change this. 

    Best regards
    Torbjørn

Reply
  • Hi 

    Which version of the nRF5 SDK are you using? 

    Can you let me know which example you are trying to build?

    Usually the DeviceFamilyPack version follows the SDK version, and you need the exact same version that the SDK expects. 

    Alternatively it should be possible to reconfigure the example to use the newer DeviceFamilyPack, but this requires a bit more setup on the Keil side. 

    If you let me know which SDK version and example you are using I will see if I can provide some pointers to how you can change this. 

    Best regards
    Torbjørn

Children
No Data
Related