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.

ramp3cntl的RC3_MACRO

请问在ramp3cntl的RC3_MACRO中,

当Out=DesiredInput时,Ramp3DoneFlag=0X7FFFFFFF

当Out 不等于 DesiredInput时,内部计数器Ramp3DelayCount自加,因为Ramp3DelayCount默认值为0,

那么当Ramp3DelayCount<Ramp3Delay时,执行一次Ramp3DelayCount自加操作。

//

//

根据DMC库上关于RAMP3_CNTL的背景介绍:

Tramp=(Out-DesiredInput)xTd

这里的宏又不是循环计数,那这个斜坡延时实现的原理是神马啊?

还有Ts是个什么玩意儿?

请教各位了!