调用Clock_getticks()函数底层会关闭中断,这时会影响Sensor Controller Studio(刚好要进入的时候)代码执行吗,或者说关闭总中断后能执行Sensor Controller Studio里代码吗
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.
您好,
Sensor Controller Studio会生成两部分的代码,在Sensor Controller上运行的代码不会被中断,在主芯片上运行的Sensor Controller 接口的代码能被打断,和工程程序代码是一样的。