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.
speed1.BaseRpm = 120*(BASE_FREQ/P);
speed1.SpeedScaler = (Uint32)(ISR_FREQUENCY/(1*BASE_FREQ*0.001));
按照SPEED技术背景计算时SPeedScaler=60/(T*K*n*BaseRpm)
这样计算的话,怎么也得不出例程所给的结果啊,还请各位老师指导。谢谢!!