Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

difference with ble_app_uart and hrs_pairing_nfc

Hello.

I'm having to merge with ble_app_uart and hrs_pairing_nfc example. But, happend some problem.

I succeeded in merge by adding ble_app_uart example to the hrs_pairing_nfc example. it works very well.

However, in the opposite case, nfc does not work even if the same code is activated. (it same path, project file configuration, C/C++ include path ...)

below I attached J-LINK log.

1. succeeded in mergy by adding ble_app_uart -> hrs_pairing_nfc (base on hrs)

it send to normal message that field detected -> selected -> rx_fend -> send ... reinitialize

2.failed in mergy by adding hrs_pairing_nfc ->  ble_app_uart (base on ble_app_uart)

I think it detects the nfc field but falls in to an infinite loop.

I don't know this reason. I will wait your answer.

thanks.

Parents
  • Hi,

    Which SDK version are you using? 

    Could you upload the project where you merged into ble_app_uart, for debugging of this issue?

    Best regards,
    Jørgen

  • You do not need an external J-Link device to do debugging if you are using one of our developmenet kits (nRF52-DK, etc.). Please have a look at this video about debugging. 

    If you are not able to debug it yourself, please upload the project to this question. I will help debug it.

Reply
  • You do not need an external J-Link device to do debugging if you are using one of our developmenet kits (nRF52-DK, etc.). Please have a look at this video about debugging. 

    If you are not able to debug it yourself, please upload the project to this question. I will help debug it.

Children
No Data