Hello,
i'm using a LM4F120H5QR rev A3 to run two timers in pwm mode and one in peridioc mode. When i try to synchronize them at some later time (timers running fine for several cycles) via
TimerSynchronize(TIMER0_BASE,TIMER_0A_SYNC|TIMER_0B_SYNC|TIMER_1A_SYNC)
i get an imprecise data bus error reported by the FAULTSTAT register. I read the errata and put 0-write to the sync-register before and after the sync call, but no effect.
Is this a bug, or am i doing something wrong?
Regards
Roger John