Hi,
I am working om a project in which i need to send few data through NRF52832 serial port and via BLE I need to update the same to NRF connect app
I have tested the same with NRF52840 DK it worked fine but when i am trying to do the same with NRF52832 it is getting struck inside the soft device enable function
I am using the MDBT42Q-512KV2 Module from RayTAC
I am using the example codes from the Nordic website " nRF5_SDK_14.2.0_17b948a "
and the
In the ble_stack_init(); function it get struck in the below line
ret_code = sd_softdevice_enable(&clock_lf_cfg, app_error_fault_handler);
This is the example path
C:\Nordic_Semi\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart\pca10040\s132
is there any change to be done to test ?
Can some one explain me where am i missing or how can i resolve this issue
Thanks,
Rakesh