That pin is "TCLK/PSTCLK/CLKOUT". Read Table 3 in the Data Sheet and the JTAG chapter of the Reference Manual.
> Plugging in a ColdFire Multilink
Changes the function of the four BDM pins to being JTAG pins. It also changes the TCLK?PSTCLK/CLKOUT pin.
Read up on this so you know what's happening. Is JTAG_EN in the right state? There's an internal pull-down on it, but you may have a pull-down or pull-up on the board to force the selection. You might have noise coupling to it, or you might have a pull-up that is too high a value and so the pin isn't being pulled to a valid value.
Search this forum for "JTAG_EN". You may get a match on your problem there.
Eyeball the boards closely. Production may have left off a resistor or capacitor somewhere, or used the wrong value.
Read "7.7.1.1 Synthesizer Control Register (SYNCR) in the Reference Manual, specifically the DISCLK bit. How is that set?
When you say "FFs are transmitted", do you mean real 10-bit characters with start and stop bits and the data bits set to all-ones, or do you mean it sends a break or that there's an idle-gap between the characters? Something in the hardware JTAG pins may be upsetting the hardware or you could have a software problem in the serial driver somewhere.
Tom