2020-09-21 06:39 AM
I'm using HRTIM to generate 16 bit duty cycle PWM on a G474, it works nicely.
How can I configure the HRTIM to do more than 16 bit duty cycle?
I've read the HRTIM cookbook and had a look at what configuration options are available in the HAL. I was hoping to find something like the ability to use the crossbar to apply a SET upon the result of a logical AND of two input signals (coming from 2 compare registers) but no luck.
2020-09-29 03:08 AM
Update: I was able to use the Burst DMA feature to achieve this.
2020-10-08 04:32 PM
Can you elaborate, please?