如何估算c2000控制芯片的运算能力是否满足我的控制环路需要呢?
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.
您好,
F2803x 有一个可在60MHz (SO 60MIPS)下运行的定点 C28x CPU,还有一个可在相同时钟速率(SO 60MIPS)下运行的浮点 CLA。
您应该考虑实时中断的运行速率,然后看下完成控制循环所需的周期数。 例如,如果您的中断速率为200kHz,即中断之间为5us,并且控制环路需要180个周期来运行。 60MHz 时180个周期为180/60 = 3us。 此时CPU 负载为3us/5us = 60%。 如果控制环路在 CLA 上运行,那么C28x CPU 还可用于运行其他操作,比如后台任务和诊断。