Other Parts Discussed in Thread: BLE-STACK, , SYSBIOS
Hi,
we want to use firmware donwload bluetooth service within an existing project.
Therefore we try to registrate service via:
registerStat = GATTServApp_RegisterService(suotaAttrTbl,
GATT_NUM_ATTRS(suotaAttrTbl),
GATT_MAX_ENCRYPT_KEY_SIZE,
&suotaCBs);
--> Controller is running but debugger gets stuck at: "xdc_runtimer_error_policySpine__E"
What else do we need to do to get this service registerated?
Thanks
5t34m