Hi team,
customer want to check if F280025 has SOC delay function.
If so, which function in C2000 driverlib could realize this purpose? and how to configure it? could you please give a examples or related TIDA/DM project case?
thank you so much!
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.
Hi team,
customer want to check if F280025 has SOC delay function.
If so, which function in C2000 driverlib could realize this purpose? and how to configure it? could you please give a examples or related TIDA/DM project case?
thank you so much!
Hi,
There is a function "SysCtl_delay" in the file sysctl.c. This function takes 5 cycles per iteration plus 9 cycles of overhead.
If you want to delay for 14 CPU cycles, you can invoke it like SysCtl_delay(1U);
Best Regards
Siddharth