This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE_HRS build error

Hi, I am Using nRF52832 DK

SES with SDK_16.0

I tried to build the example program ble_app_hrs. the error has generated

Parents
  • Hi Sunil

    You're seeing these errors because you're trying to use the S332 SoftDevice, which is a SoftDevice made for ANT. The ANT SoftDevices for the nRF52 Series are not distributed by Nordic Semiconductor, and you'll have to download them from thisisant.com. The SDK does not include header files for the ANT SoftDevices, as these must be added to your project before you can compile, build, and run your application. To do so, extract the downloaded zip file containing the SoftDevice and copy the SoftDevice headers to .../components/softdevice/S332/headers.

    If you want an example running out of the box you'll have to use one of Nordic's SoftDevices (S112 and S132 are compatible with the nRF52832DK).

    Best regards,

    Simon

Reply
  • Hi Sunil

    You're seeing these errors because you're trying to use the S332 SoftDevice, which is a SoftDevice made for ANT. The ANT SoftDevices for the nRF52 Series are not distributed by Nordic Semiconductor, and you'll have to download them from thisisant.com. The SDK does not include header files for the ANT SoftDevices, as these must be added to your project before you can compile, build, and run your application. To do so, extract the downloaded zip file containing the SoftDevice and copy the SoftDevice headers to .../components/softdevice/S332/headers.

    If you want an example running out of the box you'll have to use one of Nordic's SoftDevices (S112 and S132 are compatible with the nRF52832DK).

    Best regards,

    Simon

Children
Related