Part Number: TMS320F28379S
Hello,
I seen some CLB documentation and exemple.
Now, I try to design my own configuration.
My aim is to generate a configurable number of negative pulse.
To do this, I think use the PWM4 in input which will be configured to always generate pulse at the desired frequency.
Then, on a software signal which could imagine be an the counter mode 0 or FSM e0 set to 1 or 0 by software, when this "ENABLE" signal is set, then we wait the first PWM falling edge to copy the pwm signal to the Ouput. When the number of desired pulse is done, keep the ouput to 1 and then, wait ENABLE goes 0 and then 1 again to restart..
But my problem is how count the number of PWM pulse? The counter only allow to count with the CLBCLK, not specific input count
Thank