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.