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.
What 'exception' ? :)
Can you provide a return value?
WHAT RETURN VALUE ? it happens in the depth of the code. seems pointers problem. actually, no return value.
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.