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.

cc2540程序到cc2640移植的问题

Other Parts Discussed in Thread: CC2540, CC2640

现在正在将一个  CC2540的程序移植到CC2640上,

SimpleLink™ Bluetooth® low energy CC2640 wireless MCU Software Developer’s Guide  

这个文档上说

11.2 OSAL
One of the big changes in moving to TI-RTOS is the application’s complete removal from the
OSAL environment. While the stack code still uses OSAL within its own thread, the application
thread can no longer use OSAL’s APIs, except for those defined in ICallBleAPI.c. Many functions,
such as osal_memcpy() , osal_memcmp() and osal_mem_alloc() are now unavailable. In turn, they
have been replaced by TI-RTOS, C runtime and ICall APIs.


那请问,原来 CC2540上用的 osal_memcpy, osal_memcmp,osal_memset,
osal_memcmp,osal_isbufset

这些函数,在CC2640上应该用哪些函数替换,从哪里可以找到这些说明资料。

谢谢!