Hi TI staffers,
I think we have a bug in the latest version of the SDK driverlib in timer.c function TimerConfigure line 192-199.
The problem showed itself in my code but I tested the principle by doing the following:
A: Built driverlib using DEBUG defined
B:Import the PWM example into the workspace
C: Add and __error__ function similar to below
D: built and run the completed example.
It consistently triggers an ASSERT in line 206.
If the DEBUG definition is removed the example runs correctly...
Andre