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.

CC2538如何进行微秒定时

Other Parts Discussed in Thread: Z-STACK, CC2530, CC2538

firmware实验中的延时问题:

volatile uint32_t ui32Loop; for(ui32Loop = 0; ui32Loop < 500000; ui32Loop++){}是定时了多少

系统的定时SysCtlDelay(SysCtlClockGet() / 20 / 3);是如何计算的,比如我想定时20us,我该如何定义

谢谢