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.
我想在上位机通过RS485通信传输三个数据到DSP,控制GPIO68端口的信号翻转。这三个数据分别赋值给T1,T2,T3变量。在本次测试中T1 = 50, T2 = 30, T3 = 50
但是遇到了一些问题,问题描述请见word文档!
你好,我阅读文档后总结一下你的问题大概是说,delay_us()函数在“()”中为具体数值的时候延迟时间是正确的,而当“()”中为变量时延迟时间会远大于设定的数值,是这样吗?
这个问题是只出现在T3上,还是T1, T2都会有这个问题?