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.
时钟设置
Void taskFx0(UArg a0, UArg a1) { .... while(1){ LightOn(); Task_sleep(200); LightOff(); Task_sleep(200); } }
示波器实测Task_sleep(200)的延时还不到100ms,这是这么回事呢?应该这样设置呢?
再一个SYS/BIOS默认系统时钟是如何设置的?本人是刚接触SYS/Bios,IDE用的最新的 CCS 5.5。