Thank you for you advice.
I have configurate a timer at frecency syteme divided by 2 (30Mhz => 33ns) and maximum modulo 30000 for a timer timing cycle of 1ms. In each interupt I toggle an output for use an external capture (it's for verify my clock systeme).
I checked that and I it's good.
After, in my main program, I capture my timer 2 times (for know how many times take a capture), I execute 100 nop (and in an other test 200 nop) and capture the timer.
The result are :
The timer indicate 7 between two captures demand, 182 for 100nop and 357 for 200nop.
If I decreasse 7 to the result of 100nop and 200nop I find 175 and 350. That mean 1nop take 3.5 clock processor (1nop = 58ns) and I conclude I have a processor which can execute about 17Mips.
It's very strange!
I have an other problem, I have a pre-divider frequency of my external oscillator for use after the pll. But this pre-divider don't have any effect on my frequency, if I done 4 or 0 in the register CCHR I have the same result... But if a increase the pll multiplier performance are increase but all périphéral (COM...)doesn't work, that mean my processor frequency is not good.