nordic-auko / nRF5-ble-timesync-demo

nRF52 clock synchronization demo code
55 stars 50 forks source link

NordicSemiconductor::Device:Startup:8.27.0' component is missing #35

Open chirui-lin opened 1 month ago

chirui-lin commented 1 month ago

Hi,

I am currently trying out this nRF5_SDK_16.0.0 DEMO, but I encountered an ERROR:

Error #544: Required Software Pack 'NordicSemiconductor.nRF_DeviceFamilyPack_NordicLicense.8.27.0' is not installed.

However, the information I have indicates that 'nRF_DeviceFamilyPack_NordicLicense.8.27.0' is no longer available for download.

Is there any way to resolve this issue?

Thank you.

nordic-auko commented 1 month ago

Hi, I recommend using GCC to compile. There are appropriate Makefiles in the example folders, under the "armgcc" folder. To be safe, use the same GCC version as the nRF5 SDK is tested with. In the case of nRF5 SDK v16, this is "GCC ARM Embedded 7.2018q2.update" (https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v16.x.x/doc/16.0.0/release_notes.txt)