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.

CC2340R2: icall_api.c vs icall_api_lite.c

Part Number: CC2340R2
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Customer is sending HCI commands to the stack and the first command they send is the HCI reset command. There are 2 files in the SDK that call the function HCI_ResetCmd(). One is in icall_api.c and the other is hci.c. Which one should they use? They currently have icall_api_lite.c included in the project, therefore they are calling HCI_resetCmd() in hci.c. Should they include icall_api.c instead of icall_api_lite.c?

Thank you!