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

BLE Bootloaader DFE + s332 softdevice

Hello! I am using application that support ANT+ and BLE, so i am using s332 softdevice. now I want to add BLE bootloader feature. (send .bin via BLE). but in SDK v12.2.0, BLE Secure DFU Bootloader support only s132 softdevice.

So, what I need:

  • s332 softdevice
  • ANT+ / BLE application
  • BLE bootloader

I would be gratefull for information how to solve this problem, mayby someone solved it ?

Marcin

Parents
  • Hi,

    S332 v2.0 based upon S132 v3.0.0 so you can simply use the bootloader project for PCA10040 and S132.

    But you need to use the API header files provided in the softdevice .zip package you got from ARM. Then use the ANT_LICENSE_KEY license you got or the evaluation one. And add "S332" in the C/C++ tab -> "preprocessor symbols" in the project setting.

    Let me know if it doesn't work for you.

Reply
  • Hi,

    S332 v2.0 based upon S132 v3.0.0 so you can simply use the bootloader project for PCA10040 and S132.

    But you need to use the API header files provided in the softdevice .zip package you got from ARM. Then use the ANT_LICENSE_KEY license you got or the evaluation one. And add "S332" in the C/C++ tab -> "preprocessor symbols" in the project setting.

    Let me know if it doesn't work for you.

Children
Related