i am working on mesh application in nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for SDK v14.2 and Mesh v1.0, nRF52840 and nRF52832. And also i added custom service successfully but when i send data to phone through calling sd_ble_gatts_hvx , data received at phone but after one packet sent the application stop(stuck). So device disconnected. Firmware completely stuck. i dont know where its stuck?? sd_ble_gatts_hvx return 0 .
Why this is happening ?
I haven't changed memory setup