Hello,
since some days i am trying to generate a bit pattern with the TM4C123 Timer Modul:
PATTERN:
8x HIGH Pulses, width is const 400us, the LOW Pulse width change between 0,8...1.5ms
This pulses repeat every 20ms.
What i tried:
Timer PWM mode--> Interrupt on the negative edge of the 400us pulse--> update TimerLoadSet and TimerMatchSet.
.....is working well if the new TimerLoad value ist not smaller than the old TimerMatch value.
My Question:
a) How i can generate bitpattern with Lm4C??
b) In oneShot Timer Mode i cannot drive Port Pins, correct?
could anybody help me?
Best regards, Walter