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.

CCS/TMS320F28377S: Delay function in Nano second for TMS320F28377S.

Part Number: TMS320F28377S

Tool/software: Code Composer Studio

Hello,

 There is a delay function in my code( define DELAY_US(A)  F28x_usDelay(((((long double) A * 1000.0L) / (long double)CPU_RATE) - 9.0L) / 5.0L) ), where the smallest step is just one microsecond

Could you please tell me from where can i change the CPU Rate in F28377S. And Could you please tell me the values to put in the following equation(A us * 1000 ns/us) / CPU_RATE ns/cycle) - 9 cycles) / 5 cycles/loop) to get 5ns delay.I am working on 200MHZ and I need delay of 5ns (nano second).