When using Code Composer Studio 4.2.1 IDE for C/C++ development on the DM3730 and using GPTIMER10 device to generate periodic timer interrupts, the counter for the timer does not appear to stop whenever the IDE is halted or breakpointed (also when single-stepping through the code). Are there any CCS and/or DM3730 configuration details directly relevant for controlling automatic stopping and starting of the GPTIMER counter registers whenever the IDE is halted, breakpointed, or single-stepped? (Setting/clearing the EMUFREE bit in the TIOCP_CFG register has no effect either way.) This issue is seriously hampering some of our development efforts.