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.

Compiler/TMS320F28379D: I need help about code execution time.

Part Number: TMS320F28379D

Tool/software: TI C/C++ Compiler

Hi,

I have a question regarding code execution time.

I am testing using F2837x controlCARD R1.3 Board.

The firmware is also provided by TI.(EtherCAT)

The System Clock is set to operate at 200 MHz.

The problem is that one code runs at 50Mhz (20ns).

In the example below, it takes 20 ns to run a line of assembly.

INC             *-SP[3]

The system clock is 5 ns per count and requires 4 counts.
I think something is strange, but I do not know what's wrong.

Can you give me a solution?

Thank you.