This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: HID profile cannot work when add into simple_peripheral_oad_offchip project

Part Number: CC2640R2F

Hi all,

I try to add HID profile into our application. First, I add HID profile into simple_peripheral and it work(device can pair, bond and receive HID code). Second, I add HID profile into simple_peripheral_oad_offchip but it cannot work.(device cannot pair with cell phone. The reason is 0x08, sniffer is showing below) I do the same step on both project. I don't know why the oad project cannot work, please give me some suggestions Thank you.

20190123_cannot_pair.psd

HW : CC2640R2 LaunchPad

SW : simplelink_cc2640r2_sdk_2_30_00_28 --> simple_peripheral/simple_peripheral_oad_offchip

I change some parameters

OSAL_MAX_NUM_PROXY_TASKS 2 

to

OSAL_MAX_NUM_PROXY_TASKS 3

and

ICALL_MAX_NUM_TASKS 3

to

ICALL_MAX_NUM_TASKS 4