I am using Dual Motor Development Kit TMDS2MTRPFCKIT and, until a few minutes ago, I had a problem running my program from Flash without the emulator (in stand-alone mode). Turns out that because of the USB isolation circuit (used to communicate with the pc) on the development kit, powering up the board with or without the USB from the computer plugged into the board defaults with the TRSTn pin being held high (which makes the TMS320F28035 DSP believe the JTAG is in control, eventhough no JTAG is connected). This condition is caused by the default output High state of the USB isolator IC ISO7240C when the input is floating or unpowered. The non-isoloated side of the isolator receives power from the non-isolated side when I power up the board, which outputs the High state on the TRSTn signal. When I plug in the USB connector then remove it from the board, the USB powers up the isolated side long enough to drive the TRSTn-ISO / TRSTn signal low so that it releases JTAG control and allows my program to run from Flash in stand-alone mode. What I'm wondering is if anyone else has observed this same behavior and / or is there a tech note on this somewhere that I just missed? This issue took me a couple days to figure out after verifying that my other stuff was configured properly (boot mode pins, configuration files, etc.). Hope this helps anyone else that might be scratching their head.......I wonder if this issue also exists on other development kits?