Does anybody knows how to free memory that is created/occupied by calling
Code: Select all
ble_gattc_read()
Function
Code: Select all
ble_gattc_read()
Code: Select all
ble_gattc_proc_alloc()
Code: Select all
memset()
How do I free that allocated memory? I get error with error code 6, which is
.Operation failed due to resource exhaustion
Thanks for any help.