【Nordic】Download nRF52810 related information from the official website

1. Development materials on Nordic official website

2. Download the latest nRF52810 SDK

The latest SDK package on the official website is nRF5_SDK_17.0.2_d674dde.zipthat it is basically applicable to the Soc of the nRF5 series.

3. Download nRF52810 related documents

4. Download Nordic's PACK package

The compilation environment I use here is Keil5 , and the compilation tool chain is MDK-ARM. To use Keil to compile, you need to download the PACK package of the corresponding platform: NordicSemiconductor.nRF_DeviceFamilyPack.8.35.0.pack
download address: http://developer.nordicsemi.com/nRF5_SDK/pieces/nRF_DeviceFamilyPack/
Insert picture description here

5. Compile verification

Select a project to compile and verify: nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s112\arm5_no_packs
Insert picture description here
Compilation is successful:
Insert picture description here

6. Errors in the compilation process

  • Error 1:
    Error #544: Required Software Pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.35.0' is not installed
    Solution:
    Refer to the article mentioned earlier and download the corresponding PACK (NordicSemiconductor.nRF_DeviceFamilyPack.8.35.0.pack).

Guess you like

Origin blog.csdn.net/ZHONGCAI0901/article/details/110875362