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.

getting 2 sec delay by using SysCtlDelay(SysCtlClockGet()/3)

hello,

i am using lm4f132h5qd at the oscillator frequency 50mhz and i want 1 second delay.but i am getting 2 second delay by using SysCtlDelay(SysCtlClockGet()/3);

i think there should be 1 second delay.please tell me why it is getting double delay??