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.

RTOS/CC2640R2F: Does anyone has a demo of HID keyboard for CC2640R2F?

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2650

Tool/software: TI-RTOS

I have found a project of CCS that only works on CC2650, but my device is CC2640R2F. I want a CCS project that works well for CC2640R2F. And I also tried to copy the related files from " C:\ti\simplelink_cc2640r2_sdk_2_40_00_32\source\ti\ble5stack\profiles\hid_dev_kbd" to my project and it does not work. For example, I add a service using the function HidKbd_AddService(), but the hid services are not added. I do not know why.