CC1310可以使用锁吗?如果可以使用,请问调用什么函数?
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.
您好,CC1310可以使用锁,支持使用锁来实现多线程的互斥访问。但是需要引入操作系统或者使用TI的RTOS。
在RTOS环境下,可以使用标准的线程同步机制,包括互斥锁(Mutex)和信号量(Semaphore).
以下是常用的RTOS的相关链接,您可以自行查阅一下
https://www.leconiot.com/download/cc2640r2f/cc2640r2f_architecture/ti_rtos/tirtos_overivew.html
https://www.ti.com.cn/tool/cn/TI-RTOS-MCU
如果我理解的和您的锁有误差,您可以再联系我的。
希望对您有所帮助