1. I am able to measure the frequecy of input signal using the PCNT instruction. I would like to know how to trigget the interrupts when the fresh data is available in Data filed ? There is IRQ bit in the instruction by which i can enable the interrupt generation. But can anyone guide me how to handle this interrupt ? i mean what is the address of ISR routine that will be invoked once the fresh data is available ? Please guide me in implementing ISR routine for this.
2. Currently i am reading the counter value from the HET RMA only. What is advantage of HTU module and how to use it ?