Hi, Does anyone know what is the maximum clocking speed of the CPU (Not peripherals) with 20M oscillator + PLL (Oscclk x 10, i.e PLLSTS(CLKINDIV = 1)) ? . The DSP is TMS320F28015.
According to the datasheet the maximum instruction speed is 60MHz for this processor. But with the above settings I get 200MHz peripheral clock and 200MHz CLKIN to the CPU block. I already tested whther the peripherals work at 200M, and they do. But it is strange if the 60M is the maximum clock of the CPU, how does the program run?.
Also I tested the program speed by varing the CLKIN to 100MHz as well (By changing PLLCR values), and it does vary. Because I wanted to check whther the CPU is only working at its maximum speed of 60M.
I get interrupt overhead (Before executing the first line in service routine) of 1.4uS [130clks] (with 100MHz CLKIN) and 740nS (with 200M). Is it normal to have such interrupt latency for a DSP ?
Thanks in advance.