Other Parts Discussed in Thread: CC1310
请问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的两个延时函数:CPUdelay(8000*50);和Task_sleep(1000);
Task_sleep会放弃执行本任务,转去执行其他任务;CPUdelay只是延迟执行时间。一般来说两个都能用