Hi, Jim,
when you use Cascaded counter mode for T3, and T2 output is the tick for T3, the T3:T2 is NOT a standard 32bits single Timer, they are two independent timers, each works independently. When the T3 counter is equal to the compare register value of T3, the T3 will generate interrupt, at the instant, the T2 counter is the compare register value of T2.
There is not way to trigger an interrupt by logical AND of the two compare registers, because the T2 and T3 generate interrupt independently.
For your application, I suggest you have only T3 generate interrupt, I think the interrupt interval cycle time is compare_T3:compare_T2
Hope it can help you
BR
Xiangjun rong