fatal error while building ble_app_hrs_rscs_relay example project

Hi,

I am currently working on a project using the nRF52832 as my controller. During development, I realized that both BLE central and peripheral roles are necessary. I searched for an example BLE central and peripheral project and found 'ble_app_hrs_rscs_relay' in the SDK's BLE central and peripheral folder directory. However, when I initially built the code to test its functionality, I encountered a fatal error. What could be the causes of this error, and how can I resolve it?

Project Details:

  • SDK: nRF5 SDK 17.0.2
  • IDE: SEGGER Embedded Studio 5.42a
  • Controller: nRF52832

Thank you for your support.

Best regards,
SILTVM

  • Hi,

    Which fatal error did occur (where in the code and with which error/return value)? The simplest way to see this is normally to build the Debug build configuration by selecting it in the build configuraiton drop down instead of Relase, and test that. This will build with DEBUG defined for the project. If you then observe the log, you should see a printout when a fatal error occured with the relevant information.

Related