Other Parts Discussed in Thread: LP-AM263P, TCA6416
Tool/software:
Hello,
I have an application in which I need to count pulses very rapidly (200kHz or so). So using the CPU and just reading the digital value of a pin every loop cycle is going to be limiting with the overhead of the rest of the code. My idea was to use an external clock trigger so that I could have a timer trigger an overflow interrupt every time it counts say 1000 pulses, that way it allows the CPU to do its thing while the timer handles counting pulses. Is this something that is possible with the AM263P4? If this specific idea isn't possible, is there any functionality that could mimic this? Thank you in advance for your help!