Hi all! I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good. if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens in the function peer_manager_init() at the main init stage.
thx.
Hi all! I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good. if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens in the function peer_manager_init() at the main init stage.
thx.
Are you porting your code to an example in SDK 14.1? What was your starting point example? And as emdi mentioned, there is probably a function that returns an error. Please define DEBUG and put a breakpoint in app_error_handler(). If it is hit, you should see an error code, line number and file name.
Are you porting your code to an example in SDK 14.1? What was your starting point example? And as emdi mentioned, there is probably a function that returns an error. Please define DEBUG and put a breakpoint in app_error_handler(). If it is hit, you should see an error code, line number and file name.