Hi,
I have looked at your project an I have reproduced the behavior.
The reasons why you measured such time (I measured little bit less - something below 9uS, but it's similar) :
1. There is a big overhead of the interrupt itself. The interrupt disturbs the pipeline and saves and restores all registers
2. You are measuring first period after calling Start() method. The Start() method initilizes the adc and does some introductory setup.
3 Processor Expert component has also some additional overhead for handling verious checks for mode changes etc.
When I measured times afterwards, between on-end events, it was like 6.5uS.
The copnversion time of the ADC really is about 1.5uS but it's not possible to achieve such fast processing with interrupts.
best regards
Petr Hradsky
Processor Expert Support Team