Dear,
I use TMS570LS0432 generat a pulse, with an oscilloscope to observe the output pulse period actually reached 600ns,
I set the frequency is 80MHz, my code is as follows:
loop:
gioPORTA->DSET=4;
gioPORTA->DCLR=4;
goto loop;
I shut down all the interruptions.I generat code with HALCOGEN, PLLCT1 and PLLCT2 value is right, ECLK output frequency is 80MHz.
Why instruction execution cycle would be so long? Please give me a help.
migmag