Our application needs the MCU to generate a pulse based on customner setting, and such pulse is used on external circuitry to diable certain strobe signal. However the pulse width is ranging from 5 seconds to 30 minuts, accuracy is 0.01%, which is 500us @5 second condition. The generation of next pulse should also be able to be controlled by software. No duty cycle requirement.
I am thinking to use N2HET to generate such pulse, but kind of confused
GCLK=180M
slowest VCLK2=180M/16
HR_CLK (6 bit) /64
LR_CLK (3 bit) /128
7-bit HR Data field
Based on manual 20.2.5.11, it seems we can not get 5 second and 30 minutes by such setting. Any good suggestion about cascading timer to achieve this?