We have an nRF52-DK devboard and I have downloaded SDK 16 (nRF5SDK160098a08e2), and I am trying to build the project examples\ble_peripheral_ble_app_uart\pca10040\s112\arm5_no_packs\ble_app_uart_pca, and am getting:
The following software packs are missing: NordicSemiconductor.nRF_DeviceFamilyPack_NordicLicense, required by the following project targets: nrf52832_xxaa.
It provides the option to "install missing software packs" and it opens the Pack Installer, which reports the error "Cannot install Pack (NordicSemiconductor.nRF_DeviceFamilyPack_NordicLicense) Pack not found.
How do I build this project?
Three secondary questions:
* What is the difference between the "pca10040" and "pca10040e" folders
* Should I use softdevice S112 or S113?
* How do I decide between the "arm4" project or the "arm5_no_packs" project?
Thanks.