Hi everyone,
I wonder if I can generated PWM signals from the GPIOs in 28377D.
I tried to realized this but the frequency couldn't go up further.
I created a signal using Simulink and configured GPIO 35 (pin 121) as the output pin. If the period of created signal is above 20 us (50 kHz) then it worked well, i.e. the output signal from GPIO 35 was exactly same as the created one. But when I reduced the period of the created signal to 10 us (100 kHz) then the signal obtained from the GPIO 35 remained 20 us (50 kHz). I tried many times and tried to reload the program.
I wonder if there is any limitation on the GPIO output frequency?
The problem behind this is:
ePWM is essentially duty cycle based signal generation. I want to realize the on/off (0/1 or 3.3/0) based signal generation. So I tried to configure GPIO as the PWM output ports.
Thanks for any help in advance.
Javy