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.

请问这个msCount的值是多少?

void ConfigCpuTimer0(Uint16 msCount)
{
    Uint32 temp;
    temp = (Uint32)SYSCLKOUT *msCount * 1000;

请问这里msCount 的值是多少?搜索发现程序中未对它赋值。

谢谢!