This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hex File for experimental_ble_app_hrs_nfc_pairing

s132_nrf52_5.0.0-3.alpha_softdevice.hex(/attachment/26a9916e1af8c97bcba7185035bd7b31)Hi, I am starting to work on NFC and Bluetooth pairing for the nrf52 and i tried to compile this example on Keil and it doesnt allow me to as the size is larger than the evaluation version.

I have tried to do it in IAR, but since it provides me with two hex files, I tried to merge them and got the error

The hex files cannot be merged since there are conflicts.

I tried changing the address of the application hex file so that it will not have conflict but was not successful.

Can someone provide me this hex file or suggest an alternate method

  • Which SDK version are you using, and which example? In SDK 13 alpha, there are two examples: experimental_ble_app_hrs_nfc_pairing_lib and experimental_ble_app_hrs_pairing_nfc. In SDK 13, there should allready be precompiled hex files available in nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_hrs_nfc_pairing\hex.

  • Thanks, But i was actually looking for the Hex files for another example, the experimental_ble_nfc_pairing_reference, i then got the hex file by compiling using gcc and using the S132_4.0.4 version softdevice as that ends at the address of 0x1f000 and the example is starting at 0x1f000. When i tried with the s132v5 softdevice, it had a overlap and i got the merge error. This was fixed using the s132 v4.0.4 . Thanks

Related