the nRF5SDK 1702 need nrf_devicefamilypack.8.35.0.pack, but I just can find the 8.32.1.pack
the nRF5SDK 1702 need nrf_devicefamilypack.8.35.0.pack, but I just can find the 8.32.1.pack
Hi,
It's available for download here: https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-MDK/Download. Just select the "pack" version from the dropdown menu.
Thank you.I can dowload 8.35.0 now .
But I still have some question: when I download ble_central example into my nrf52840 board , and debug , the code can not stop at the right addr ,the pc register is wrong value.
but I can run the crypto example successfully , and uart can print right result.
Thank you.I can dowload 8.35.0 now .
But I still have some question: when I download ble_central example into my nrf52840 board , and debug , the code can not stop at the right addr ,the pc register is wrong value.
but I can run the crypto example successfully , and uart can print right result.
Have you programmed the Softdevice, if not, please take a look at the "Running examples that use a SoftDevice" section in the SDK getting started documentation.
Thank you so much,that is what I need ! I can run the ble example now