How do I cause a global exception?
The eTPU requires a value of 0x02 in the CIRC instruction field.
In C, CIRC is part of the channel structure:
channel.CIRC = 0x02
Alternatively, use a macro from eTPUC_common.h.
#define SetGlobalException() (channel.CIRC = 2)

July 2008: