I was using a full width 32 bit timer in periodic mode to toggle a CCP0 pin and everything worked fine. This was a few months ago.
Since then I have updated to TivaWare 2.1.1.71 and attempted to use this code again but it now fails an ASSERT in timer.c when I attempt this call:
TimerConfigure( TIMER5_BASE, TIMER_CFG_PERIODIC | TIMER_CFG_A_ACT_TOGGLE );
If the ASSERT is correct - what is now the correct way to configure a full width timer to toggle a CCP pin? It used to work.
Regards,
Tony.