Hi All,
Looks like develop nRF52840 on SDK16.0 required
| NordicSemiconductor.nRF_DeviceFamilyPack.8.27.0.pack |
But there is no such pack on http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/
Am I right ?
How we solve this problem ?

![]()
Hi All,
Looks like develop nRF52840 on SDK16.0 required
| NordicSemiconductor.nRF_DeviceFamilyPack.8.27.0.pack |
But there is no such pack on http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/
Am I right ?
How we solve this problem ?

![]()
I'm having the following error in Keil uVision. Kindly help me resolve. I have used the link which Kenneth posted to download the 8.27.0 pack.
I'm using nRF52832
Error #541: 'NordicSemiconductor::Device:Startup:8.27.0' component is missing (previously found in pack 'NordicSemiconductor.nRF_DeviceFamilyPack_NordicLicense.8.27.0')
Check out the suggestions here:
https://devzone.nordicsemi.com/f/nordic-q-a/55378/mdk-uvision-sdk-16-0-keil-family-pack-installation/224413#224413
Hope that helps,
Kenneth
Thank you Kenneth, I used instructions in the link you provided and removed the packs 8.28.0 and 8.19.1 and downloaded and installed the 8.27.0 BSD and Nordic Licenses. The Error #541 that I posted above is no longer an issue.
I am trying examples and opened the ble_app_blinky_c_pca10040_s132.uvprojx project . I see the following error when Building targets
RTE\Device\nRF52832_xxAA\system_nrf52.c(29): error: #5: cannot open source input file "nrf_erratas.h": No such file or directory
I am using SDK 16.0. Is there a resolved solution to this issue?
Thank you Kenneth, I used instructions in the link you provided and removed the packs 8.28.0 and 8.19.1 and downloaded and installed the 8.27.0 BSD and Nordic Licenses. The Error #541 that I posted above is no longer an issue.
I am trying examples and opened the ble_app_blinky_c_pca10040_s132.uvprojx project . I see the following error when Building targets
RTE\Device\nRF52832_xxAA\system_nrf52.c(29): error: #5: cannot open source input file "nrf_erratas.h": No such file or directory
I am using SDK 16.0. Is there a resolved solution to this issue?
Did you also follow the "Update 5th Feb 2020:" in my linked reply?
Kenneth